CRaPI - Correct Robust and Perfect API

FieldObject Constructor (Point2D, Double, Double, String)

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

public FieldObject(
   Point2D pPosition,
   double pDistance,
   double pDirection,
   string pName
);

Parameters

pPosition
The position
pDistance
The distance
pDirection
The direction
pName
The name

See Also

FieldObject Class | TeamYaffa.CRaPI.World.GameObjects Namespace | FieldObject Constructor Overload List