API ReferenceSandbox.ActionGraphs
public static abstract sealed class Sandbox.ActionGraphs.ActionGraphEditorExtensions
Helper methods for action graph editor tools. Mostly workaround for `Sandbox.GameObjectReference` and `Sandbox.ComponentReference` being internal.
Methods
Showing 5 methods
public static System.Nullable`1<Sandbox.ActionGraphs.SceneReferenceNode> GetSceneReference(Facepunch.ActionGraphs.Node node, Sandbox.Scene scene, Facepunch.ActionGraphs.IActionGraphDelegate actionGraphDelegate = null)
Parameters
actionGraphDelegate: Default: null
public static System.Collections.Generic.IEnumerable`1<Sandbox.ActionGraphs.SceneReferenceNode> GetSceneReferences(Facepunch.ActionGraphs.IActionGraphDelegate actionGraphDelegate)
Find all `Sandbox.GameObject`s and `Sandbox.Component`s referenced by the given `Facepunch.ActionGraphs.IActionGraphDelegate`.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.ActionGraphs |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Sandbox.ActionGraphs.ActionGraphEditorExtensions |