Int2DParam

Inherits IntParam

Inherited by: Int3DParam

Synopsis

See IntParam for more details.

Functions

  • def get ()
  • def get (frame)
  • def set (x, y)
  • def set (x, y, frame)

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:
  • xint
  • yint

Same as set(x) but for 2-dimensional integers.

NatronEngine.Int2DParam.set(x, y, frame)
Parameters:
  • xint
  • yint
  • framefloat

Same as set(x,frame) but for 2-dimensional integers.