public sealed class Sandbox.Utility.Easing.Function : System.MulticastDelegate
An easing function that transforms the linear input into non linear output.
Related Guides
Broader workflow and conceptual references connected to this API.
You can create your own editor tool to help you create your game. Your tool needs to be created in an editor project.
You can create links by adding a NavMeshLink Component to an GameObject.
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.
Subgraphs are a collection of Shader Graph nodes that can be easily reused as a single node across other Shaders and even other Subgraphs. This is an easy way of develop custom Shader Graph Functions of your own.
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).
GPU instancing is an optimization where multiple instances of the same model with the same material can be drawn in a single draw call. This is a big optimization when rendering things that appear many times in a scene such as foliage.
Constructors
Showing 1 constructors
public Function(object object, System.IntPtr method)
No results match this filter.
Methods
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(float delta, System.AsyncCallback callback, object object)
public virtual float EndInvoke(System.IAsyncResult result)
public virtual float Invoke(float delta)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Utility.Easing.Function |