Method GetFlip
GetFlip(out bool, out bool)
GetFlip returns how the shadow shape should be flipped when rendered
Declaration
public abstract void GetFlip(out bool flipX, out bool flipY)
Parameters
Type | Name | Description |
---|---|---|
bool | flipX | Returns flipping on the local x-axis |
bool | flipY | Returns flipping on the local y-axis |