Home
Manual
Reference
Scripting
Scripting Reference
Switch to Component
Texture3D
.Texture3D
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Attributes
Enumerations
History
Index
Texture3D
All Members
Variables
depth
format
Constructors
Texture3D
Functions
Apply
GetPixels
SetPixels
Inherited Variables
anisoLevel
filterMode
height
hideFlags
mipMapBias
name
width
wrapMode
Inherited Functions
GetInstanceID
GetNativeTextureID
GetNativeTexturePtr
ToString
Inherited Class Functions
Destroy
DestroyImmediate
DontDestroyOnLoad
FindObjectOfType
FindObjectsOfType
Instantiate
operator !=
operator ==
operator bool
SetGlobalAnisotropicFilteringLimits
static
function
Texture3D (width :
int
, height :
int
, depth :
int
, format :
TextureFormat
, mipmap :
boolean
) : Texture3D
Description
Create a new empty 3D Texture.
See Also:
SetPixels
,
Apply
functions.