C# Class TPHelper

Inheritance: MonoBehaviour
Mostra file Open project: macgyver13/globalgamejam2016 Class Usage Examples

Public Properties

Property Type Description
replaceMaterial bool

Public Methods

Method Description
OnAtlasChange ( string atlasName ) : void
OnTextureChange ( string textureName ) : void

Method Details

OnAtlasChange() public method

public OnAtlasChange ( string atlasName ) : void
atlasName string
return void

OnTextureChange() public method

public OnTextureChange ( string textureName ) : void
textureName string
return void

Property Details

replaceMaterial public_oe property

public bool replaceMaterial
return bool