Featureclass

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

objectFeature
Namespace
global
Assembly
Sandbox.Reflection
Declaration
public sealed class Sandbox.Internal.IControlSheet.Feature

Constructors1

Showing 1 constructors

Properties6

Showing 6 properties

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

The description of the feature

Returns:string

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

The icon of the feature

Returns:string

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

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

Returns:string

On this page