Class OnWorldSoundEventArgs
Inherited Members
Namespace: Slipe.Client.Elements.Events
Assembly: SlipeClient.dll
Syntax
public class OnWorldSoundEventArgs
Properties
| Improve this Doc View SourceGroup
The world sound group
Declaration
public WorldSoundGroup Group { get; }
Property Value
Type | Description |
---|---|
WorldSoundGroup |
Index
The index of this sound in the group
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
Int32 |
Position
The position at which this event is played
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
Vector3 |