VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Phys.AVR_Hand.LateUpdate ( )
inlineprivate

Definition at line 139 of file AVR_Hand.cs.

139  {
140 #if AVR_NET
141  if (IsOnline && !IsOwner) return;
142 #endif
143  if (fake_parent!=null) {
144  HandVisualTransform().position = fake_parent.position;
145  HandVisualTransform().rotation = fake_parent.rotation;
146  }
147  }
Transform HandVisualTransform()
Definition: AVR_Hand.cs:32
Transform fake_parent
Definition: AVR_Hand.cs:20