API Referenceglobal
Entryclass
object→Entry
Constructors1
Showing 1 constructors
public Entry(string property, double startTime, double length, int target, Sandbox.UI.Transitions.TransitionFunction action, Sandbox.Utility.Easing.Function easingFunction)
| Parameter | Type | Description |
|---|---|---|
| property | string | — |
| startTime | double | — |
| length | double | — |
| target | int | — |
| action | TransitionFunction | — |
| easingFunction | Function | — |
No results match this filter.
Methods2
Showing 2 methods
public float Ease(float delta)
| Parameter | Type | Description |
|---|---|---|
| delta | float | — |
Returns:
float—No results match this filter.
Properties7
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; }
Returns:
bool—public double Sandbox.UI.Transitions.Entry.Length { get; set; }
Returns:
double—public string Sandbox.UI.Transitions.Entry.Property { get; set; }
Returns:
string—public double Sandbox.UI.Transitions.Entry.StartTime { get; set; }
Returns:
double—public int Sandbox.UI.Transitions.Entry.Target { get; set; }
Returns:
int—No results match this filter.