DataToken Type
Data tokens for downstream processing. NOTE: EffectToken exists only as a way to make effect emitters on emitters work due to issue #141. If we can cut this dependency then we can place this type definition above all the effects types in its own code folder.
Union cases
Union case | Description |
|
|
|
|
Full Usage:
EffectToken(Name, EffectDescriptor, Slice)
Parameters:
string
EffectDescriptor : EffectDescriptor
Slice : Slice
|
|
Full Usage:
EmitterToken(Name, EmitterDescriptor)
Parameters:
string
EmitterDescriptor : EmitterDescriptor
|
|
|
|
Full Usage:
SpriteToken(Elevation, Horizon, Image, SpriteValue)
Parameters:
single
Horizon : single
Image : AssetTag
SpriteValue : SpriteValue
|
|
Full Usage:
StaticModelSurfaceToken StaticModelSurfaceValue
Parameters:
StaticModelSurfaceValue
|
|
|
|
Full Usage:
TagToken(Name, UserDefined)
Parameters:
string
UserDefined : obj
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsBillboardToken
Returns: bool
|
|
Full Usage:
this.IsDataTokens
Returns: bool
|
|
Full Usage:
this.IsEffectToken
Returns: bool
|
|
Full Usage:
this.IsEmitterToken
Returns: bool
|
|
Full Usage:
this.IsLight3dToken
Returns: bool
|
|
Full Usage:
this.IsSpriteToken
Returns: bool
|
|
Full Usage:
this.IsStaticModelSurfaceToken
Returns: bool
|
|
Full Usage:
this.IsStaticModelToken
Returns: bool
|
|
Full Usage:
this.IsTagToken
Returns: bool
|
|
Full Usage:
this.IsTextToken
Returns: bool
|
|