Package | away3dlite.loaders.data |
Class | public class ChannelData |
Property | Defined by | ||
---|---|---|---|
channel : Channel
The channel object.
| ChannelData | ||
channelIndex : int
The index of the channel inside the XML structure (in case there's more than 1 channel)
| ChannelData | ||
name : String
The name of the channel used as a unique reference.
| ChannelData | ||
type : String | ChannelData | ||
xml : XML
The xml object
| ChannelData |
channel | property |
public var channel:Channel
The channel object.
channelIndex | property |
public var channelIndex:int
The index of the channel inside the XML structure (in case there's more than 1 channel)
name | property |
public var name:String
The name of the channel used as a unique reference.
type | property |
public var type:String
xml | property |
public var xml:XML
The xml object