VRageMath.MyBlockOrientation.MyBlockOrientation C# (CSharp) 메소드

MyBlockOrientation() 공개 메소드

public MyBlockOrientation ( VRageMath.Base6Directions forward, VRageMath.Base6Directions up ) : ProtoBuf
forward VRageMath.Base6Directions
up VRageMath.Base6Directions
리턴 ProtoBuf
        public MyBlockOrientation(Base6Directions.Direction forward, Base6Directions.Direction up)
        {
            Forward = forward;
            Up = up;
            Debug.Assert(IsValid);
        }

Same methods

MyBlockOrientation::MyBlockOrientation ( System.Matrix &m ) : ProtoBuf
MyBlockOrientation::MyBlockOrientation ( Quaternion &q ) : ProtoBuf