Int3DParam¶
Inherits Int2DParam
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 – floatReturn 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 –
int - y –
int - z –
int
- x –
Same as set(x) but for 3-dimensional integers.
-
NatronEngine.Int3DParam.set(x, y, z, frame) Parameters: - x –
int - y –
int - z –
int - frame –
float
- x –
Same as set(x,frame) but for 3-dimensional integers.