Show / Hide Table of Contents

Class CollisionEvent

Inheritance
MonoBehaviour
CollisionEvent
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class CollisionEvent : MonoBehaviour

Fields

onEnter

Declaration
public UnityEvent onEnter
Field Value
Type Description
UnityEvent

onExit

Declaration
public UnityEvent onExit
Field Value
Type Description
UnityEvent

otherCollider

Declaration
public Collider otherCollider
Field Value
Type Description
Collider
Back to top Generated by DocFX