Class This
Returns the current game object.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[RenamedFrom("Bolt.Self")]
[RenamedFrom("Unity.VisualScripting.Self")]
public sealed class This : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
self
The current game object.
Declaration
[DoNotSerialize]
[PortLabel("This")]
public ValueOutput self { get; }
Property Value
Type | Description |
---|---|
Value |
Methods
Definition()
Declaration
protected override void Definition()