Class ProxyCollider
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ProxyCollider
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class ProxyCollider : MonoBehaviour
Fields
collidableWithProjectile
Declaration
public ICollidableWithProjectile collidableWithProjectile
Field Value
| Type | Description |
|---|---|
| ICollidableWithProjectile |
collider
Declaration
public Collider2D collider
Field Value
| Type | Description |
|---|---|
| UnityEngine.Collider2D |
entity
Declaration
public Entity entity
Field Value
| Type | Description |
|---|---|
| Entity |
interactable
Declaration
public IInteractable interactable
Field Value
| Type | Description |
|---|---|
| IInteractable |