C# Class WireframeCameraScript, RodPacers

Inheritance: MonoBehaviour
显示文件 Open project: GameDesignGroup6/RodPacers

Public Properties

Property Type Description
wireframeEnabled bool

Public Methods

Method Description
OnPostRender ( ) : void
OnPreRender ( ) : void
Update ( ) : void

Method Details

OnPostRender() public method

public OnPostRender ( ) : void
return void

OnPreRender() public method

public OnPreRender ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

wireframeEnabled public_oe property

public bool wireframeEnabled
return bool