Class AudioHTMLSystem | Project Tiny for Web | 0.21.0-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Class AudioHTMLSystem

    Inheritance
    Object
    AudioHTMLSystem
    Namespace: Unity.Tiny.Web
    Syntax
    public class AudioHTMLSystem : AudioSystem

    Methods

    DestroyAudioSystem()

    Declaration
    protected override void DestroyAudioSystem()

    InitAudioSystem()

    Declaration
    protected override void InitAudioSystem()

    IsPlaying(Entity)

    Declaration
    protected override bool IsPlaying(Entity e)
    Parameters
    Type Name Description
    Entity e
    Returns
    Type Description
    Boolean

    OnUpdate()

    Declaration
    protected override void OnUpdate()

    PlaySource(Entity)

    Declaration
    protected override bool PlaySource(Entity e)
    Parameters
    Type Name Description
    Entity e
    Returns
    Type Description
    Boolean

    SetPan(Entity, Single)

    Declaration
    protected override bool SetPan(Entity e, float pan)
    Parameters
    Type Name Description
    Entity e
    Single pan
    Returns
    Type Description
    Boolean

    SetVolume(Entity, Single)

    Declaration
    protected override bool SetVolume(Entity e, float volume)
    Parameters
    Type Name Description
    Entity e
    Single volume
    Returns
    Type Description
    Boolean

    StopSource(Entity)

    Declaration
    protected override void StopSource(Entity e)
    Parameters
    Type Name Description
    Entity e
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023