C# Class ImagePlane, SoftLove

Inheritance: MonoBehaviour
显示文件 Open project: benkuper/SoftLove Class Usage Examples

Public Properties

Property Type Description
alpha float

Public Methods

Method Description
setAlpha ( float val ) : void
setImageURL ( string url ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
fixTexture ( ) : void
glitchLoop ( ) : void
loadImageURL ( string url ) : IEnumerator

Method Details

setAlpha() public method

public setAlpha ( float val ) : void
val float
return void

setImageURL() public method

public setImageURL ( string url ) : void
url string
return void

Property Details

alpha public_oe property

public float alpha
return float