예제 #1
0
 private static void InternalSetFocusPointForFrameWithNormalVelocity(Vector3 position, Vector3 normal, Vector3 velocity)
 {
     HolographicSettings.INTERNAL_CALL_InternalSetFocusPointForFrameWithNormalVelocity(ref position, ref normal, ref velocity);
 }
예제 #2
0
 public static void SetFocusPointForFrame(Vector3 position, Vector3 normal, Vector3 velocity)
 {
     HolographicSettings.InternalSetFocusPointForFrameWithNormalVelocity(position, normal, velocity);
 }
예제 #3
0
 private static void InternalSetFocusPointForFrame(Vector3 position)
 {
     HolographicSettings.INTERNAL_CALL_InternalSetFocusPointForFrame(ref position);
 }
예제 #4
0
 public static void SetFocusPointForFrame(Vector3 position, Vector3 normal)
 {
     HolographicSettings.InternalSetFocusPointForFrameWithNormal(position, normal);
 }
예제 #5
0
 public static void SetFocusPointForFrame(Vector3 position)
 {
     HolographicSettings.InternalSetFocusPointForFrame(position);
 }