BasicShape: OnArrivePosition
Invoked when the basic shape arrives at the location specified by GoToPosition.
Event
void xxxxxxxxxxxxxxxxx(sender: object, x: float, y: float, z: float);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The basic shape object that has arrived at position |
x | Number | The x coordinate of the basic shape |
y | Number | The y coordinate of the basic shape |
z | Number | The z coordinate of the basic shape |