Variables

@:value(null)instance:Null<Spine> = null

A Spine instance to use with this montage. data is ignored is instance is provided.

@:value(null)data:Null<SpineData> = null

A SpineData object used to create a new Spine instance. Ignored is instance is provided.

@:value(true)bound:Bool = true

If set to true (default), the provided or created spine instance will be bound to montage lifecycle, meaning destroying montage instance will destroy spine instance and vice versa.

@:value(1.0)scale:Float = 1.0

The skeleton scale of the spine object (sets its skeletonScale property).

@:value(0.0)depth:Float = 0.0

The spine object depth (default: 0).

@:value(1.0)depthRange:Float = 1.0

The spine object depthRange (default: 1).