Method AddCameraToNode
AddCameraToNode(int, int)
Assigns a camera to a previously added node
Declaration
public void AddCameraToNode(int nodeId, int cameraId)
Parameters
Type | Name | Description |
---|---|---|
int | nodeId | Index of the node to add the mesh to |
int | cameraId | glTF camera ID to be assigned |