CompoundIO : textureMap
CompoundIO - superclass: textureMap; super-superclass:material - 6:3 - classID: #(1366243801L, 590182704L); creatable: falseExposes the input and output channels for SME Compound nodes. These appear as independent nodes in the Slate Material Editor.
Properties
<CompoundIO>.direction Integer default: 0 -- integerReturns the direction of the channel, where:
- 0 = input
- 1 = output
<CompoundIO>.external_connection UndefinedClass default: undefined -- maxObjectReturns the CompoundIndexedConnection for the channel's internal connection.
<CompoundIO>.internal_connections ArrayParameter default: #() -- maxObject arrayReturns an array of CompoundIndexedConnection objects for the channel's external connection.
Interfaces
CompoundIO interfaces:
Interface: compoundio
Properties:
.name : string : Read|WriteGets/sets the name for the channel.
.type : enum : Read|Write
type enums: {#material|#texturemap}Returns the data type for the channel.
.compoundMember : Interface : ReadReturns the CompoundMember interface for the channel.
Methods:
<Interface>connect <maxObject>ref <index>indexConnects the channel at the specified index on the specified object ref to the channel, and returns an a CompoundIndexedConnection object for the connection.
<boolean>disConnect <Interface>connectionDisconnects the specified connection (a CompoundIndexedConnection object).
Actions:
