Class Expose
Exposes all members of the type.
Syntax
public sealed class Expose : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IIdentifiable, IAnalyticsIdentifiable, IAotStubbable
Constructors
Expose()
Declaration
Expose(Type)
Declaration
Parameters
Type |
Name |
Description |
Type |
type |
|
Properties
canDefine
Declaration
public override bool canDefine { get; }
Property Value
Overrides
instance
Declaration
[Serialize]
[Inspectable]
[UnitHeaderInspectable("Instance")]
[InspectorToggleLeft]
public bool instance { get; set; }
Property Value
members
Declaration
[DoNotSerialize]
public Dictionary<ValueOutput, Member> members { get; }
Property Value
static
Declaration
[Serialize]
[Inspectable]
[UnitHeaderInspectable("Static")]
[InspectorToggleLeft]
public bool static { get; set; }
Property Value
target
The instance of the exposed type.
Declaration
[DoNotSerialize]
[NullMeansSelf]
public ValueInput target { get; }
Property Value
type
Declaration
[Serialize]
[Inspectable]
[TypeFilter(new Type[]{}, Enums = false)]
public Type type { get; set; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
GetAotStubs(HashSet<Object>)
Declaration
public override IEnumerable<object> GetAotStubs(HashSet<object> visited)
Parameters
Returns
Overrides
Unity.VisualScripting.GraphElement<Unity.VisualScripting.FlowGraph>.GetAotStubs(System.Collections.Generic.HashSet<System.Object>)
Implements
Extension Methods