DrawableLine
Extends: Drawable
Properties
startPosition(BGE.Math.Vector)endPosition(BGE.Math.Vector)
Constructor
new DrawableLine(
owner: GameEntity,
startPos: BGE.Math.Vector,
endPos: BGE.Math.Vector,
args?: roAssociativeArray,
): DrawableLineParameters
owner(GameEntity)startPos(BGE.Math.Vector)endPos(BGE.Math.Vector)args(roAssociativeArray, optional, default: "{}")
Instance Methods
addToScene(rendererObj: Renderer): BGE.SceneObject
Parameters
rendererObj(Renderer)
Returns