Search Results for

    Show / Hide Table of Contents

    Class DewConversationSettings

    Immutable, available everywhere.

    Inheritance
    object
    DewConversationSettings
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewConversationSettings

    Fields

    callFunctions

    This is not synced to clients.

    Declaration
    [NonSerialized]
    public Dictionary<string, Action> callFunctions
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, System.Action>

    onStop

    This is not synced to clients.

    Declaration
    [NonSerialized]
    public Action onStop
    Field Value
    Type Description
    System.Action

    player

    Declaration
    public DewPlayer player
    Field Value
    Type Description
    DewPlayer

    rotateTowardsCenter

    Declaration
    public bool rotateTowardsCenter
    Field Value
    Type Description
    bool

    speakers

    Declaration
    public Entity[] speakers
    Field Value
    Type Description
    Entity[]

    startConversationKey

    Declaration
    public string startConversationKey
    Field Value
    Type Description
    string

    variables

    Declaration
    public Dictionary<string, string> variables
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, string>

    visibility

    Declaration
    public ConversationVisibility visibility
    Field Value
    Type Description
    ConversationVisibility

    Properties

    isLocalAuthority

    Is local player authorized to advance the conversation?

    Declaration
    public bool isLocalAuthority { get; }
    Property Value
    Type Description
    bool

    isVisibleToLocal

    Can local player see this conversation?

    Declaration
    public bool isVisibleToLocal { get; }
    Property Value
    Type Description
    bool

    seed

    Used for solving randomness consistently across clients.

    Declaration
    public int seed { get; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Shape of Dreams API Documentation