CRaPI - Correct Robust and Perfect API

FieldObject Constructor

Constructs a FieldObject

Overload List

Constructs a FieldObject

public FieldObject();

Constructs a FieldObject with a designated position

public FieldObject(Point2D);

Constructs a FieldObject with a designated position, distance, direction and name

public FieldObject(Point2D,double,double,string);

See Also

FieldObject Class | TeamYaffa.CRaPI.World.GameObjects Namespace