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
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
|