C# Class Spine.Unity.SpineAttachment.Hierarchy

A struct that represents 3 strings that help identify and locate an attachment in a skeleton.
Mostra file Open project: EsotericSoftware/spine-runtimes

Public Properties

Property Type Description
name string
skin string
slot string

Public Methods

Method Description
Hierarchy ( string fullPath ) : UnityEngine

Method Details

Hierarchy() public method

public Hierarchy ( string fullPath ) : UnityEngine
fullPath string
return UnityEngine

Property Details

name public_oe property

public string name
return string

skin public_oe property

public string skin
return string

slot public_oe property

public string slot
return string