Header menu logo Nu

SpriteEmitterDescriptors<'a> Type

A map of basic sprite emitters.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
    key : string

Returns: SpriteEmitterDescriptor<'a>
key : string
Returns: SpriteEmitterDescriptor<'a>

this.Keys

Full Usage: this.Keys

Returns: ICollection<string>
Returns: ICollection<string>

this.Values

Full Usage: this.Values

Returns: ICollection<SpriteEmitterDescriptor<'a>>
Returns: ICollection<SpriteEmitterDescriptor<'a>>

Type something to start searching.