Int2DParam
Inherits IntParam
Inherited by: Int3DParam
Synopsis
See IntParam for more details.
Functions
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:
float- Return 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 –
inty –
int
Same as set(x) but for 2-dimensional integers.
- NatronEngine.Int2DParam.set(x, y, frame)
- Parameters:
x –
inty –
intframe –
float
Same as set(x,frame) but for 2-dimensional integers.