Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 1.38 KB

File metadata and controls

68 lines (35 loc) · 1.38 KB

NatronEngine

Int2DParam

Inherits IntParam

Inherited by: Int3DParam

Synopsis

See IntParam for more details.

Functions

  • def get<NatronEngine.Int2DParam.set> ()
  • def get<NatronEngine.Int2DParam.set> (frame)
  • def set<NatronEngine.Int2DParam.set> (x, y)
  • def set<NatronEngine.Int2DParam.set> (x, y, frame)

Detailed Description

NatronEngine.Int2DParam.get()

rtype
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<PySide.QtCore.float>

rtype
class

Int2DTuple

Returns a Int2DTuple containing the [x,y] value of this parameter at the given frame.

NatronEngine.Int2DParam.set(x, y)

param x

int<PySide.QtCore.int>

param y

int<PySide.QtCore.int>

Same as set(x)<NatronEngine.IntParam.set> but for 2-dimensional integers.

NatronEngine.Int2DParam.set(x, y, frame)

param x

int<PySide.QtCore.int>

param y

int<PySide.QtCore.int>

param frame

float<PySide.QtCore.float>

Same as set(x,frame)<NatronEngine.IntParam.set> but for 2-dimensional integers.