Click or drag to resize

LightningBoltPathScriptBaseGetCurrentPathObjects Method

Get the game objects in the path currently - null or inactive objects are not returned

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected List<GameObject> GetCurrentPathObjects()

Return Value

Type: ListGameObject
List of game objects in the path
See Also