コード例 #1
0
ファイル: EyeRaycaster.cs プロジェクト: MTGTech/StudioV
 void SetTarget(EyeRaycasterTarget target)
 {
     this.target = target;
 }
コード例 #2
0
ファイル: EyeRaycaster.cs プロジェクト: MTGTech/StudioV
 void RemoveTarget()
 {
     target.LookExit();
     target = null;
 }