C# Class Prime31.SpriteLightKit

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: prime31/SpriteLightKit

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnPreRender ( ) : void
prepareCamera ( ) : void
updateTexture ( bool forceRefresh = true ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnPreRender() public method

public OnPreRender ( ) : void
return void

prepareCamera() public method

public prepareCamera ( ) : void
return void

updateTexture() public method

public updateTexture ( bool forceRefresh = true ) : void
forceRefresh bool
return void