Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation