public sealed struct Sandbox.UI.Transitions.Entry
Related Guides
Broader workflow and conceptual references connected to this API.
Leaderboards are just stats, aggregated and ordered.
The Storage system provides a simple, unified way to manage user-generated content in your game. Whether you're saving game progress, storing player creations, or anything else, Storage handles everything from local file management to Steam Workshop integration.
VirtualGrid is a Panel that allows you to create a grid of items virtually. What this means is that if you have 1 million items, it won't render them and try to lay them all out at the same time. It'll just pick the few that are visible and create them. When you scroll down, it'll delete the ones it can no longer see and create the new visible ones.
Constructors
Showing 1 constructors
public Entry(string property, double startTime, double length, int target, Sandbox.UI.Transitions.TransitionFunction action, Sandbox.Utility.Easing.Function easingFunction)
No results match this filter.
Methods
Showing 2 methods
No results match this filter.
Properties
Showing 7 properties
public Sandbox.UI.Transitions.TransitionFunction Sandbox.UI.Transitions.Entry.Action { get; set; }
public Sandbox.Utility.Easing.Function Sandbox.UI.Transitions.Entry.EasingFunction { get; set; }
public bool Sandbox.UI.Transitions.Entry.IsKilled { get; set; }
public double Sandbox.UI.Transitions.Entry.Length { get; set; }
public string Sandbox.UI.Transitions.Entry.Property { get; set; }
public double Sandbox.UI.Transitions.Entry.StartTime { get; set; }
public int Sandbox.UI.Transitions.Entry.Target { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.UI.Transitions.Entry |