Header menu logo Nu

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

BillboardToken BillboardValue

Full Usage: BillboardToken BillboardValue

Parameters:
BillboardValue : BillboardValue

DataTokens DataTokens

Full Usage: DataTokens DataTokens

Parameters:
DataTokens : DataToken SArray

EffectToken(Name, EffectDescriptor, Slice)

Full Usage: EffectToken(Name, EffectDescriptor, Slice)

Parameters:
Name : string
EffectDescriptor : EffectDescriptor
Slice : Slice

EmitterToken(Name, EmitterDescriptor)

Full Usage: EmitterToken(Name, EmitterDescriptor)

Parameters:
Name : string
EmitterDescriptor : EmitterDescriptor

Light3dToken Light3dValue

Full Usage: Light3dToken Light3dValue

Parameters:
Light3dValue : Light3dValue

SpriteToken(Elevation, Horizon, Image, SpriteValue)

Full Usage: SpriteToken(Elevation, Horizon, Image, SpriteValue)

Parameters:
Elevation : single
Horizon : single
Image : AssetTag
SpriteValue : SpriteValue

StaticModelSurfaceToken StaticModelSurfaceValue

Full Usage: StaticModelSurfaceToken StaticModelSurfaceValue

Parameters:
StaticModelSurfaceValue : StaticModelSurfaceValue

StaticModelToken StaticModelValue

Full Usage: StaticModelToken StaticModelValue

Parameters:
StaticModelValue : StaticModelValue

TagToken(Name, UserDefined)

Full Usage: TagToken(Name, UserDefined)

Parameters:
    Name : string
    UserDefined : obj

Name : string
UserDefined : obj

TextToken(Elevation, Horizon, Font, TextValue)

Full Usage: TextToken(Elevation, Horizon, Font, TextValue)

Parameters:
Elevation : single
Horizon : single
Font : AssetTag
TextValue : TextValue

Instance members

Instance member Description

this.IsBillboardToken

Full Usage: this.IsBillboardToken

Returns: bool
Returns: bool

this.IsDataTokens

Full Usage: this.IsDataTokens

Returns: bool
Returns: bool

this.IsEffectToken

Full Usage: this.IsEffectToken

Returns: bool
Returns: bool

this.IsEmitterToken

Full Usage: this.IsEmitterToken

Returns: bool
Returns: bool

this.IsLight3dToken

Full Usage: this.IsLight3dToken

Returns: bool
Returns: bool

this.IsSpriteToken

Full Usage: this.IsSpriteToken

Returns: bool
Returns: bool

this.IsStaticModelSurfaceToken

Full Usage: this.IsStaticModelSurfaceToken

Returns: bool
Returns: bool

this.IsStaticModelToken

Full Usage: this.IsStaticModelToken

Returns: bool
Returns: bool

this.IsTagToken

Full Usage: this.IsTagToken

Returns: bool
Returns: bool

this.IsTextToken

Full Usage: this.IsTextToken

Returns: bool
Returns: bool

Type something to start searching.