public static GetComposedObjectTransformsMemorySafe ( HEU_SessionBase session, HAPI_NodeId nodeID, HAPI_RSTOrder rstOrder, Array transforms, int start, int length ) : bool | ||
session | HEU_SessionBase | |
nodeID | HAPI_NodeId | The parent node ID |
rstOrder | HAPI_RSTOrder | Transform order |
transforms | Array | Array to fill. Should at least be size of length |
start | int | At least 0 and at most object count returned by ComposeObjectList |
length | int | Object count returned by ComposeObjectList. Should be at least 0 and at most object count - start |
return | bool |