프로퍼티 | 타입 | 설명 | |
---|---|---|---|
noiseTexture | Microsoft.Xna.Framework.Graphics.Texture2D |
메소드 | 설명 | |
---|---|---|
Draw ( Microsoft gameTime ) : void | ||
ShowBoxOnce ( Vector2 min, Vector2 max ) : void | ||
ShowGradientBoxOnce ( Vector2 min, Vector2 max, Color top, Color bottom ) : void | ||
TempBoxDrawer ( ) : System |
public ShowBoxOnce ( Vector2 min, Vector2 max ) : void | ||
min | Vector2 | |
max | Vector2 | |
리턴 | void |
public ShowGradientBoxOnce ( Vector2 min, Vector2 max, Color top, Color bottom ) : void | ||
min | Vector2 | |
max | Vector2 | |
top | Color | |
bottom | Color | |
리턴 | void |