프로퍼티 | 타입 | 설명 | |
---|---|---|---|
childContainers | OverlayElement>.Dictionary | ||
children | OverlayElement>.Dictionary | ||
childrenProcessEvents | bool |
메소드 | 설명 | |
---|---|---|
AddChild ( |
Adds another OverlayElement to this container.
|
|
AddChildContainer ( |
Add a nested container to this container.
|
|
AddChildElement ( |
Adds another OverlayElement to this container.
|
|
Clone ( string instanceName ) : |
||
CopyFromTemplate ( |
||
FindElementAt ( float x, float y ) : |
||
GetChild ( string name ) : |
Gets the named child of this container.
|
|
Initialize ( ) : void | ||
NotifyParent ( |
||
NotifyViewport ( ) : void | ||
NotifyWorldTransforms ( |
||
NotifyZOrder ( int zOrder ) : int | ||
PositionsOutOfDate ( ) : void |
Tell the object and its children to recalculate their positions.
|
|
RemoveChild ( string name ) : void |
Removes a child element by its name
|
|
Update ( ) : void | ||
UpdateRenderQueue ( |
||
UpdateRenderQueue ( |
메소드 | 설명 | |
---|---|---|
OverlayElementContainer ( string name ) : System |
Don't use directly, create through GuiManager.CreateElement.
|
|
dispose ( bool disposeManagedResources ) : void |
|
public AddChildContainer ( |
||
container | ||
리턴 | void |
public AddChildElement ( |
||
element | ||
리턴 | void |
public Clone ( string instanceName ) : |
||
instanceName | string | |
리턴 |
public CopyFromTemplate ( |
||
templateOverlay | ||
리턴 | void |
public FindElementAt ( float x, float y ) : |
||
x | float | |
y | float | |
리턴 |
public NotifyParent ( |
||
parent | ||
overlay | ||
리턴 | void |
public NotifyWorldTransforms ( |
||
xform | ||
리턴 | void |
protected OverlayElementContainer ( string name ) : System | ||
name | string | |
리턴 | System |
public UpdateRenderQueue ( |
||
queue | ||
리턴 | void |
public UpdateRenderQueue ( |
||
queue | ||
updateChildren | bool | |
리턴 | void |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
리턴 | void |