s&box docs

public sealed class Sandbox.Internal.IControlSheet.Feature

A feature is usually displayed as a tab, to break things up in the inspector. They can sometimes be turned on and off.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Properties

Showing 6 properties

public string Sandbox.Internal.IControlSheet.Feature.Description { get; set; }

The description of the feature

public Sandbox.SerializedProperty Sandbox.Internal.IControlSheet.Feature.EnabledProperty { get; set; }

If we have a FeatureEnabled property, this will be it. If not then we assume it should always be enabled.

public string Sandbox.Internal.IControlSheet.Feature.Name { get; set; }

The name of the feature, usually displayed as a tab title in the inspector.

public System.Collections.Generic.List`1<Sandbox.SerializedProperty> Sandbox.Internal.IControlSheet.Feature.Properties { get; set; }

The properties that are part of this feature, usually displayed together in the inspector.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Reflection
Doc IDT:Sandbox.Internal.IControlSheet.Feature

On this page