API Referenceglobal
public sealed struct Sandbox.SceneModel.FootstepEvent
Constructors
Showing 1 constructors
public FootstepEvent(int FootId, Transform Transform, float Volume, string AttachmentName)
No results match this filter.
Methods
Showing 1 methods
public void Deconstruct(int FootId, Transform Transform, float Volume, string AttachmentName)
No results match this filter.
Properties
Showing 4 properties
public string Sandbox.SceneModel.FootstepEvent.AttachmentName { get; set; }
public int Sandbox.SceneModel.FootstepEvent.FootId { get; set; }
public Transform Sandbox.SceneModel.FootstepEvent.Transform { get; set; }
public float Sandbox.SceneModel.FootstepEvent.Volume { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.SceneModel.FootstepEvent |