I don't need to test my programs. I have an error-correcting modem.

UE3:TextureCube (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Surface >> Texture >> TextureCube
Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'TextureCube'[edit]

FaceNegX[edit]

Type: Texture2D

Modifiers: const


FaceNegY[edit]

Type: Texture2D

Modifiers: const


FaceNegZ[edit]

Type: Texture2D

Modifiers: const


FacePosX[edit]

Type: Texture2D

Modifiers: const


FacePosY[edit]

Type: Texture2D

Modifiers: const


FacePosZ[edit]

Type: Texture2D

Modifiers: const


Internal variables[edit]

bIsCubemapValid[edit]

Type: bool

Modifiers: transient, const

Cached information on whether the cubemap is valid, aka all faces are non NULL and match in width, height and format.

Format[edit]

Type: Texture.EPixelFormat

Modifiers: transient, const

Cached format of the cubemap

NumMips[edit]

Type: int

Modifiers: transient, const

Cached number of mips in the cubemap

SizeX[edit]

Type: int

Modifiers: transient, const

Cached width of the cubemap.

SizeY[edit]

Type: int

Modifiers: transient, const

Cached height of the cubemap.