Exemplo n.º 1
0
 public abstract bool GetComponentState(string pchRenderModelName,string pchComponentName,VRControllerState_t controllerState,ref ComponentState_t pComponentState);
Exemplo n.º 2
0
 public override bool GetComponentState(string pchRenderModelName,string pchComponentName,VRControllerState_t controllerState,ref ComponentState_t pComponentState)
 {
     CheckIfUsable();
     bool result = VRNativeEntrypoints.VR_IVRRenderModels_GetComponentState(m_pVRRenderModels,pchRenderModelName,pchComponentName,controllerState,ref pComponentState);
     return result;
 }