Show / Hide Table of Contents

Class OnWorldSoundEventArgs

Inheritance
Object
OnWorldSoundEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Elements.Events
Assembly: SlipeClient.dll
Syntax
public class OnWorldSoundEventArgs

Properties

| Improve this Doc View Source

Group

The world sound group

Declaration
public WorldSoundGroup Group { get; }
Property Value
Type Description
WorldSoundGroup
| Improve this Doc View Source

Index

The index of this sound in the group

Declaration
public int Index { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Position

The position at which this event is played

Declaration
public Vector3 Position { get; }
Property Value
Type Description
Vector3
  • Improve this Doc
  • View Source
Back to top Generated by DocFX