Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AudioEmitterProcessor.AssociatedData Class

    Namespace: Stride.Audio
    Assembly: Stride.Engine.dll

    Data associated to each Entity instances of the system having an AudioEmitterComponent and an TransformComponent.

    System.Object → AudioEmitterProcessor.AssociatedData
    Derived from AudioEmitterProcessor.AssociatedData:

    public class AssociatedData
    Name Description
    Fields
    AudioEmitter

    The AudioEmitter associated to the AudioEmitterComponent.

    AudioEmitterComponent

    The AudioEmitterComponent associated to the entity

    IsPlaying

    If this emitter has some instances playing

    TransformComponent

    The TransformComponent associated to the entity

    | Improve this Doc View Source

    Fields


    AudioEmitter

    The AudioEmitter associated to the AudioEmitterComponent.

    public AudioEmitter AudioEmitter
    Field Value
    Type Description
    AudioEmitter

    AudioEmitterComponent

    The AudioEmitterComponent associated to the entity

    public AudioEmitterComponent AudioEmitterComponent
    Field Value
    Type Description
    AudioEmitterComponent

    IsPlaying

    If this emitter has some instances playing

    public bool IsPlaying
    Field Value
    Type Description
    System.Boolean

    TransformComponent

    The TransformComponent associated to the entity

    public TransformComponent TransformComponent
    Field Value
    Type Description
    TransformComponent

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation