Method SetFlip
SetFlip(bool, bool)
SetFlip specifies how the shadow shape should be flipped when rendered
선언
public abstract void SetFlip(bool flipX, bool flipY)
파라미터
타입 | 이름 | 설명 |
---|---|---|
bool | flipX | Specifies flipping on the local x-axis |
bool | flipY | Specifies flipping on the local y-axis |