Interface ITerminalProperty
Terminal block property definition
Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common.dll
Syntax
public interface ITerminalProperty
Properties
Id
Property Id (value name)
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
TypeName
Property type (bool - System.Boolean, float - System.Single, color - Color)
Declaration
string TypeName { get; }
Property Value
Type | Description |
---|---|
System.String |