API reference
API reference
Select your platform
No SDKs available
No versions available

UpdateRoundedBoxAnchorConstraint Class

Extends MonoBehaviour

Methods

UpdateAnchorsMenu ()
Signature
void UpdateRoundedBoxAnchorConstraint.UpdateAnchorsMenu()
Returns
void

Static Methods

UpdateAnchors ( topLeft , topRight , bottomLeft , bottomRight , offset , interactableLength )
Signature
static void UpdateRoundedBoxAnchorConstraint.UpdateAnchors(PositionConstraint topLeft, PositionConstraint topRight, PositionConstraint bottomLeft, PositionConstraint bottomRight, Vector2 offset, float interactableLength)
Parameters
topLeft: PositionConstraint
topRight: PositionConstraint
bottomLeft: PositionConstraint
bottomRight: PositionConstraint
offset: Vector2
interactableLength: float
Returns
void