C# Class Bubbles, Necromaestro

Inheritance: UnityStandardAssets.ImageEffects.ImageEffectBase
ファイルを表示 Open project: osmanzeki/Necromaestro Class Usage Examples

Public Properties

Property Type Description
horizontalResolution int
verticalResolution int

Public Methods

Method Description
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

Property Details

horizontalResolution public_oe property

public int horizontalResolution
return int

verticalResolution public_oe property

public int verticalResolution
return int