コード例 #1
0
 void Start()
 {
     m_head = GetComponent <VRMLookAtHead>();
     if (m_head == null)
     {
         enabled = false;
         Debug.LogError("[VRMLookAtBoneApplyer]VRMLookAtHead not found");
         return;
     }
     m_head.YawPitchChanged += ApplyRotations;
     LeftEye.Setup();
     RightEye.Setup();
 }
コード例 #2
0
 private void Awake()
 {
     Head.Setup();
     LeftEye.Setup();
     RightEye.Setup();
 }
コード例 #3
0
 private void Start()
 {
     Head.Setup();
 }
コード例 #4
0
ファイル: VRMLookAtHead.cs プロジェクト: yasuyuki/UniVRM
 private void Awake()
 {
     Head.Setup();
 }
コード例 #5
0
 private void Awake()
 {
     m_head = GetComponent <VRMLookAtHead>();
     LeftEye.Setup();
     RightEye.Setup();
 }