uplev xlua
This commit is contained in:
@@ -122,12 +122,14 @@ public class UIPanel : UIRect
|
||||
[System.NonSerialized]
|
||||
public Vector4 drawCallClipRange = new Vector4(0f, 0f, 1f, 1f);
|
||||
|
||||
[XLua.CSharpCallLua]
|
||||
public delegate void OnClippingMoved (UIPanel panel);
|
||||
|
||||
/// <summary>
|
||||
/// Event callback that's triggered when the panel's clip region gets moved.
|
||||
/// </summary>
|
||||
|
||||
[XLua.CSharpCallLua]
|
||||
public OnClippingMoved onClipMove;
|
||||
|
||||
// Clip texture feature contributed by the community: http://www.tasharen.com/forum/index.php?topic=9268.0
|
||||
|
||||
Reference in New Issue
Block a user