VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Net.AVR_ThirdPersonCharacterController.Start ( )
inlineprotectedvirtual

Reimplemented from AVR.Core.AVR_Component.

Definition at line 30 of file AVR_ThirdPersonCharacterController.cs.

31  {
32  anim = GetComponent<Animator>();
33  cc = GetComponent<CharacterController>();
34  }