Method | Description | |
---|---|---|
GetDesiredHeight ( ISkinLayout skinLayout ) : int? | ||
GetDesiredWidth ( ISkinLayout skinLayout ) : int? | ||
HandleEvent ( ISkinLayout skinLayout, |
||
Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, |
||
SetChild ( IContainer child ) : void | ||
Update ( ISkinLayout skinLayout, |
public GetDesiredHeight ( ISkinLayout skinLayout ) : int? | ||
skinLayout | ISkinLayout | |
return | int? |
public GetDesiredWidth ( ISkinLayout skinLayout ) : int? | ||
skinLayout | ISkinLayout | |
return | int? |
public HandleEvent ( ISkinLayout skinLayout, |
||
skinLayout | ISkinLayout | |
layout | ||
context | IGameContext | |
@event | Event | |
return | bool |
public Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, |
||
context | IRenderContext | |
skinLayout | ISkinLayout | |
skinDelegator | ISkinDelegator | |
layout | ||
return | void |
public Update ( ISkinLayout skinLayout, |
||
skinLayout | ISkinLayout | |
layout | ||
gameTime | ||
stealFocus | bool | |
return | void |