C# Class Spine.Unity.Modules.SpriteAttacher

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Méthodes publiques

Свойство Type Description
attachOnStart bool
sprite UnityEngine.Sprite

Méthodes publiques

Méthode Description
Attach ( ) : void
OnValidate ( ) : void
Start ( ) : void

Private Methods

Méthode Description
GetPageFor ( Texture texture, Shader shader ) : AtlasPage

Method Details

Attach() public méthode

public Attach ( ) : void
Résultat void

OnValidate() public méthode

public OnValidate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

attachOnStart public_oe property

public bool attachOnStart
Résultat bool

sprite public_oe property

public Sprite,UnityEngine sprite
Résultat UnityEngine.Sprite