SEToolbox.Models.BindableSize3DIModel.ToVector3I C# (CSharp) Method

ToVector3I() public method

public ToVector3I ( ) : Vector3I
return Vector3I
        public Vector3I ToVector3I()
        {
            return new Vector3I(Width, Height, Depth);
        }