SamplyGame.Enemy.OnUpdate C# (CSharp) Method

OnUpdate() protected method

protected OnUpdate ( float timeStep ) : void
timeStep float
return void
		protected override void OnUpdate(float timeStep)
		{
			Node.LookAt(new Vector3(0, -3, 0), new Vector3(0, 1, -1), TransformSpace.World);
			Node.Rotate(InitialRotation, TransformSpace.Local);
		}
	}