UnityEditor.TextureImporterSettings.Internal_ApplyTextureType C# (CSharp) Метод

Internal_ApplyTextureType() приватный Метод

private Internal_ApplyTextureType ( TextureImporterSettings s, TextureImporterType type ) : void
s TextureImporterSettings
type TextureImporterType
Результат void
        private static extern void Internal_ApplyTextureType(TextureImporterSettings s, TextureImporterType type);

Usage Example

Пример #1
0
 public void ApplyTextureType(TextureImporterType type)
 {
     TextureImporterSettings.Internal_ApplyTextureType(this, type);
 }
All Usage Examples Of UnityEditor.TextureImporterSettings::Internal_ApplyTextureType