SoundEventclass

objectSoundEvent
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.SceneModel.SoundEvent

Constructors1

Showing 1 constructors

public SoundEvent(string Name, Vector3 Position, string AttachmentName)PUBLICCONSTRUCTOR

ParameterTypeDescription
Namestring
PositionVector3
AttachmentNamestring

Methods1

Showing 1 methods

public void Deconstruct(string Name, Vector3 Position, string AttachmentName)PUBLIC

ParameterTypeDescription
Namestring
PositionVector3
AttachmentNamestring
Returns:void

Properties3

Showing 3 properties

public string Sandbox.SceneModel.SoundEvent.AttachmentName { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.SceneModel.SoundEvent.Name { get; set; }PUBLICGETSET

Returns:string

On this page