s&box docs

public class Sandbox.PrefabVariableObsolete

A prefab variable definition

Obsolete

This API type is obsolete.

Constructors

Showing 1 constructors

Methods

Showing 1 methods

public void AddTarget(System.Guid id, string propertyName)

Add a target property

Properties

Showing 6 properties

public string Sandbox.PrefabVariable.Description { get; set; }

A user friendly description for this variable

public string Sandbox.PrefabVariable.Group { get; set; }

An optional group for this variable to belong to

public string Sandbox.PrefabVariable.Id { get; set; }

A unique id for this variable. This is what it will be referred to in code.

public int Sandbox.PrefabVariable.Order { get; set; }

Lower numbers appear first

public string Sandbox.PrefabVariable.Title { get; set; }

A user friendly title for this variable

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.PrefabVariable

On this page