PressableComponent
PressableComponent
Overview needed
Constructor
protected PressableComponent
new PressableComponent(inputPortCount, outputPortCount, size, pSize)
*Description needed*Parameters
inputPortCount: ClampedValue
– Description neededoutputPortCount: ClampedValue
– Description neededsize: Vector
– Description neededpSize: Vector
– Description needed
Properties
No publicly accessible properties on PressableComponent
protected pressTransform: Transform
Description needed
Methods
public isWithinPressBounds
isWithinPressBounds(v) => false | true
Determines whether or not a point is within this component's "pressable" bounds.
Parameters
-
v: Vector
– The point.
Returns
-
false | true
– True if the point is within this component, false otherwise.
public isWithinSelectBounds
isWithinSelectBounds(v) => false | true
Description needed
Parameters
-
v: Vector
– Description needed
Returns
-
false | true
– Description needed
public getPressableBox
getPressableBox() => Transform
Description needed
Returns
-
Transform
– Description needed
Static Methods
No static methods for PressableComponent