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

[Obsolete("Use OnCollisionEnter2. This warning will become an error in protocol 40.", false)]
public Action<Entity> OnCollisionEnter

Field Value

Action<Entity>

OnCollisionEnter2

Triggered when a collider with a rigidbody enters the collider

public Action<Collider> OnCollisionEnter2

Field Value

Action<Collider>

OnCollisionExit

Triggered when an entity with a rigidbody exits the collider

[Obsolete("Use OnCollisionExit2. This warning will become an error in protocol 40.", false)]
public Action<Entity> OnCollisionExit

Field Value

Action<Entity>

OnCollisionExit2

Triggered when a collider with a rigidbody exits the collider

public Action<Collider> OnCollisionExit2

Field Value

Action<Collider>

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