Used to query mixes and viewports on the specific Engine.
| Engine Component | |||
|---|---|---|---|
| Properties | |||
| Property Name | Return Data Type | Description | |
| MixCount | Number | Returns the number of Mixes running on this engine | |
| ViewportCount | Number | Returns the number of Viewports running on this engine | |
| Functions | |||
| Function Name | Parameters | Return Data Type | Description |
| FindMix | (Number MixIndex) | Mix Object or Nil | Returns the Mix Object with index of or nil if is out of range |
| FindViewport | (Number ViewportIndex) | Viewport Object or Nil | Returns the Viewport Object with index of or nil if is out of range |


Post your comment on this topic.