Property | Type | Description | |
---|---|---|---|
EmptyCollectionId | int |
Method | Description | |
---|---|---|
AssignCollectionId ( int id, |
||
ClearMaskId ( int id ) : void | ||
GetCollectionEntryFromId ( int id ) : |
||
UpdateCollections ( |
||
WriteMaskCircle ( float x, float y, float radius, int id, bool update ) : void | ||
WriteMaskSquare ( float x, float y, float radius, int id, bool update ) : void |
public static AssignCollectionId ( int id, |
||
id | int | |
entry | ||
return | void |
public static GetCollectionEntryFromId ( int id ) : |
||
id | int | |
return |
public static UpdateCollections ( |
||
rect | ||
return | void |
public static WriteMaskCircle ( float x, float y, float radius, int id, bool update ) : void | ||
x | float | |
y | float | |
radius | float | |
id | int | |
update | bool | |
return | void |
public static WriteMaskSquare ( float x, float y, float radius, int id, bool update ) : void | ||
x | float | |
y | float | |
radius | float | |
id | int | |
update | bool | |
return | void |