Packageaway3d.loaders.data
Classpublic class ChannelData

Data class for an animation channel

Public Properties
 PropertyDefined by
  channel : Channel
The channel object.
ChannelData
  name : String
The name of the channel used as a unique reference.
ChannelData
  type : String
ChannelData
  xml : XML
The xml object
ChannelData
Property detail
channelproperty
public var channel:Channel

The channel object.

nameproperty 
public var name:String

The name of the channel used as a unique reference.

typeproperty 
public var type:String
xmlproperty 
public var xml:XML

The xml object

Wiki link
Click to go to the wiki page for 'away3d.loaders.data.ChannelData'

Code examples

Comments