| ColliderSetCollideWithTransparent Method |
Enable or disable the collision detection with transparent surfaces.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public void SetCollideWithTransparent(
bool enable
)
public:
void SetCollideWithTransparent(
bool enable
)
Parameters
- enable
- Type: SystemBoolean
if set to true the Collider will detect collision with transparent surfaces. Otherwise, it will not.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also