Playground
by Górka Mateusz
|
Protected Member Functions | |
virtual void | Start () |
virtual void | LateUpdate () |
abstract T | Lerp (T a, T b, float t) |
virtual void | OnValidate () |
Properties | |
abstract T | Value [get, set] |
abstract T | ParentValue [get] |
Private Attributes | |
float | _stamplingTime = 0.2f |
int | _length = 5 |
T | _current |
T | _last |
float | _sampleTimer |
Queue< T > | _queue = new Queue<T>() |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
protectedpure virtual |
|
inlineprotectedvirtual |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getsetprotected |
|
getprotected |