Class CustomRenderTexture
Inheritance
CustomRenderTexture
Assembly: UnityEngine.dll
Syntax
public sealed class CustomRenderTexture : RenderTexture
Constructors
|
Improve this Doc
View Source
CustomRenderTexture(Int32, Int32)
Declaration
public CustomRenderTexture(int width, int height)
Parameters
|
Improve this Doc
View Source
CustomRenderTexture(Int32, Int32, GraphicsFormat)
Declaration
public CustomRenderTexture(int width, int height, GraphicsFormat format)
Parameters
|
Improve this Doc
View Source
CustomRenderTexture(Int32, Int32, RenderTextureFormat)
Declaration
public CustomRenderTexture(int width, int height, RenderTextureFormat format)
Parameters
|
Improve this Doc
View Source
CustomRenderTexture(Int32, Int32, RenderTextureFormat, RenderTextureReadWrite)
Declaration
public CustomRenderTexture(int width, int height, RenderTextureFormat format, RenderTextureReadWrite readWrite)
Parameters
Properties
cubemapFaceMask
Declaration
public uint cubemapFaceMask { get; set; }
Property Value
doubleBuffered
Declaration
public bool doubleBuffered { get; set; }
Property Value
initializationColor
Declaration
public Color initializationColor { get; set; }
Property Value
initializationMaterial
Declaration
public Material initializationMaterial { get; set; }
Property Value
initializationMode
Declaration
public CustomRenderTextureUpdateMode initializationMode { get; set; }
Property Value
initializationSource
Declaration
public CustomRenderTextureInitializationSource initializationSource { get; set; }
Property Value
initializationTexture
Declaration
public Texture initializationTexture { get; set; }
Property Value
material
Declaration
public Material material { get; set; }
Property Value
shaderPass
Declaration
public int shaderPass { get; set; }
Property Value
updateMode
Declaration
public CustomRenderTextureUpdateMode updateMode { get; set; }
Property Value
updateZoneSpace
Declaration
public CustomRenderTextureUpdateZoneSpace updateZoneSpace { get; set; }
Property Value
wrapUpdateZones
Declaration
public bool wrapUpdateZones { get; set; }
Property Value
Methods
ClearUpdateZones()
Declaration
public void ClearUpdateZones()
|
Improve this Doc
View Source
GetUpdateZones(List<CustomRenderTextureUpdateZone>)
Declaration
public void GetUpdateZones(List<CustomRenderTextureUpdateZone> updateZones)
Parameters
Initialize()
Declaration
|
Improve this Doc
View Source
SetUpdateZones(CustomRenderTextureUpdateZone[])
Declaration
public void SetUpdateZones(CustomRenderTextureUpdateZone[] updateZones)
Parameters
|
Improve this Doc
View Source
Update()
Declaration
Update(Int32)
Declaration
public void Update(int count)
Parameters
Type |
Name |
Description |
Int32 |
count |
|
Extension Methods