C# Class Spine.Unity.SpineSlot

Inheritance: SpineAttributeBase
Mostra file Open project: EsotericSoftware/spine-runtimes

Public Properties

Property Type Description
containsBoundingBoxes bool

Public Methods

Method Description
SpineSlot ( string startsWith = "", string dataField = "", bool containsBoundingBoxes = false ) : UnityEngine

Smart popup menu for Spine Slots

Method Details

SpineSlot() public method

Smart popup menu for Spine Slots
public SpineSlot ( string startsWith = "", string dataField = "", bool containsBoundingBoxes = false ) : UnityEngine
startsWith string Filters popup results to elements that begin with supplied string.
dataField string If specified, a locally scoped field with the name supplied by in dataField will be used to fill the popup results. /// Valid types are SkeletonDataAsset and SkeletonRenderer (and derivatives). /// If left empty and the script the attribute is applied to is derived from Component, GetComponent() will be called as a fallback. ///
containsBoundingBoxes bool Disables popup results that don't contain bounding box attachments when true.
return UnityEngine

Property Details

containsBoundingBoxes public_oe property

public bool containsBoundingBoxes
return bool