프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_data | List |
||
_itr | int | ||
_size | int |
메소드 | 설명 | |
---|---|---|
Add ( float Data ) : void |
Adds an entry to the array of data. @param Data The value you want to track and average.
|
|
Average ( ) : float |
Averages the value of all the numbers in the monitor window. @return The average value of all the numbers in the monitor window.
|
|
FlxMonitor ( int Size, float Default ) : System.Collections.Generic |
Creates the monitor array and sets the size. @param Size The desired size - more entries means a longer window of averaging. @param Default The default value of the entries in the array (0 by default).
|
public FlxMonitor ( int Size, float Default ) : System.Collections.Generic | ||
Size | int | |
Default | float | |
리턴 | System.Collections.Generic |