Namespace DotsStencil
Classes
BaseDotsNodeModel
BaseDotsSearcherItemCollectionAttribute
ComponentNodeSearcherAttribute
CreateObjectReferenceAction
DotsBlackboardProvider
DotsBoundObjectPlugin
DotsCreateGetSetVariableNodesAction
DotsDebugger
DotsDragNDropHandler
DotsGraphTemplate
DotsModelExtensions
DotsNodeModel<T>
Quickly define a node model from a runtime node by subclassing this. It owns (and serializes) an instance of the runtime node that will be used during translation. However that instance's port indices will be remapped during translation. Having to define them one by one means we could keep the same model class with a different base class in the future if we realize it won't be a 1 to 1 mapping (eg. a Mul node model might output a MulInt, MulMatrix, ... runtime node)
DotsNodeSearcherAdapter
DotsSearcherFilterProvider
DotsSearcherItemAttribute
DotsSearcherItemCollectionAttribute
DotsStencil
DotsToolbarProvider
DotsTranslator
DotsTranslator.DotsCompilationResult
DotsTypeHandle
DragAndDropReducers
EntityFrameData
See IFrameData
EnumNodeSearcherAttribute
GenerateNodeDocPlugin
GeneratedMathSearcherAttribute
GetAxisNodeModel
GetInputSystemPackageInputModel
GraphElementSearcherDatabaseExtensionsTests
GraphTrace
Record of a given Entity in the context of a Graph, see IGraphTrace