C# Class Spine.Unity.Modules.AtlasRegionAttacher

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: EsotericSoftware/spine-runtimes

Public Properties

Property Type Description
atlasAsset AtlasAsset
attachments SlotRegionPair[]

Public Methods

Method Description
Apply ( Spine.SkeletonRenderer skeletonRenderer ) : void
Awake ( ) : void

Method Details

Apply() public method

public Apply ( Spine.SkeletonRenderer skeletonRenderer ) : void
skeletonRenderer Spine.SkeletonRenderer
return void

Awake() public method

public Awake ( ) : void
return void

Property Details

atlasAsset public_oe property

public AtlasAsset atlasAsset
return AtlasAsset

attachments public_oe property

public SlotRegionPair[] attachments
return SlotRegionPair[]