Internal_ApplyTextureType() private method

private Internal_ApplyTextureType ( TextureImporterSettings s, TextureImporterType type ) : void
s TextureImporterSettings
type TextureImporterType
return void
示例#1
0
 public void ApplyTextureType(TextureImporterType type)
 {
     TextureImporterSettings.Internal_ApplyTextureType(this, type);
 }
 public void ApplyTextureType(TextureImporterType type, bool applyAll)
 {
     TextureImporterSettings.Internal_ApplyTextureType(this, type, applyAll);
 }