Class SetMemberDescriptor
Inheritance
SetMemberDescriptor
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
[Descriptor(typeof(SetMember))]
public class SetMemberDescriptor : MemberUnitDescriptor<SetMember>, IAssigner, IUnitDescriptor, IDescriptor
Constructors
SetMemberDescriptor(SetMember)
Declaration
public SetMemberDescriptor(SetMember unit)
Parameters
Type | Name | Description |
---|---|---|
SetMember | unit |
Properties
direction
Declaration
protected override ActionDirection direction { get; }
Property Value
Type | Description |
---|---|
ActionDirection |
Overrides
Methods
DefinedPort(IUnitPort, UnitPortDescription)
Declaration
protected override void DefinedPort(IUnitPort port, UnitPortDescription description)
Parameters
Type | Name | Description |
---|---|---|
IUnitPort | port | |
UnitPortDescription | description |