Show / Hide Table of Contents

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

Extension Methods

TerminalPropertyExtensions.As<TValue>(ITerminalProperty)
TerminalPropertyExtensions.Cast<TValue>(ITerminalProperty)
TerminalPropertyExtensions.Is<TValue>(ITerminalProperty)
TerminalPropertyExtensions.AsFloat(ITerminalProperty)
TerminalPropertyExtensions.AsColor(ITerminalProperty)
TerminalPropertyExtensions.AsBool(ITerminalProperty)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾