Rope#width

width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set Inherited From PIXI.DisplayObjectContainer#width Source code: pixi/display/DisplayObjectContainer.js (Line 571)

Rope#updateCrop()

updateCrop() If you have set a crop rectangle on this Game Object via crop and since modified the cropRect property,or the rectangle it references, then you need to update the crop frame by calling this method. Inherited From Phaser.Component.Crop#updateCrop Source code: gameobjects/components/Crop.js (Line 86)

Rope#updateAnimation

updateAnimation : Function A Rope will call its updateAnimation function on each update loop if it has one. Set to a function if you'd like the rope to animate during the update phase. Set to false or null to remove it. Source code: gameobjects/Rope.js (Line 144)

Rope#update()

update() Override and use this function in your own custom objects to handle any update requirements you may have. Source code: gameobjects/Rope.js (Line 110)

Rope#type

[readonly] type : number The const type of this object. Source code: gameobjects/Rope.js (Line 57)

Rope#transformCallbackContext

transformCallbackContext : Object The context under which transformCallback is called. Inherited From Phaser.Component.ScaleMinMax#transformCallbackContext Source code: gameobjects/components/ScaleMinMax.js (Line 26)

Rope#transformCallback

transformCallback : Function The callback that will apply any scale limiting to the worldTransform. Inherited From Phaser.Component.ScaleMinMax#transformCallback Source code: gameobjects/components/ScaleMinMax.js (Line 20)

Rope#top

top : number The y coordinate of the Game Object.This is the same as y - offsetY. Inherited From Phaser.Component.Bounds#top Source code: gameobjects/components/Bounds.js (Line 146)

Rope#texture

texture : PIXI.Texture The texture of the strip Inherited From PIXI.Strip#texture Source code: pixi/extras/Strip.js (Line 20)

Rope#texture

texture : PIXI.Texture The texture of the strip Inherited From PIXI.Strip#texture Source code: pixi/extras/Strip.js (Line 20)