XLE
v0.02.0
|
Public Types | |
enum | Behaviour { Unspecified, Constant, Gradient, Cycle, Oscillate, CycleRelative } |
Public Member Functions | |
DocScopeId | GetId () const |
Behaviour | GetPrebehaviour () const |
Behaviour | GetPostbehaviour () const |
const InputsCollection & | GetInputsCollection () const |
Sampler (Formatter &formatter) | |
Sampler (Sampler &&moveFrom) never_throws | |
Sampler & | operator= (Sampler &&moveFrom) never_throws |
Protected Attributes | |
DocScopeId | _id |
Behaviour | _prebehaviour |
Behaviour | _postbehaviour |
InputsCollection | _inputs |