Click or drag to resize
TerminalPropertyExtensionsAsColor Method

[This is preliminary documentation and is subject to change.]

Property type cast

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
public static ITerminalProperty<Color> AsColor(
	ITerminalProperty property
)

Parameters

property
Type: Sandbox.ModAPI.InterfacesITerminalProperty
ITerminalPropertyTValue reference

Return Value

Type: ITerminalPropertyColor
reference to ITerminalPropertyTValue value of specified type (Color)
See Also