Int3DParam
Inherits Int2DParam
Synopsis
See IntParam for more details.
Functions
Detailed Description
- NatronEngine.Int3DParam.get()
- Return type:
<Int3DTuple>
Returns a Int3DTuple containing the [x,y,z] value of this parameter at the timeline’s current time.
- NatronEngine.Int3DParam.get(frame)
- Parameters:
frame –
float- Return type:
<Int3DTuple>
Returns a Int3DTuple containing the [x,y,z] value of this parameter at the given frame
- NatronEngine.Int3DParam.set(x, y, z)
- Parameters:
x –
inty –
intz –
int
Same as set(x) but for 3-dimensional integers.
- NatronEngine.Int3DParam.set(x, y, z, frame)
- Parameters:
x –
inty –
intz –
intframe –
float
Same as set(x,frame) but for 3-dimensional integers.