C# Class FadeImage, FadeCamera2

Inheritance: MonoBehaviour
Mostra file Open project: tsubaki/FadeCamera2 Class Usage Examples

Public Methods

Method Description
UpdateMaskTexture ( Texture texture ) : void

Protected Methods

Method Description
OnValidate ( ) : void
Start ( ) : void

Private Methods

Method Description
UpdateMaskCutout ( float range ) : void

Method Details

OnValidate() protected method

protected OnValidate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

UpdateMaskTexture() public method

public UpdateMaskTexture ( Texture texture ) : void
texture Texture
return void