Skip to main content

ConstantLow

ConstantLow

A representation of a Constant Low input.


Constructor

public ConstantLow

new ConstantLow()

Creates a Constant Low input with 0 inputs, 1 output, and initial transform size of 50px by 50px.


Properties

No publicly accessible properties on ConstantLow


Methods

public getOffset

getOffset() => Vector

Gets the offset (border width) of this Constant Low input.

Returns

  •   Vector – The offset vector which represents a border width of 0px.

public getDisplayName

getDisplayName() => string

Gets the display name of this Constant Low input.

Returns

  •   string – The display name "Constant Low".

public getImageName

getImageName() => string

Gets the image name of this Constant Low input.

Returns

  •   string – The image name "constLow.svg".

Static Methods

No static methods for ConstantLow