C# Class LostPolygon.DynamicWaterSystem.EditorExtensions.TextureImporterHelper

Afficher le fichier Open project: caffeinatedguy/Limbs

Méthodes publiques

Méthode Description
GetTextureIsReadable ( Texture2D texture ) : bool
SetTextureIsReadable ( Texture2D texture, bool readable ) : void

Method Details

GetTextureIsReadable() public static méthode

public static GetTextureIsReadable ( Texture2D texture ) : bool
texture UnityEngine.Texture2D
Résultat bool

SetTextureIsReadable() public static méthode

public static SetTextureIsReadable ( Texture2D texture, bool readable ) : void
texture UnityEngine.Texture2D
readable bool
Résultat void