UpdateEntityCallback
UpdateEntityCallback<
T
>: (obj
,index
) =>void
A callback function used to update or initialize an entity.
Type Parameters
• T = InstancedEntity
Parameters
• obj: Entity
<T
>
• index: number
Returns
void
UpdateEntityCallback<
T
>: (obj
,index
) =>void
A callback function used to update or initialize an entity.
• T = InstancedEntity
• obj: Entity
<T
>
• index: number
void