API Referenceglobal
VariableCollectionclass
A collection of variabnles that have been configured for this scene
object→VariableCollection
Obsolete
This API type is obsolete.
Constructors1
Showing 1 constructors
public VariableCollection()
No results match this filter.
Methods6
Showing 6 methods
public void ClearVariable(Sandbox.SerializedProperty property)
| Parameter | Type | Description |
|---|---|---|
| property | SerializedProperty | — |
Returns:
void—public Sandbox.PrefabVariable Create(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
public static System.ValueTuple`3<System.Guid,System.Guid,string> DeconstructKey(string property)
| Parameter | Type | Description |
|---|---|---|
| property | string | — |
Returns:
ValueTuple<Guid,Guid,string>—public virtual sealed System.Collections.Generic.IEnumerator`1<Sandbox.PrefabVariable> GetEnumerator()
public bool IsVariable(Sandbox.SerializedProperty property)
| Parameter | Type | Description |
|---|---|---|
| property | SerializedProperty | — |
Returns:
bool—public void Remove(Sandbox.PrefabVariable variable)
| Parameter | Type | Description |
|---|---|---|
| variable | PrefabVariable | — |
Returns:
void—No results match this filter.