C# Class FairyGUI.NTexture

Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
disposed bool
lastActive float
refCount int
storedODisk bool

Méthodes publiques

Méthode 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

Méthode Description
CreateEmptyTexture ( ) : Texture2D

Method Details

DestroyMaterials() public méthode

public DestroyMaterials ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool allowDestroyingAssets ) : void
allowDestroyingAssets bool
Résultat void

DisposeEmpty() public static méthode

public static DisposeEmpty ( ) : void
Résultat void

NTexture() public méthode

public NTexture ( NTexture root, Rect region ) : System.Collections.Generic
root NTexture
region UnityEngine.Rect
Résultat System.Collections.Generic

NTexture() public méthode

public NTexture ( Texture texture ) : System.Collections.Generic
texture UnityEngine.Texture
Résultat System.Collections.Generic

NTexture() public méthode

public NTexture ( Texture texture, Rect region ) : System.Collections.Generic
texture UnityEngine.Texture
region UnityEngine.Rect
Résultat System.Collections.Generic

NTexture() public méthode

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

Property Details

disposed public_oe property

public bool disposed
Résultat bool

lastActive public_oe property

public float lastActive
Résultat float

refCount public_oe property

public int refCount
Résultat int

storedODisk public_oe property

public bool storedODisk
Résultat bool