uplev xlua

This commit is contained in:
2020-08-05 07:08:47 +08:00
parent 52cc2a59aa
commit b3f98bfda1
298 changed files with 444 additions and 250 deletions

View File

@@ -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