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()
Protected Function GetCurrentPathObjects As List(Of GameObject)
protected:
List<GameObject^>^ GetCurrentPathObjects()
member GetCurrentPathObjects : unit -> List<GameObject>
Return Value
Type:
ListGameObjectList of game objects in the path
See Also