메소드 | 설명 | |
---|---|---|
CopyTo ( this rectangle, IBoundingBox boundingBox ) : void |
Copies the specified XNA rectangle to the Protogame bounding box.
|
|
CopyTo ( this boundingBox, |
Copies the specified Protogame bounding box to the XNA rectangle.
|
|
ToBoundingBox ( this rectangle ) : IBoundingBox |
Converts the specified XNA rectangle to a Protogame bounding box.
|
|
ToProtogame ( this boundingBox ) : IBoundingBox |
Converts the specified XNA bounding box to a Protogame bounding box.
|
|
ToRectangle ( this boundingBox ) : |
Converts the specified Protogame bounding box to an XNA rectangle.
|
|
ToXna ( this boundingBox ) : Microsoft.Xna.Framework.BoundingBox |
Converts the specified Protogame bounding box to an XNA bounding box.
|
public static CopyTo ( this rectangle, IBoundingBox boundingBox ) : void | ||
rectangle | this | /// The XNA rectangle to copy from. /// |
boundingBox | IBoundingBox | /// The Protogame bounding box to copy to. /// |
리턴 | void |
public static CopyTo ( this boundingBox, |
||
boundingBox | this | /// The Protogame bounding box to copy from. /// |
rectangle | /// The XNA rectangle to copy to. /// | |
리턴 | void |
public static ToBoundingBox ( this rectangle ) : IBoundingBox | ||
rectangle | this | /// The XNA rectangle to convert. /// |
리턴 | IBoundingBox |
public static ToProtogame ( this boundingBox ) : IBoundingBox | ||
boundingBox | this | /// The XNA bounding box to convert. /// |
리턴 | IBoundingBox |
public static ToRectangle ( this boundingBox ) : |
||
boundingBox | this | /// The Protogame bounding box to convert. /// |
리턴 |
public static ToXna ( this boundingBox ) : Microsoft.Xna.Framework.BoundingBox | ||
boundingBox | this | /// The Protogame bounding box to convert. /// |
리턴 | Microsoft.Xna.Framework.BoundingBox |