Interface IPresenterOwner
The interface for Editor context that owns the presenter. Can be Properties
Namespace: FlaxEditor.CustomEditors
Assembly: FlaxEngine.CSharp.dll
Syntax
public interface IPresenterOwner
Properties
PresenterViewport
Gets the viewport linked with properties presenter (optional, null if unused).
Declaration
EditorViewport PresenterViewport { get; }
Property Value
Methods
Select(List<SceneGraphNode>)
Selects the scene objects.
Declaration
void Select(List<SceneGraphNode> nodes)
Parameters
System. The nodes to select |