Click or drag to resize

WeatherMakerFullScreenEffectGetRenderTextureDescriptor Method

Get render texture descriptor

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static RenderTextureDescriptor GetRenderTextureDescriptor(
	int scale,
	int mod,
	int scale2,
	RenderTextureFormat format,
	int depth = 0,
	Camera camera = null
)

Parameters

scale
Type: SystemInt32
Scale
mod
Type: SystemInt32
Mod width and height rounding
scale2
Type: SystemInt32
Second scale after mod
format
Type: RenderTextureFormat
Format
depth (Optional)
Type: SystemInt32
Depth
camera (Optional)
Type: Camera
Camera

Return Value

Type: RenderTextureDescriptor
RenderTextureDescriptor
See Also