Register() public static method

Register an IClipper.

public static Register ( IClipper c ) : void
c IClipper
return void
コード例 #1
0
 protected override void OnEnable()
 {
     base.OnEnable();
     m_ShouldRecalculateClipRects = true;
     ClipperRegistry.Register(this);
     MaskUtilities.Notify2DMaskStateChanged(this);
 }