SkeletonRenderer Type
Draws region and mesh attachments.
Constructors
Constructor | Description |
Full Usage:
SkeletonRenderer(createShaderFromStrings)
Parameters:
Func<string, string, uint32>
|
|
Instance members
Instance member | Description |
Full Usage:
this.Destroy
|
|
Full Usage:
this.PremultipliedAlpha
|
|
|
Returns the SkeletonRenderer.SkeletonClipping used by this renderer for use with e.g. Skeleton.GetBounds
|
Full Usage:
this.VertexEffect
|
|
Full Usage:
this.Z
|
A Z position offset added at each vertex. |
Full Usage:
this.ZSpacing
|
Attachments are rendered back to front in the x/y plane by the SkeletonRenderer. Each attachment is offset by a customizable z-spacing value on the z-axis to avoid z-fighting in shaders with ZWrite enabled. Typical values lie in the range [-0.1, 0]. |