API Referenceglobal
public sealed struct Sandbox.SceneModel.GenericEvent
Constructors
Showing 1 constructors
public GenericEvent(string Type, int Int, float Float, string String, Vector3 Vector)
No results match this filter.
Methods
Showing 1 methods
public void Deconstruct(string Type, int Int, float Float, string String, Vector3 Vector)
No results match this filter.
Properties
Showing 5 properties
public float Sandbox.SceneModel.GenericEvent.Float { get; set; }
public int Sandbox.SceneModel.GenericEvent.Int { get; set; }
public string Sandbox.SceneModel.GenericEvent.String { get; set; }
public string Sandbox.SceneModel.GenericEvent.Type { get; set; }
public Vector3 Sandbox.SceneModel.GenericEvent.Vector { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.SceneModel.GenericEvent |