Method GetDeformedVertexTangentData
GetDeformedVertexTangentData()
Gets an enumerable to iterate through all deformed vertex tangents of this SpriteSkin.
Declaration
public IEnumerable<Vector4> GetDeformedVertexTangentData()
Returns
Type | Description |
---|---|
IEnumerable<Vector4> | Returns an IEnumerable to deformed vertex tangents. |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown when there is no vertex tangents or deformed vertices. |