Class Collider
- Namespace
- AO
- Assembly
- CoreAssembly.dll
public class Collider : Component
- Inheritance
-
Collider
- Derived
- Inherited Members
- Extension Methods
Fields
OnCollisionEnter
Triggered when an entity with a rigidbody enters the collider
public Action<Entity> OnCollisionEnter
Field Value
OnCollisionExit
Triggered when an entity with a rigidbody exits the collider
public Action<Entity> OnCollisionExit
Field Value
Properties
CategoryBits
public uint CategoryBits { get; set; }
Property Value
Density
public float Density { get; set; }
Property Value
FlipNavmeshLoop
public bool FlipNavmeshLoop { get; set; }
Property Value
Friction
public float Friction { get; set; }
Property Value
IsTrigger
public bool IsTrigger { get; set; }
Property Value
MakeNavmeshLoop
public bool MakeNavmeshLoop { get; set; }
Property Value
MaskBits
public uint MaskBits { get; set; }
Property Value
Restitution
public float Restitution { get; set; }
Property Value
RestitutionThreshold
public float RestitutionThreshold { get; set; }