|
DoopelPonger
|
Pattern to move SchmittyDoop randomly on the screen. I don't think this is actually used anywhere, but was originally used for testing. More...


Public Attributes | |
| float | delayBetweenActions |
| int | maxItems |
| float | alphaChangeRate = 6f |
| Range | positionRange |
| Range | rotationRange |
Protected Member Functions | |
| override CoopActionInformation | GetItem (int itemPosition) |
| Called when Schmitty Doop is looking for a new action to perform. More... | |
| override int | GetMaxItems () |
| override void | OnReset () |
| Called when the pattern is initialized or should put itself in a state as if it has never been used. More... | |
Additional Inherited Members | |
Public Member Functions inherited from CoopBaseActionPattern | |
| void | Awake () |
| Reset the state of the pattern when instantiated. More... | |
| bool | MoveNext () |
| void | Reset () |
| Set the state of the pattern as if it has never been used. More... | |
| void | Dispose () |
Properties inherited from CoopBaseActionPattern | |
| CoopActionInformation | Current [get] |
Pattern to move SchmittyDoop randomly on the screen. I don't think this is actually used anywhere, but was originally used for testing.
|
protectedvirtual |
Called when Schmitty Doop is looking for a new action to perform.
| itemPosition | The number of times Schmitty Doop has asked to an action while using this pattern. |
Implements CoopBaseActionPattern.
|
protectedvirtual |
Implements CoopBaseActionPattern.
|
protectedvirtual |
Called when the pattern is initialized or should put itself in a state as if it has never been used.
Implements CoopBaseActionPattern.
| float CoopRandomMovementPattern.alphaChangeRate = 6f |
How fast Schmitty Doop should become visible/invisible.
| float CoopRandomMovementPattern.delayBetweenActions |
The delay between actions in the pattern.
| int CoopRandomMovementPattern.maxItems |
The numbers of actions in the pattern.
| Range CoopRandomMovementPattern.positionRange |
The random range Schmitty Doop should move.
| Range CoopRandomMovementPattern.rotationRange |
The random range Schmitty Doop should rotate.
1.8.14