CRaPI - Correct Robust and Perfect API

GameObject Constructor (Double, Double, String)

Constructs a GameObject

public GameObject(
   double pDistance,
   double pDirection,
   string pName
);

Parameters

pDistance
Distance to the GameObject
pDirection
Direction to the GameObject
pName
The name

See Also

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