C# Class ProjectAnalyzer.TextureInfo.TexturePlatSetting

Mostrar archivo Open project: dreamanlan/CSharpGameFramework

Public Properties

Property Type Description
isSetting bool
maxSize int
textureFormat TextureImporterFormat

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

isSetting public_oe property

public bool isSetting
return bool

maxSize public_oe property

public int maxSize
return int

textureFormat public_oe property

public TextureImporterFormat textureFormat
return TextureImporterFormat