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, ): DrawableLine

Parameters

  • owner (GameEntity)
  • startPos (BGE.Math.Vector)
  • endPos (BGE.Math.Vector)
  • args (roAssociativeArray, optional, default: "{}")

Instance Methods

addToScene(rendererObj: Renderer): BGE.SceneObject

Parameters

Returns