public static abstract sealed class Facepunch.ActionGraphs.Either
Related Guides
Broader workflow and conceptual references connected to this API.
We implement Recast Navigation in s&box, the industry standard for navmesh generation and navigation agents. It's used in Unreal, Unity and Godot. So if it seems familiar, that's why.
s&box has a [CodeGenerator] attribute that you can use to decorate another attribute specifically for use with methods and properties. It lets you wrap methods and properties to perform some other action when the method is called or the property is set or to return a different value when the property is read.
To add Terrain to your Scene, right click in the Hierarchy and select 3D Object โ Terrain from the menu. The Terrain inspector will then prompt you to create, import or link an existing Terrain asset.
Create, open, or import movies.
When creating a Tool or Editor Project, it's common to want to be able to trigger certain actions with a key press or combined keystroke (Like O to enter Object Mode, or SHIFT+B to enter the Block Tool).
A scene can contain systems that need to do work in specific places during the frame.
Methods
Showing 5 methods
public static bool IsEitherType(System.Type type)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.Either |