C# Class FairyGUI.UpdateContext

UpdateContext is for internal use.
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
OnBegin EventCallback0
OnEnd EventCallback0
alpha float
batchingDepth int
clipInfo FairyGUI.ClipInfo
clipped bool
current UpdateContext
frameId uint
grayed bool
rectMaskDepth int
renderingOrder int
stencilReferenceValue int
working bool

Méthodes publiques

Méthode Description
Begin ( ) : void

End ( ) : void

EnterClipping ( uint clipId, Rect clipRect, Vector4 softness ) : void

LeaveClipping ( ) : void

UpdateContext ( ) : System.Collections.Generic

Method Details

Begin() public méthode

public Begin ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

EnterClipping() public méthode

public EnterClipping ( uint clipId, Rect clipRect, Vector4 softness ) : void
clipId uint
clipRect UnityEngine.Rect
softness UnityEngine.Vector4
Résultat void

LeaveClipping() public méthode

public LeaveClipping ( ) : void
Résultat void

UpdateContext() public méthode

public UpdateContext ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Property Details

OnBegin public_oe static_oe property

public static EventCallback0 OnBegin
Résultat EventCallback0

OnEnd public_oe static_oe property

public static EventCallback0 OnEnd
Résultat EventCallback0

alpha public_oe property

public float alpha
Résultat float

batchingDepth public_oe property

public int batchingDepth
Résultat int

clipInfo public_oe property

public ClipInfo,FairyGUI clipInfo
Résultat FairyGUI.ClipInfo

clipped public_oe property

public bool clipped
Résultat bool

current public_oe static_oe property

public static UpdateContext,FairyGUI current
Résultat UpdateContext

frameId public_oe static_oe property

public static uint frameId
Résultat uint

grayed public_oe property

public bool grayed
Résultat bool

rectMaskDepth public_oe property

public int rectMaskDepth
Résultat int

renderingOrder public_oe property

public int renderingOrder
Résultat int

stencilReferenceValue public_oe property

public int stencilReferenceValue
Résultat int

working public_oe static_oe property

public static bool working
Résultat bool