API Referenceglobal
Featureclass
A feature is usually displayed as a tab, to break things up in the inspector. They can sometimes be turned on and off.
object→Feature
Constructors1
Showing 1 constructors
public Feature(System.Collections.Generic.List`1<Sandbox.SerializedProperty> properties)
| Parameter | Type | Description |
|---|---|---|
| properties | List<SerializedProperty> | — |
No results match this filter.
Properties6
Showing 6 properties
public string Sandbox.Internal.IControlSheet.Feature.Description { get; set; }
The description of the feature
Returns:
string—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.Icon { get; set; }
The icon of the feature
Returns:
string—public string Sandbox.Internal.IControlSheet.Feature.Name { get; set; }
The name of the feature, usually displayed as a tab title in the inspector.
Returns:
string—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.
public Sandbox.EditorTint Sandbox.Internal.IControlSheet.Feature.Tint { get; set; }
Allows tinting this feature, for some reason
No results match this filter.