Api Sandbox ActionGraphs GameResourceSourceLocation
class

GameResourceSourceLocation

public class GameResourceSourceLocation

Source location for action graphs that belong to a 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

GameResourceSourceLocation(GameResource Resource)

Source location for action graphs that belong to a 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.

Resource — Resource that contains action graphs.

Properties

Name Type Description
Resource GameResource Resource that contains action graphs.

Methods

virtual GameResourceSourceLocation <Clone>$()
Void Deconstruct(GameResource Resource)
Assembly: Sandbox.Engine Namespace: Sandbox.ActionGraphs Full Name: Sandbox.ActionGraphs.GameResourceSourceLocation