Int2DParam¶
Inherits IntParam
Inherited by: Int3DParam
Detailed Description¶
-
NatronEngine.Int2DParam.get()¶ Return type: class: Int2DTuple
Returns a Int2DTuple containing the [x,y] value of this parameter at the timeline’s current time.
-
NatronEngine.Int2DParam.get(frame) Param: floatReturn type: class: Int2DTuple
Returns a Int2DTuple containing the [x,y] value of this parameter at the given frame.
-
NatronEngine.Int2DParam.set(x, y)¶ Parameters: - x –
int - y –
int
- x –
Same as set(x) but for 2-dimensional integers.
-
NatronEngine.Int2DParam.set(x, y, frame) Parameters: - x –
int - y –
int - frame –
float
- x –
Same as set(x,frame) but for 2-dimensional integers.