MarkupArrow
Hierarchy
- MarkupEntity
- MarkupArrow
Implements
Index
Properties
arrowHeight
arrowPoint
arrowWidth
bluntPoint
publicreadonlyid
lineThickness
publicreadonlyproperties
style
Type declaration
backgroundColor: Color4
Accessors
isEnabled
Returns
true
if the entity and the sheet it belongs to are both enabled, otherwisefalse
.Returns boolean
Sets if entity is enabled
Parameters
b: boolean
Returns void
sheet
Returns the markup sheet that the entity is attached to
Returns MarkupSheet2D
Methods
clone
Makes a deep copy of this entity
Returns MarkupArrow
copyFrom
Parameters
arrow: MarkupArrow
Returns void
copyTo
Copy the arrow to another markup sheet.
Parameters
sheet: MarkupSheet2D
Markup sheet to copy the arrow to.
Returns MarkupArrow
The new markup arrow entity.
isEqual
Compares if this entity is equal to another entity
Parameters
o: MarkupArrow
Returns boolean
markAsDeleted
Marks the entity as deleted in the MarkupSheet2D.
Returns boolean
true
if object was deleted. Otherwisefalse
.
markAsUpdated
Sets the entity as updated in the layer API.
Returns boolean
true
if object did exist, otherwisefalse
onAdded
Called when this entity is added
Parameters
Returns void
onDelete
Called when this entity is deleted
Parameters
Returns void
onUpdate
Called when this entity is updated
Parameters
Returns void
Class representing a markup arrow in the markup API.