FrameRate
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
ticksPerFrame | number | W | 25.0 | Read/Write property to get/set ticks per frame. |
value | number | R | 25.0 | Get the number of frames per second. |
Static Methods
createWithValue
25.0FrameRate
Create frame rate object with a value
Parameters
Name | Type | Description |
---|---|---|
value | number | - |
Instance Methods
equals
25.0boolean
Returns true if the given FrameRate is equal to this FrameRate object
Parameters
Name | Type | Description |
---|---|---|
frameRate | - |