Click or drag to resize
AB4D logo

CustomRenderableNode Properties

The CustomRenderableNode type exposes the following members.

Properties
 NameDescription
Public propertyInitializeResourcesAction Gets or sets an Action that is called when DXEngine's resources that are used by this CustomRenderableNode need to be created. The Action is called with two parameters: this CustomRenderableNode and DXScene
Public propertyUpdateAction Gets or sets an Action that is called when the Update method is called on this SceneNode. The action is called with this CustomRenderableNode as parameter.
Top
See Also