Search Results for

    Show / Hide Table of Contents

    Class EntitySound

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    Mirror.NetworkBehaviour
    DewNetworkBehaviour
    EntityComponent
    EntitySound
    Implements
    ILogicUpdate
    ICleanup
    Inherited Members
    EntityComponent.entity
    EntityComponent.OnDisable()
    DewNetworkBehaviour.FxPlayNewNetworked(GameObject, Vector3, Quaternion?)
    DewNetworkBehaviour.FxPlayNewNetworked(GameObject, Entity)
    DewNetworkBehaviour.FxPlayNewNetworked(GameObject, Entity, Vector3, Quaternion?)
    DewNetworkBehaviour.FxPlayNewNetworked(GameObject)
    DewNetworkBehaviour.FxPlayNetworked(GameObject)
    DewNetworkBehaviour.FxPlayNetworked(GameObject, Vector3, Quaternion?)
    DewNetworkBehaviour.FxPlayNetworked(GameObject, Entity)
    DewNetworkBehaviour.FxPlayNetworked(GameObject, Entity, Vector3, Quaternion?)
    DewNetworkBehaviour.FxStopNetworked(GameObject)
    DewNetworkBehaviour.FxPlayNew(GameObject)
    DewNetworkBehaviour.FxPlayNew(GameObject, Vector3, Quaternion?)
    DewNetworkBehaviour.FxPlayNew(GameObject, Entity)
    DewNetworkBehaviour.FxPlayNew(GameObject, Entity, Vector3, Quaternion?)
    DewNetworkBehaviour.FxPlay(GameObject)
    DewNetworkBehaviour.FxPlay(GameObject, Vector3, Quaternion?)
    DewNetworkBehaviour.FxPlay(GameObject, Entity)
    DewNetworkBehaviour.FxPlay(GameObject, Entity, Vector3, Quaternion?)
    DewNetworkBehaviour.FxStop(GameObject)
    DewNetworkBehaviour.FxApplySpeedMultiplier(GameObject, float)
    DewNetworkBehaviour.FxApplySpeedMultiplierNetworked(GameObject, float)
    DewNetworkBehaviour.Awake()
    DewNetworkBehaviour.InvalidateInstance()
    DewNetworkBehaviour.OnStartClient()
    DewNetworkBehaviour.OnStopServer()
    DewNetworkBehaviour.OnStopClient()
    DewNetworkBehaviour.OnLateStart()
    DewNetworkBehaviour.OnStop()
    DewNetworkBehaviour.OnDestroy()
    DewNetworkBehaviour.FrameUpdate()
    DewNetworkBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class EntitySound : EntityComponent, ILogicUpdate, ICleanup

    Fields

    ClientEvent_OnFootstep

    Declaration
    public SafeAction ClientEvent_OnFootstep
    Field Value
    Type Description
    SafeAction

    conversationClick

    Declaration
    public DewAudioClip conversationClick
    Field Value
    Type Description
    DewAudioClip

    conversationStart

    Declaration
    public DewAudioClip conversationStart
    Field Value
    Type Description
    DewAudioClip

    voiceDeath

    Declaration
    public DewAudioClip voiceDeath
    Field Value
    Type Description
    DewAudioClip

    voiceIdle

    Declaration
    public DewAudioClip voiceIdle
    Field Value
    Type Description
    DewAudioClip

    voiceIdleInterval

    Declaration
    public Vector2 voiceIdleInterval
    Field Value
    Type Description
    UnityEngine.Vector2

    voiceStart

    Declaration
    public DewAudioClip voiceStart
    Field Value
    Type Description
    DewAudioClip

    Properties

    canDestroy

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

    Methods

    DoFootstep()

    Play footstep effect.

    Declaration
    public void DoFootstep()

    DoPeriodicSurfaceEffect()

    Do periodic effect on the surface the entity is currently on.

    Declaration
    public void DoPeriodicSurfaceEffect()

    LogicUpdate(float)

    Declaration
    public override void LogicUpdate(float dt)
    Parameters
    Type Name Description
    float dt
    Overrides
    DewNetworkBehaviour.LogicUpdate(float)

    OnCleanup()

    Declaration
    public void OnCleanup()

    OnLateStartServer()

    Declaration
    public override void OnLateStartServer()
    Overrides
    DewNetworkBehaviour.OnLateStartServer()

    OnStart()

    Declaration
    public override void OnStart()
    Overrides
    DewNetworkBehaviour.OnStart()

    OnStartServer()

    Declaration
    public override void OnStartServer()
    Overrides
    DewNetworkBehaviour.OnStartServer()

    Say(DewAudioClip, bool)

    Declaration
    public void Say(DewAudioClip clip, bool interruptPrevious)
    Parameters
    Type Name Description
    DewAudioClip clip
    bool interruptPrevious

    Implements

    ILogicUpdate
    ICleanup

    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