Type Alias: UIProps
UIProps:
TransformationProps
&object
Type declaration
castShadow?
optional
castShadow:boolean
Default
false
children?
optional
children:ReactNode
onPress()?
optional
onPress: (entity
,modelEntities
) =>void
Will be called when the user pressed any of the rendered entities of the model.
Parameters
• entity: Entity
• modelEntities: Entity
[]
Returns
void
receiveShadow?
optional
receiveShadow:boolean
Default
false