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