Raycast.Start C# (CSharp) Method

Start() public method

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



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