Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.42.1
GitLab
API (v0.42.1) - Giro3D
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
API (v0.42.1) - Giro3D
Loading...
A hook that ensures the ring remains closed after the first or last point of the ring is moved.