Click or drag to resize
AB4D logo

CustomRenderableNodeInitializeResourcesAction Property

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

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Action<CustomRenderableNode, DXScene> InitializeResourcesAction { get; set; }

Property Value

ActionCustomRenderableNode, DXScene
See Also