Search Results for

    Show / Hide Table of Contents

    Class ActorsSources

    Defines actors to draw sources.

    Inheritance
    System.Object
    ActorsSources
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ActorsSources : Enum

    Fields

    CustomActors

    The actors from the custom collection.

    Declaration
    public const ActorsSources CustomActors
    Field Value
    ActorsSources

    CustomScenes

    The scenes from the custom collection.

    Declaration
    public const ActorsSources CustomScenes
    Field Value
    ActorsSources

    None

    The actors won't be rendered.

    Declaration
    public const ActorsSources None
    Field Value
    ActorsSources

    Scenes

    The actors from the loaded scenes.

    Declaration
    public const ActorsSources Scenes
    Field Value
    ActorsSources

    ScenesAndCustomActors

    The actors from the loaded scenes and custom collection.

    Declaration
    public const ActorsSources ScenesAndCustomActors
    Field Value
    ActorsSources

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat