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


Post your comment on this topic.