Class RenderModelComponentState

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class RenderModelComponentState extends Struct<RenderModelComponentState> implements NativeResource
Describes state information about a render-model component, including transforms and other dynamic properties.

Layout


 struct RenderModel_ComponentState_t {
     HmdMatrix34_t mTrackingToComponentRenderModel();
     HmdMatrix34_t mTrackingToComponentLocal();
     VRComponentProperties uProperties;
 }