Collider

Collider

STD Library
कॉम्पोनेन्ट
जोड़ सकते हैं:
Collider Collection
कंबाइन:
entity
खास:
Character Controller

Collision box component

प्रॉपर्टी

नाम टाइप विवरण स्क्रिप्ट का नाम
Enable Bool Whether to enable collision Enable
Is trigger Bool सिर्फ़ पढ़ सकते हैं
Whether or not to act as a trigger
IsTrigger
Physical Layer Int Physical layers, configure layers in the physics module, up to 16. PhysicalLayer

Event

नाम विवरण
On Collision Enter Triggered when an entity collides. Only entities with rigidbody components attached support this event.
On Collision Exit Triggered when the entity collision ends. Only entities with rigidbody components attached support this event.