AoMEngineLibrary.Graphics.Brg.BrgAttachpoint.BrgAttachpoint C# (CSharp) Method

BrgAttachpoint() public method

public BrgAttachpoint ( ) : System
return System
        public BrgAttachpoint()
        {
            Index = -1;
            NameId = -1;
            XVector = new Vector3D(0, 1, 0);
            YVector = new Vector3D(0, 0, -1);
            ZVector = new Vector3D(-1, 0, 0);
            Position = new Vector3D(0f);
            BoundingBoxMin = new Vector3D(-0.25f);
            BoundingBoxMax = new Vector3D(0.25f);
        }

Same methods

BrgAttachpoint::BrgAttachpoint ( BrgAttachpoint prev ) : System