|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSystem.ValueType
Microsoft.Xna.Framework.Graphics.RenderTargetBinding
public final class RenderTargetBinding
Binds an array of render targets.
Constructor Summary | |
---|---|
RenderTargetBinding(RenderTarget2D renderTarget)
Creates an instance of this object. |
|
RenderTargetBinding(RenderTargetCube renderTarget,
CubeMapFace cubeMapFace)
Creates an instance of this object. |
Method Summary | |
---|---|
CubeMapFace |
getCubeMapFace()
Gets one face of a CubeMap. |
Texture |
getRenderTarget()
Gets a 2D texture. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderTargetBinding(RenderTargetCube renderTarget, CubeMapFace cubeMapFace)
renderTarget
- Identifies a CubeMap render target.cubeMapFace
- CubeMap face.
ArgumentNullException
- renderTarget is null.public RenderTargetBinding(RenderTarget2D renderTarget)
renderTarget
- Identifies a 2D render target.
ArgumentNullException
- renderTarget is null.Method Detail |
---|
public CubeMapFace getCubeMapFace()
public Texture getRenderTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |