C# Class WallpaperGenerator, TinyPlanetGenerator

Inheritance: MonoBehaviour
Exibir arquivo Open project: Arghonot/TinyPlanetGenerator Class Usage Examples

Public Properties

Property Type Description
Name string
TakeScreenshot bool

Public Methods

Method Description
HandleScreenshot ( ) : void
Update ( ) : void

Method Details

HandleScreenshot() public method

public HandleScreenshot ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Name public_oe property

public string Name
return string

TakeScreenshot public_oe property

public bool TakeScreenshot
return bool