Api VariableCollection
class

VariableCollection

public class VariableCollection

A collection of variabnles that have been configured for this scene

Attributes

[ Obsolete ]

Constructors

VariableCollection()

Methods

Boolean IsVariable(SerializedProperty property)
PrefabVariable Create(String name)
Void Remove(PrefabVariable variable)
static ValueTuple<Guid, Guid, String> DeconstructKey(String property)
Void ClearVariable(SerializedProperty property)
virtual IEnumerator<PrefabVariable> GetEnumerator()
Assembly: Sandbox.Engine Declaring Type: PrefabScene Full Name: Sandbox.PrefabScene.VariableCollection