Class NodeComponentProcessor
- Namespace
- Lime
- Assembly
- Lime.dll
public abstract class NodeComponentProcessor : NodeProcessor
- Inheritance
-
NodeComponentProcessor
- Derived
-
- Inherited Members
-
Constructors
NodeComponentProcessor(Type)
protected NodeComponentProcessor(Type targetComponentType)
Parameters
targetComponentType Type
Properties
TargetComponentType
public Type TargetComponentType { get; }
Property Value
- Type
Methods
InternalAdd(NodeComponent, Node)
protected virtual void InternalAdd(NodeComponent component, Node owner)
Parameters
component NodeComponent
owner Node
InternalOnOwnerFrozenChanged(NodeComponent, Node)
protected virtual void InternalOnOwnerFrozenChanged(NodeComponent component, Node owner)
Parameters
component NodeComponent
owner Node
InternalRemove(NodeComponent, Node)
protected virtual void InternalRemove(NodeComponent component, Node owner)
Parameters
component NodeComponent
owner Node