C# Class FairyGUI.NTexture

Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
disposed bool
lastActive float
refCount int
storedODisk bool

Public Methods

Method Description
DestroyMaterials ( ) : void

Dispose ( ) : void

Dispose ( bool allowDestroyingAssets ) : void

DisposeEmpty ( ) : void

NTexture ( NTexture root, Rect region ) : System.Collections.Generic

NTexture ( Texture texture ) : System.Collections.Generic

NTexture ( Texture texture, Rect region ) : System.Collections.Generic

NTexture ( Texture texture, float xScale, float yScale ) : System.Collections.Generic

Private Methods

Method Description
CreateEmptyTexture ( ) : Texture2D

Method Details

DestroyMaterials() public method

public DestroyMaterials ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool allowDestroyingAssets ) : void
allowDestroyingAssets bool
return void

DisposeEmpty() public static method

public static DisposeEmpty ( ) : void
return void

NTexture() public method

public NTexture ( NTexture root, Rect region ) : System.Collections.Generic
root NTexture
region UnityEngine.Rect
return System.Collections.Generic

NTexture() public method

public NTexture ( Texture texture ) : System.Collections.Generic
texture UnityEngine.Texture
return System.Collections.Generic

NTexture() public method

public NTexture ( Texture texture, Rect region ) : System.Collections.Generic
texture UnityEngine.Texture
region UnityEngine.Rect
return System.Collections.Generic

NTexture() public method

public NTexture ( Texture texture, float xScale, float yScale ) : System.Collections.Generic
texture UnityEngine.Texture
xScale float
yScale float
return System.Collections.Generic

Property Details

disposed public property

public bool disposed
return bool

lastActive public property

public float lastActive
return float

refCount public property

public int refCount
return int

storedODisk public property

public bool storedODisk
return bool