Unity and Flutter apps Home Page
Work to create apps for generating revenue
|
Selects an object in the keyActionController and performs an action pregessively over a time period Open: Moves the object that was an obstical out of the way over a time period. More...
Public Member Functions | |
OpenKeyAction (KeyActionController pKeyActionController) | |
float | DoKeyAction (bool isActionStarted, float actionTime, float actionSpeed) |
This action moves the associated object out of the way over a number of frames when triggered Only does 'down' at the moment but could be extended. |
Additional Inherited Members | |
Public Types inherited from Key.IKeyAction | |
enum | KeyActionEnum { Open , Reveal , WalkThrough } |
Selects an object in the keyActionController and performs an action pregessively over a time period Open: Moves the object that was an obstical out of the way over a time period.
Key.OpenKeyAction.OpenKeyAction | ( | KeyActionController | pKeyActionController | ) |
float Key.OpenKeyAction.DoKeyAction | ( | bool | isActionStarted, |
float | actionTime, | ||
float | actionSpeed ) |
This action moves the associated object out of the way over a number of frames when triggered Only does 'down' at the moment but could be extended.
isActionStarted | |
actionTime | |
actionSpeed |
Implements Key.IKeyAction.