Class GetMemberDescriptor
Inheritance
GetMemberDescriptor
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
[Descriptor(typeof(GetMember))]
public class GetMemberDescriptor : MemberUnitDescriptor<GetMember>, IAssigner, IUnitDescriptor, IDescriptor
Constructors
GetMemberDescriptor(GetMember)
Declaration
public GetMemberDescriptor(GetMember unit)
Parameters
Type | Name | Description |
---|---|---|
GetMember | 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 |