class
Feature
public sealed class Feature A feature is usually displayed as a tab, to break things up in the inspector. They can sometimes be turned on and off.
Constructors
Feature(List<SerializedProperty> properties) Properties
| Name | Type | Description |
|---|---|---|
Name | String | The name of the feature, usually displayed as a tab title in the inspector. |
Description | String | The description of the feature |
Icon | String | The icon of the feature |
Tint | EditorTint | Allows tinting this feature, for some reason |
Properties | List<SerializedProperty> | The properties that are part of this feature, usually displayed together in the inspector. |
EnabledProperty | SerializedProperty | If we have a FeatureEnabled property, this will be it. If not then we assume it should always be enabled. |
Assembly:
Sandbox.Reflection Declaring Type: IControlSheet Full Name: Sandbox.Internal.IControlSheet.Feature