コード例 #1
0
 public Aspect_XRAction(Aspect_XRAction parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Aspect_XRAnalogActionData GetAnalogActionData(Aspect_XRAction theAction)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public Aspect_XRPoseActionData GetPoseActionDataForNextFrame(Aspect_XRAction theAction)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void triggerHapticVibrationAction(Aspect_XRAction theAction, Aspect_XRHapticActionData theParams)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public Aspect_XRDigitalActionData GetDigitalActionData(Aspect_XRAction theAction)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void AddAction(Aspect_XRAction theAction)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public void Substitute(int theIndex, TCollection_AsciiString theKey1, Aspect_XRAction theItem)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public int Add(TCollection_AsciiString theKey1, Aspect_XRAction theItem)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public bool FindFromKey(TCollection_AsciiString theKey1, Aspect_XRAction theValue)
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public void AbortHapticVibrationAction(Aspect_XRAction theAction)
 {
     throw new NotImplementedException();
 }