Search Results for

    Show / Hide Table of Contents

    Struct CollectableResourceData

    Namespace: RTSEngine.ResourceExtension
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct CollectableResourceData

    Fields

    amount

    Declaration
    public int amount
    Field Value
    Type Description
    Int32

    animatorOverrideController

    Declaration
    public AnimatorOverrideControllerFetcher animatorOverrideController
    Field Value
    Type Description
    AnimatorOverrideControllerFetcher

    enableAudio

    Declaration
    public AudioClipFetcher enableAudio
    Field Value
    Type Description
    AudioClipFetcher

    enableObject

    Declaration
    public GameObject enableObject
    Field Value
    Type Description
    GameObject

    loopProgressAudio

    Declaration
    public bool loopProgressAudio
    Field Value
    Type Description
    Boolean

    orderAudio

    Declaration
    public AudioClipFetcher orderAudio
    Field Value
    Type Description
    AudioClipFetcher

    progressAudio

    Declaration
    public AudioClipFetcher progressAudio
    Field Value
    Type Description
    AudioClipFetcher

    sourceEffect

    Declaration
    public GameObjectToEffectObjectInput sourceEffect
    Field Value
    Type Description
    GameObjectToEffectObjectInput

    targetEffect

    Declaration
    public GameObjectToEffectObjectInput targetEffect
    Field Value
    Type Description
    GameObjectToEffectObjectInput

    type

    Declaration
    public ResourceTypeInfo type
    Field Value
    Type Description
    ResourceTypeInfo
    In This Article
    Back to top Unity RTS Engine Documentation