C# Class ProjectAnalyzer.MaterialInfo

Inheritance: ResInfo
ファイルを表示 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Properties

Property Type Description
shaderName string

Public Methods

Method Description
MaterialInfo ( Material material, string path ) : System

Method Details

MaterialInfo() public method

public MaterialInfo ( Material material, string path ) : System
material UnityEngine.Material
path string
return System

Property Details

shaderName public_oe property

public string shaderName
return string