C# Class Spine.Unity.Modules.SkeletonRenderSeparator

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Properties

Property Type Description
copyPropertyBlock bool
partsRenderers List

Public Methods

Method Description
HandleRender ( SkeletonRenderer instruction ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Reset ( ) : void

Method Details

HandleRender() public method

public HandleRender ( SkeletonRenderer instruction ) : void
instruction SkeletonRenderer
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

copyPropertyBlock public property

public bool copyPropertyBlock
return bool

partsRenderers public property

public List partsRenderers
return List