Skip to main content

ConstantHigh

ConstantHigh

Creates a constant high circuit component.


Constructor

public ConstantHigh

new ConstantHigh()

Constructs a constant high with 0 inputs, 1 output, and 2D display size 50x50. Constant highs are active, so sets active to true.


Properties

No publicly accessible properties on ConstantHigh


Methods

public getOffset

getOffset() => Vector

Get size of offset needed.

Returns

  •   Vector – An empty vector.

public getDisplayName

getDisplayName() => string

Gets the display name of constant high.

Returns

  •   string – The display name of constant high.

public getImageName

getImageName() => string

Gets the name of the constant high image file.

Returns

  •   string – The name of the image file.

Static Methods

No static methods for ConstantHigh