Method GetValueAt
GetValueAt(float)
Get the value of the tenvelope at a given time relative to the envelope start.
선언
public float GetValueAt(float offset)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| float | offset | Time in seconds fromt he envelope start |
반환
| 타입 | 설명 |
|---|---|
| float | Envelope amplitude. This will range from 0...1 |