C# Class LostPolygon.DynamicWaterSystem.EditorExtensions.TextureImporterHelper

Mostrar archivo Open project: caffeinatedguy/Limbs

Public Methods

Method Description
GetTextureIsReadable ( Texture2D texture ) : bool
SetTextureIsReadable ( Texture2D texture, bool readable ) : void

Method Details

GetTextureIsReadable() public static method

public static GetTextureIsReadable ( Texture2D texture ) : bool
texture UnityEngine.Texture2D
return bool

SetTextureIsReadable() public static method

public static SetTextureIsReadable ( Texture2D texture, bool readable ) : void
texture UnityEngine.Texture2D
readable bool
return void