InOutNode
Properties:
.On : boolean
.Operators : maxObject array
.CacheOutOfRangeMode (Cache_Out_Of_Range_Mode) : integer
.CachePlayBackward (Cache_Play_Backward) : boolean
.CacheTimeOffset (Cache_Time_Offset) : integer
.CacheFilename (Cache_Filename) : filename
.CacheActive (Cache_Active) : boolean
.CacheInvalid (Cache_Invalid) : boolean
.CachePosition (Cache_Position) : point3
.CacheRotation (Cache_Rotation) : point3
.CacheScale (Cache_Scale) : percent
.Play : boolean
.RecordFile (Record_File) : filename
.Type : integer
.Post : boolean
.Comment : string
.EmitterType (Emitter_Type) : integer
.EmitterName (Emitter_Name) : string
.NID : integer
.XID : integer
.YID : integer
.ZID : integer
.TID : integer
.CacheHelper (Cache_Helper) : node
.CacheRecordFrameSubsamples : integer
.CacheWriteChannels : integer
.CacheReadChannels : integer
Interfaces:
Interface: TP_InOutNodeInterface
Properties:
Methods:
<maxObject>GetObject()
<string>GetName()
<void>SetName <TSTR>name
<void>AddInput <enum>type <TSTR>name <enum>flags
<void>AddOutput <enum>type <TSTR>name <enum>flags
<value>GetInValue <integer>id
<boolean>InputConnected <integer>id
<boolean>OuputConnected <integer>id
<boolean>InputChanged <integer>id
<time>GetInTime()
<time>GetInDT()
<value>SetParticleCache <integer>pid <value>cache
<value>GetParticleCache <integer>pid
<boolean>ReCalculateOutputs()
<integer>Version()
<void>SetVersion <integer>version
<void>InsertInput <integer>id <enum>type <TSTR>name <enum>flags
<void>InsertOutput <integer>id <enum>type <TSTR>name <enum>flags
<void>MoveInput <integer>from <integer>to
<void>MoveOutput <integer>from <integer>to
<boolean>RemoveInput <integer>id
<boolean>RemoveOutput <integer>id
<integer>NumInputs()
<integer>NumOutputs()
<string>InputName <integer>id
<string>OutputName <integer>id
<void>RenameInput <integer>id <string>name
<void>RenameOutput <integer>id <string>name
<enum>InputType <integer>id
<boolean>IsEnable()
<void>Enable <boolean>onoff