BasicShape: OnCompleteRotation
Invoked when the basic shape completes rotation specified by Rotate.
Event
void xxxxxxxxxxxxxxxxx(sender: object, direction: float, tilt: float, roll: float);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The basic shape object that has completed rotation |
| direction | Number | the direction of the basic shape |
| tilt | Number | the tilt of the basic shape |
| roll | Number | the roll of the basic shape |