Click or drag to resize

ILinkRenderer.isPhysicalCollider Property

Tells if the link colliders should be active.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
bool isPhysicalCollider { get; set; }
Request Example View Source

Property Value

Type: Boolean
The current state of the collider(s).
Remarks
Setting this property to false disables the link colliders, if there were any. Setting this property to true doesn't make the link physical, it only enables the colliders that were already on the link.
See Also