Custom | |
The CustomRenderableNode type exposes the following members.
| Name | Description | |
|---|---|---|
| InitializeResourcesAction | 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 | |
| UpdateAction | 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. |