Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.40.0
GitLab
Giro3D API (v0.40.0)
interactions
afterUpdatePointOfRing
Function afterUpdatePointOfRing
A hook that ensures the ring remains closed after the first or last point of the ring is moved.
after
Update
Point
Of
Ring
(
options
)
:
void
Parameters
options
:
{
index
:
number
;
newPosition
:
Vector3
;
shape
:
entities
.
Shape
<
EntityUserData
>
;
}
index
:
number
new
Position
:
Vector3
shape
:
entities
.
Shape
<
EntityUserData
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Giro3D API (v0.40.0)
Loading...
A hook that ensures the ring remains closed after the first or last point of the ring is moved.