| StressTest_FightOverFiveObjectsControllerTestObjects Field |
All of the ASL objects in this scene. Since these are ASL objects and not GameObjects,
we do not need to get the ASL component before calling ASL scripts like previous examples
Namespace:
StressTesting
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public ASLObject[] TestObjects
Public TestObjects As ASLObject()
public:
array<ASLObject^>^ TestObjects
val mutable TestObjects: ASLObject[]
Field Value
Type:
ASLObjectSee Also