API ReferenceSandbox.ActionGraphs

GameResourceSourceLocationclass

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.

objectGameResourceSourceLocation
Namespace
Sandbox.ActionGraphs
Assembly
Sandbox.Engine
Declaration
public class Sandbox.ActionGraphs.GameResourceSourceLocation

Constructors2

Showing 2 constructors

Methods3

Showing 3 methods

public void Deconstruct(Sandbox.GameResource Resource)PUBLIC

ParameterTypeDescription
ResourceGameResource
Returns:void

protected virtual bool PrintMembers(System.Text.StringBuilder builder)PROTECTEDVIRTUAL

ParameterTypeDescription
builderStringBuilder
Returns:bool

Properties2

Showing 2 properties

On this page