Show / Hide Table of Contents

Class Collision2DEvent

Inheritance
MonoBehaviour
Collision2DEvent
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class Collision2DEvent : 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 Collider2D otherCollider
Field Value
Type Description
Collider2D
Back to top Generated by DocFX