CryEngine.GenericNodeCreator

CryEngine.GenericNodeCreator

Creator for a specific node type. More...

Inherits IManagedNodeCreator.

Public Member Functions

GenericNodeCreator (Type nodeType)
Constructor for a node creator. More...
override Node Create ()
Creates a new instance of this creator's node type. More...

Properties

Type NodeType [get]
The type of node that this creater handles. More...

Detailed Description

Creator for a specific node type.

Constructor & Destructor Documentation

◆ GenericNodeCreator()

CryEngine.GenericNodeCreator.GenericNodeCreator ( Type nodeType)
inline

Constructor for a node creator.

Parameters
nodeType

Member Function Documentation

◆ Create()

override Node CryEngine.GenericNodeCreator.Create ( )
inline

Creates a new instance of this creator's node type.

Returns

Property Documentation

◆ NodeType

Type CryEngine.GenericNodeCreator.NodeType
get

The type of node that this creater handles.