C# Class SSTUTools.SSTUDatabase

Show file Open project: shadowmage45/SSTULabs Class Usage Examples

Public Methods

Method Description
getHeatShieldNames ( ) : string[]
getHeatShieldType ( String name ) : HeatShieldType
getShader ( string name ) : Shader
loadConfigData ( ) : void

Private Methods

Method Description
loadHeatShieldTypes ( ) : void
loadShaders ( ) : void

Method Details

getHeatShieldNames() public static method

public static getHeatShieldNames ( ) : string[]
return string[]

getHeatShieldType() public static method

public static getHeatShieldType ( String name ) : HeatShieldType
name String
return HeatShieldType

getShader() public static method

public static getShader ( string name ) : Shader
name string
return UnityEngine.Shader

loadConfigData() public static method

public static loadConfigData ( ) : void
return void