Class ActorsSources
Defines actors to draw sources.
Inheritance
System.Object
    ActorsSources
    Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ActorsSources : EnumFields
CustomActors
The actors from the custom collection.
Declaration
public const ActorsSources CustomActorsField Value
| ActorsSources 
 | 
CustomScenes
The scenes from the custom collection.
Declaration
public const ActorsSources CustomScenesField Value
| ActorsSources 
 | 
None
Scenes
The actors from the loaded scenes.
Declaration
public const ActorsSources ScenesField Value
| ActorsSources 
 | 
ScenesAndCustomActors
The actors from the loaded scenes and custom collection.
Declaration
public const ActorsSources ScenesAndCustomActorsField Value
| ActorsSources 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 |