API Referenceglobal
public sealed struct Sandbox.SceneModel.SoundEvent
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public SoundEvent(string Name, Vector3 Position, string AttachmentName)
No results match this filter.
Methods
Showing 1 methods
public void Deconstruct(string Name, Vector3 Position, string AttachmentName)
No results match this filter.
Properties
Showing 3 properties
public string Sandbox.SceneModel.SoundEvent.AttachmentName { get; set; }
public string Sandbox.SceneModel.SoundEvent.Name { get; set; }
public Vector3 Sandbox.SceneModel.SoundEvent.Position { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.SceneModel.SoundEvent |