DungeonMasterEngine.Graphics.CubeGraphic.CubeGraphic C# (CSharp) Method

CubeGraphic() public method

public CubeGraphic ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
        public CubeGraphic()
        {
            texture = Resources.DefaultTexture;
            mirroredTexture2D = texture;
        }