Click or drag to resize

FlowGraphSpecialization_ShaderDragDropObjectCreateInitNode Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override void DragDropObjectCreateInitNode(
	FlowGraphNode node,
	FlowGraphSpecializationDragDropObjectCreateInitNodeContext context,
	ref bool handled
)

Parameters

node
Type: NeoAxisFlowGraphNode
context
Type: NeoAxisFlowGraphSpecializationDragDropObjectCreateInitNodeContext
handled
Type: SystemBoolean
See Also