ResetMaterial()
Syntax
ResetMaterial(ObjectType)Description
Resets all materials for the specified object types.
Parameters
ObjectType It can be one of the following value: #PB_Entity: resets materials for all entities. #PB_ParticleEmitter: resets materials for all particle emitters. #PB_BillboardGroup: resets materials for all billboards.
Return value
None.
Supported OS
All