Raycast.Start C# (CSharp) Méthode

Start() public méthode

public Start ( ) : void
Résultat void
	void Start () {
		if (Camera.main == null) {
			oculus = true;
		}



		if (oculus) {
			centerAnchor = GameObject.Find ("CenterEyeAnchor");
		}
	}