Class HasStateGraph
Check if a GameObject or StateMachine has a StateGraph
Inheritance
object
HasStateGraph
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
public sealed class HasStateGraph : HasGraph<StateGraph, StateGraphAsset, StateMachine>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
containerType
The type of object that handles the graph.
Declaration
[SerializeAttribute]
[InspectableAttribute]
[UnitHeaderInspectableAttribute]
public StateGraphContainerType containerType { get; set; }
Property Value
| Type | Description |
|---|---|
| StateGraphContainerType |
isGameObject
Declaration
protected override bool isGameObject { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Implements
IDisposable