Table of Contents

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

Action<Entity>

OnCollisionExit

Triggered when an entity with a rigidbody exits the collider

public Action<Entity> OnCollisionExit

Field Value

Action<Entity>

Properties

CategoryBits

public uint CategoryBits { get; set; }

Property Value

uint

Density

public float Density { get; set; }

Property Value

float

FlipNavmeshLoop

public bool FlipNavmeshLoop { get; set; }

Property Value

bool

Friction

public float Friction { get; set; }

Property Value

float

IsTrigger

public bool IsTrigger { get; set; }

Property Value

bool

MakeNavmeshLoop

public bool MakeNavmeshLoop { get; set; }

Property Value

bool

MaskBits

public uint MaskBits { get; set; }

Property Value

uint

Restitution

public float Restitution { get; set; }

Property Value

float

RestitutionThreshold

public float RestitutionThreshold { get; set; }

Property Value

float