Class EditorTimeBinding
Namespace: Ludiq
Syntax
public static class EditorTimeBinding
  Fields
frameBinding
Declaration
public static Func<int> frameBinding
  Field Value
| Type | Description | 
|---|---|
| Func<Int32> | 
timeBinding
Declaration
public static Func<float> timeBinding
  Field Value
| Type | Description | 
|---|---|
| Func<Single> | 
Properties
frame
Declaration
public static int frame { get; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
time
Declaration
public static float time { get; }
  Property Value
| Type | Description | 
|---|---|
| Single |