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