C# Class fCraft.Drawing.SphereDrawOperation

Draw operation that creates a solid sphere.
Inheritance: EllipsoidDrawOperation
Show file Open project: fragmer/fCraft

Public Methods

Method Description
Prepare ( Vector3I marks ) : bool
SphereDrawOperation ( Player player ) : System
SphereDrawOperation ( [ player ) : System

Creates a new SphereDrawOperation for given player.

Method Details

Prepare() public method

public Prepare ( Vector3I marks ) : bool
marks Vector3I
return bool

SphereDrawOperation() public method

public SphereDrawOperation ( Player player ) : System
player Player
return System

SphereDrawOperation() public method

Creates a new SphereDrawOperation for given player.
public SphereDrawOperation ( [ player ) : System
player [
return System