C# Class ProceduralTextureGeneration, Unity_Shaders_Book

Inheritance: MonoBehaviour
Exibir arquivo Open project: candycat1992/Unity_Shaders_Book

Public Properties

Property Type Description
material Material

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
_GenerateProceduralTexture ( ) : Texture2D
_MixColor ( Color color0, Color color1, float mixFactor ) : Color
_UpdateMaterial ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

material public_oe property

public Material material
return Material