![]() |
2DShooterWeaponSystem
1.9.0
|
Used to get objects in some demo scenes to follow other targets. More...
Public Attributes | |
Transform | target |
float | speed |
bool | shouldFollow |
List< Transform > | acquiredTargets |
Used to get objects in some demo scenes to follow other targets.
List<Transform> DemoFollowScript.acquiredTargets |
bool DemoFollowScript.shouldFollow |
float DemoFollowScript.speed |
Transform DemoFollowScript.target |