void Awake()
 {
     meshHandRenderMgr     = this.GetComponent <MeshHandRenderManager>();
     velocityCalculator    = this.GetComponent <VelocityCalculator>();
     handVisibilityTracker = this.GetComponent <HandVisibilityTracker>();
 }
Example #2
0
 void Awake()
 {
     velocityCalculator    = this.GetComponent <VelocityCalculator>();
     handVisibilityTracker = this.GetComponent <HandVisibilityTracker>();
 }