API ReferenceSandbox.ActionGraphs
public class Sandbox.ActionGraphs.GameResourceSourceLocation
Source location for action graphs that belong to a `Sandbox.GameResource`. These can include scenes and prefabs, or custom resources. This is used for stack traces, and for knowing which asset to save when editing a graph.
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 3 methods
public virtual Sandbox.ActionGraphs.GameResourceSourceLocation <Clone>$()
public void Deconstruct(Sandbox.GameResource Resource)
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
No results match this filter.
Properties
Showing 2 properties
protected virtual System.Type Sandbox.ActionGraphs.GameResourceSourceLocation.EqualityContract { get; set; }
public Sandbox.GameResource Sandbox.ActionGraphs.GameResourceSourceLocation.Resource { get; set; }
Resource that contains action graphs.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.ActionGraphs |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ActionGraphs.GameResourceSourceLocation |