示例#1
0
 set => SetProperty(ref _playerController, value);
示例#2
0
 // Use this for initialization
 void Start()
 {
     thePlayer = FindObjectOfType <_playerController> ();
     theCam    = FindObjectOfType <_cameraController> ();
     thePlayer.transform.position = transform.position;
 }