VariableCollectionclass

A collection of variabnles that have been configured for this scene

objectVariableCollection
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.PrefabScene.VariableCollection

Obsolete

This API type is obsolete.

Constructors1

Showing 1 constructors

Methods6

Showing 6 methods

public static System.ValueTuple`3<System.Guid,System.Guid,string> DeconstructKey(string property)PUBLICSTATIC

ParameterTypeDescription
propertystring
Returns:ValueTuple<Guid,Guid,string>

public virtual sealed System.Collections.Generic.IEnumerator`1<Sandbox.PrefabVariable> GetEnumerator()PUBLICVIRTUAL

Returns:IEnumerator<PrefabVariable>

On this page