fCraft.FuncDrawOperation.Prepare C# (CSharp) Method

Prepare() public method

public Prepare ( Vector3I marks ) : bool
marks Vector3I
return bool
        public override bool Prepare( Vector3I[] marks )
        {
            if ( !base.Prepare( marks ) ) {
                return false;
            }
            BlocksTotalEstimate = Bounds.Volume;
            return true;
        }