Search Results for

    Show / Hide Table of Contents

    Class Emote

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    Emote
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [DewResourceLink(ResourceLinkBy.Name)]
    public class Emote : MonoBehaviour

    Fields

    category

    Declaration
    public string category
    Field Value
    Type Description
    string

    customDuration

    Declaration
    [NonSerialized]
    public float? customDuration
    Field Value
    Type Description
    float?

    DefaultUnlocks

    Declaration
    public static readonly string[] DefaultUnlocks
    Field Value
    Type Description
    string[]

    generatedFromServer

    Declaration
    public bool generatedFromServer
    Field Value
    Type Description
    bool

    heroType

    Declaration
    public string heroType
    Field Value
    Type Description
    string

    posGetter

    Declaration
    public Func<Vector3> posGetter
    Field Value
    Type Description
    System.Func<TResult><UnityEngine.Vector3>

    price

    Declaration
    public int price
    Field Value
    Type Description
    int

    Methods

    SetupPreview()

    Declaration
    public void SetupPreview()

    SetupStationary()

    Declaration
    public void SetupStationary()

    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