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