Property | Type | Description | |
---|---|---|---|
clipSoftness | Vector4? | ||
hitArea | IHitTest | ||
onUpdate | EventCallback0 | ||
opaque | bool | ||
renderCamera | |||
renderMode | RenderMode | ||
touchChildren | bool |
Method | Description | |
---|---|---|
AddChild ( |
|
|
AddChildAt ( |
|
|
ChangeChildrenOrder ( List |
|
|
Container ( ) : System |
|
|
Container ( |
|
|
Container ( string gameObjectName ) : System |
|
|
Contains ( |
|
|
Dispose ( ) : void | ||
GetBounds ( |
||
GetChild ( string name ) : |
|
|
GetChildAt ( int index ) : |
|
|
GetChildIndex ( |
|
|
GetHitTestLocalPoint ( ) : Vector2 |
|
|
GetRenderCamera ( ) : |
|
|
HitTest ( Vector2 stagePoint, bool forTouch ) : |
|
|
Init ( ) : void | ||
InvalidateBatchingState ( bool childrenChanged ) : void |
|
|
IsAncestorOf ( |
|
|
RemoveChild ( |
|
|
RemoveChild ( |
|
|
RemoveChildAt ( int index ) : |
|
|
RemoveChildAt ( int index, bool dispose ) : |
|
|
RemoveChildren ( ) : void |
|
|
RemoveChildren ( int beginIndex, int endIndex, bool dispose ) : void |
|
|
SetChildIndex ( |
|
|
SetChildrenLayer ( int value ) : void |
s
|
|
SwapChildren ( |
|
|
SwapChildrenAt ( int index1, int index2 ) : void |
|
|
Update ( |
Method | Description | |
---|---|---|
HitTest ( ) : |
Method | Description | |
---|---|---|
CollectChildren ( |
||
DoFairyBatching ( ) : void | ||
SetRenderingOrder ( |
||
UpdateBatchingFlags ( ) : void |
public AddChild ( |
||
child | ||
return |
public AddChildAt ( |
||
child | ||
index | int | |
return |
public ChangeChildrenOrder ( List |
||
indice | List |
|
objs | List |
|
return | void |
public Container ( |
||
attachTarget | ||
return | System |
public Container ( string gameObjectName ) : System | ||
gameObjectName | string | |
return | System |
public Contains ( |
||
child | ||
return | bool |
public GetBounds ( |
||
targetSpace | ||
return |
public GetChild ( string name ) : |
||
name | string | |
return |
public GetChildAt ( int index ) : |
||
index | int | |
return |
public GetChildIndex ( |
||
child | ||
return | int |
public HitTest ( Vector2 stagePoint, bool forTouch ) : |
||
stagePoint | Vector2 | |
forTouch | bool | |
return |
public InvalidateBatchingState ( bool childrenChanged ) : void | ||
childrenChanged | bool | |
return | void |
public IsAncestorOf ( |
||
obj | ||
return | bool |
public RemoveChild ( |
||
child | ||
return |
public RemoveChild ( |
||
child | ||
dispose | bool | |
return |
public RemoveChildAt ( int index ) : |
||
index | int | |
return |
public RemoveChildAt ( int index, bool dispose ) : |
||
index | int | |
dispose | bool | |
return |
public RemoveChildren ( int beginIndex, int endIndex, bool dispose ) : void | ||
beginIndex | int | |
endIndex | int | |
dispose | bool | |
return | void |
public SetChildIndex ( |
||
child | ||
index | int | |
return | void |
public SwapChildren ( |
||
child1 | ||
child2 | ||
return | void |
public SwapChildrenAt ( int index1, int index2 ) : void | ||
index1 | int | |
index2 | int | |
return | void |
public Update ( |
||
context | ||
return | void |