C# Class FairyGUI.UpdateContext

UpdateContext is for internal use.
显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Begin ( ) : void

End ( ) : void

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

LeaveClipping ( ) : void

UpdateContext ( ) : System.Collections.Generic

Method Details

Begin() public method

public Begin ( ) : void
return void

End() public method

public End ( ) : void
return void

EnterClipping() public method

public EnterClipping ( uint clipId, Rect clipRect, Vector4 softness ) : void
clipId uint
clipRect UnityEngine.Rect
softness UnityEngine.Vector4
return void

LeaveClipping() public method

public LeaveClipping ( ) : void
return void

UpdateContext() public method

public UpdateContext ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

OnBegin public_oe static_oe property

public static EventCallback0 OnBegin
return EventCallback0

OnEnd public_oe static_oe property

public static EventCallback0 OnEnd
return EventCallback0

alpha public_oe property

public float alpha
return float

batchingDepth public_oe property

public int batchingDepth
return int

clipInfo public_oe property

public ClipInfo,FairyGUI clipInfo
return FairyGUI.ClipInfo

clipped public_oe property

public bool clipped
return bool

current public_oe static_oe property

public static UpdateContext,FairyGUI current
return UpdateContext

frameId public_oe static_oe property

public static uint frameId
return uint

grayed public_oe property

public bool grayed
return bool

rectMaskDepth public_oe property

public int rectMaskDepth
return int

renderingOrder public_oe property

public int renderingOrder
return int

stencilReferenceValue public_oe property

public int stencilReferenceValue
return int

working public_oe static_oe property

public static bool working
return bool