fix floater FINALLY
This commit is contained in:
parent
452faae79a
commit
084c5eab2f
2 changed files with 37 additions and 48 deletions
|
|
@ -11,7 +11,7 @@ namespace gay.lilyy.aacshared.runtimecomponents
|
|||
void Start(){}
|
||||
public float floatHeight = 0;
|
||||
[Tooltip("Time in seconds for one full spin cycle")]
|
||||
public float loopInSeconds = 10f;
|
||||
public float loopInSeconds = 60f;
|
||||
[Tooltip("Number of times object spins in one loop")]
|
||||
public int spinCycles = 2;
|
||||
[Tooltip("Axis to spin around (x, y, or z)")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue