GearBlocks
The GearBlocks Lua scripting API
Properties | List of all members
SmashHammer.Data.IDataChannel< T > Interface Template Reference

A data channel. More...

Inherits IDataChannel.

Inherited by SmashHammer.Data.DataChannelBase< bool >, SmashHammer.Data.DataChannelBase< float >, SmashHammer.Data.DataChannelBase< T >, and SmashHammer.Data.DataChannelBase< T >.

Properties

string TypeName [get]
 The data channel's type name.
 
string Label [get]
 The data channel's label.
 
Value [get]
 The data channel's value.
 

Detailed Description

A data channel.

Property Documentation

◆ TypeName

string SmashHammer.Data.IDataChannel< T >.TypeName
get

The data channel's type name.

The type name of this data channel.

◆ Label

string SmashHammer.Data.IDataChannel< T >.Label
get

The data channel's label.

The label of this data channel.

◆ Value

The data channel's value.

The current value of this data channel.