ITimedValue<T> Interface
Namespace: Stride.Games.TimeAssembly: Stride.Games.dll
public interface ITimedValue<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
| Name | Description | |
|---|---|---|
| Properties | ||
| Time | ||
| Value | ||
Properties
Time
double Time { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Value
T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |