コード例 #1
0
ファイル: VRMLookAt.cs プロジェクト: hiroj/UniVRM_1_0
 private void Awake()
 {
     Head.Setup();
     LeftEye.Setup();
     RightEye.Setup();
 }
コード例 #2
0
 void Start()
 {
     LeftEye.Setup();
     RightEye.Setup();
 }