Showing results for

scene graph

on docs.flaxengine.com
docs.flaxengine.com › api › FlaxEditor.ISceneEditingCon…
Interface ISceneEditingContext | Flax Documentation
...FlaxEngine.CSharp.dll
Syntax
public interface ISceneEditingContext
Properties
Selection
docs.flaxengine.com › api › FlaxEditor.Modules.SceneMod…
Class SceneModule.ScenesRootNode | Flax Documentation
Class SceneModule.ScenesRootNode
The root node for the scene graph created for the loaded scenes and actors hierarchy.
Inheritance
System.Object
FlaxEditor.SceneGraph.SceneGraphNode...
docs.flaxengine.com › api › FlaxEditor.Windows.Assets.P…
Class PrefabWindow.CustomRootNode | Flax Documentation
Class PrefabWindow.CustomRootNode
The custom implementation of the root node for the scene graph.
Inheritance
System.Object
FlaxEditor.SceneGraph.SceneGraphNode
docs.flaxengine.com › api › FlaxEditor.Windows.SceneEdi…
Class SceneEditorWindow | Flax Documentation
...Declaration
protected SceneEditorWindow(Editor editor, bool hideOnClose, ScrollBars scrollBars)
Parameters
Properties
Selection
docs.flaxengine.com › api › FlaxEditor.Modules.html
Namespace FlaxEditor.Modules | Flax Documentation
...SceneModule.ScenesRootNode The root node for the scene graph created for the loaded scenes and actors hierarchy. SimulationModule Manages play in-editor feature (game...
docs.flaxengine.com › api › FlaxEditor.Windows.html
Namespace FlaxEditor.Windows | Flax Documentation
...SceneTreeWindow Windows used to present loaded scenes collection and whole scene graph. SpawnTab Objects spawning tab. Supports searching actor types and prefabs for spawning...
docs.flaxengine.com › manual › scripting › tutorials
HOWTO: Create a custom actor type | Flax Documentation
...Create script
Actors are scene objects just like Scripts and can receive scene graph events such as OnBeginPlay, OnEndPlay, etc. (remember to always call...
docs.flaxengine.com › api › FlaxEditor.Windows.SceneTre…
Class SceneTreeWindow | Flax Documentation
Class SceneTreeWindow
Windows used to present loaded scenes collection and whole scene graph.
Inheritance
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
docs.flaxengine.com › api › FlaxEditor.Modules.SceneMod…
Class SceneModule | Flax Documentation
...EditorModule
Fields
Root
The root tree node for the whole scene graph.
Declaration
docs.flaxengine.com › api › FlaxEditor.Modules.SceneEdi…
Class SceneEditingModule | Flax Documentation
...Declaration
public void Select(SceneGraphNode[] selection, bool additive = false)
Parameters
Select(Actor)
Selects the specified actor (finds it's scene graph node).