Afterglow.Graphics.Cameras.Stand.Stand C# (CSharp) Method

Stand() public method

Initializes a new instance of the Stand class.
public Stand ( ) : Afterglow.Math
return Afterglow.Math
        public Stand()
        {
            Up = Vector3.YAxis;
            Direction = -Vector3.ZAxis;
            Position = Vector3.Zero;
        }