コード例 #1
0
 void Start()
 {
     Cursor.lockState = CursorLockMode.Locked;
     charContr        = gameObject.GetComponent <CharacterControllerSub>();
     orbitContr       = gameObject.GetComponentInChildren <OrbitController>();
     DOF = gameObject.GetComponentInChildren <DepthOfField>();
 }
コード例 #2
0
 void Start()
 {
     Cursor.lockState = CursorLockMode.Locked;
     charContr        = gameObject.GetComponent <CharacterControllerSub>();
 }
コード例 #3
0
 void Start()
 {
     charContr      = gameObject.GetComponent <CharacterControllerSub>();
     hackingOutputs = gameObject.GetComponent <HackingOutputs>();
 }