Method | Description | |
---|---|---|
Apply ( bool updateMipmaps, bool makeNoLongerReadable ) : void | ||
Cubemap ( int size, TextureFormat format, bool mipmap ) | ||
Cubemap ( int size, TextureFormat format, bool mipmap ) : System | ||
GetPixels ( CubemapFace face, int miplevel ) : UnityEngine.Color[] | ||
SetPixel ( CubemapFace face, int x, int y, |
||
SetPixels ( |
||
SmoothEdges ( int smoothRegionWidthInPixels ) : void |
Method | Description | |
---|---|---|
Apply ( ) : void | ||
Apply ( [ updateMipmaps, [ makeNoLongerReadable ) : void | ||
Apply ( bool updateMipmaps ) : void | ||
GetPixel ( CubemapFace face, int x, int y ) : |
||
GetPixels ( CubemapFace face ) : UnityEngine.Color[] | ||
GetPixels ( CubemapFace face, [ miplevel ) : UnityEngine.Color[] | ||
INTERNAL_CALL_SetPixel ( |
||
Internal_Create ( |
||
Internal_Create ( [ mono, int size, TextureFormat format, bool mipmap ) : void | ||
SetPixels ( |
||
SetPixels ( |
||
SmoothEdges ( ) : void | ||
SmoothEdges ( [ smoothRegionWidthInPixels ) : void |
public Apply ( bool updateMipmaps, bool makeNoLongerReadable ) : void | ||
updateMipmaps | bool | |
makeNoLongerReadable | bool | |
return | void |
public Cubemap ( int size, TextureFormat format, bool mipmap ) | ||
size | int | |
format | TextureFormat | |
mipmap | bool |
public Cubemap ( int size, TextureFormat format, bool mipmap ) : System | ||
size | int | |
format | TextureFormat | |
mipmap | bool | |
return | System |
public GetPixels ( CubemapFace face, int miplevel ) : UnityEngine.Color[] | ||
face | CubemapFace | |
miplevel | int | |
return | UnityEngine.Color[] |
public SetPixel ( CubemapFace face, int x, int y, |
||
face | CubemapFace | |
x | int | |
y | int | |
color | ||
return | void |
public SetPixels ( |
||
colors | ||
face | CubemapFace | |
miplevel | int | |
return | void |
public SmoothEdges ( int smoothRegionWidthInPixels ) : void | ||
smoothRegionWidthInPixels | int | |
return | void |