![]() |
|
Base class for drawing objects for layout More...
Classes | |
class | GameContent |
A structure that stores in-game information used for drawing More... | |
class | MaskSettings |
class | RenderProperty |
A structure that stores information such as coordinates used for drawing More... | |
class | RenderStatus |
Public Member Functions | |||
AbstractRenderObject () | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, bool drawable, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, bool drawable, Vector2 position, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, bool drawable, Vector2 position, Vector2 size, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, bool drawable, Vector2 position, Vector2 size, Vector2 scale, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, bool drawable, Vector2 position, Vector2 size, Vector2 scale, float alpha, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, bool drawable, Vector2 position, Vector2 size, Vector2 scale, float alpha, bool isPreview, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, RenderProperty renderProperty, bool isThumbnail) | |||
AbstractRenderObject (MenuSettings.MenuItem menuItem, Guid guid, AbstractRenderObject parent, int insertIndex, RenderProperty renderProperty, bool isPreview, bool isThumbnail) | |||
virtual Vector2 | GetScaledSize () | ||
Get size with scaling (also consider parent's scaling) More... | |||
virtual Vector2 | GetRenderPosition () | ||
Get drawing position (considering parent's position as well) More... | |||
virtual Vector2 | GetRenderPositionWithoutParent () | ||
Get own drawing position More... | |||
virtual Vector2 | GetRenderScale () | ||
Get scaling (also consider parent's scaling) More... | |||
virtual Vector2 | GetRenderScaleWithoutParent () | ||
Get own scaling More... | |||
bool | IsTouching (Vector2 position) | ||
whether you are touching More... | |||
bool | IsTouching (SharpKmyMath.Vector2 position) | ||
whether you are touching More... | |||
bool | IsTouchingCenter (Vector2 position, float centerLength) | ||
Whether you are touching the center or not More... | |||
bool | IsTouchingCenter (SharpKmyMath.Vector2 position, float centerLength) | ||
Whether you are touching the center or not More... | |||
Tuple< bool, TouchCollider.EdgePosition > | IsTouchingEdge (Vector2 position, float edgeLength) | ||
Are you touching the edge? More... | |||
Tuple< bool, TouchCollider.EdgePosition > | IsTouchingEdge (SharpKmyMath.Vector2 position, float edgeLength) | ||
Are you touching the edge? More... | |||
bool | IsTouchingAnything (Vector2 position) | ||
Whether the child is also touched More... | |||
bool | IsTouchingAnything (SharpKmyMath.Vector2 position) | ||
Whether the child is also touched More... | |||
List< AbstractRenderObject > | GetTouchingObjects (Vector2 position) | ||
Get touched drawing object including children More... | |||
List< AbstractRenderObject > | GetTouchingObjects (SharpKmyMath.Vector2 position) | ||
Get touched drawing object including children More... | |||
bool | CollideRectangle (Rectangle rectangle) | ||
whether it hits the rectangle More... | |||
bool | CollideRectangle (SharpKmyMath.Rectangle rectangle) | ||
whether it hits the rectangle More... | |||
bool | CoverRectangle (Rectangle rectangle) | ||
bool | CoverRectangle (SharpKmyMath.Rectangle rectangle) | ||
virtual void | SetPositionForPreview (Vector2 position) | ||
Position change function in preview More... | |||
virtual Vector2 | GetPositionForPreview () | ||
Get position in preview More... | |||
virtual Vector2 | SetRenderPosition (Vector2 globalPosition) | ||
Set position in world coordinates More... | |||
void | SetOffsetMyPosition (Vector2 position) | ||
Set the position considering the initial position More... | |||
virtual Vector2 | GetOriginPosition () | ||
Get origin position More... | |||
virtual void | ReCalculatePostion () | ||
recalculate position More... | |||
virtual void | SetSize (Vector2 size) | ||
set position More... | |||
virtual void | SetAngle (float angle) | ||
set the angle More... | |||
virtual void | SetFlip (int flip) | ||
set inversion More... | |||
bool | IsDescendants (AbstractRenderObject obj) | ||
determine if descendant More... | |||
bool | IsAncestor (AbstractRenderObject obj) | ||
determine if ancestor More... | |||
virtual LayoutObjectType | GetRenderObjectType () | ||
Get layout part type More... | |||
bool | IsContainer () | ||
container or not More... | |||
virtual bool | ContainsRenderContent () | ||
whether it contains something to draw More... | |||
virtual void | CreateBattleContent () | ||
Generate elements for battle More... | |||
virtual bool | NeedDrawingOrigin () | ||
Need to draw the origin? More... | |||
virtual void | ChangeAnimationState (SpriteRenderObject.AnimationState animationState) | ||
Force an animation state change More... | |||
virtual void | SetParent (AbstractRenderObject parent) | ||
set parent More... | |||
bool | AddChild (AbstractRenderObject child) | ||
add child More... | |||
bool | InsertChild (AbstractRenderObject child, int insertIndex) | ||
add child More... | |||
virtual AbstractRenderObject | Remove (MenuSettings.MenuItem menuItem) | ||
remove child
| |||
bool | RemoveChild (AbstractRenderObject child) | ||
remove child More... | |||
void | ClearChildren () | ||
clear the child More... | |||
AbstractRenderObject | RemoveFromParent () | ||
detach from parent More... | |||
virtual RenderProperty | CreateRenderProperty () | ||
Create drawing information More... | |||
void | Update () | ||
Update More... | |||
virtual void | UpdateTouchCollider (Vector2 addtionalContainerSize) | ||
Update hitbox More... | |||
void | Draw () | ||
draw More... | |||
virtual void | DrawLineRect (Color color) | ||
draw a rectangle More... | |||
void | DrawTouchCollider () | ||
Draw touch hit detection More... | |||
virtual void | Release () | ||
Open More... | |||
virtual void | Show () | ||
indicate More... | |||
virtual void | ShowWithNotAnimation () | ||
display without animation More... | |||
virtual void | ShowContainer () | ||
Show only containers More... | |||
virtual void | Hide () | ||
You want to hide More... | |||
virtual void | HideWithNotAnimation () | ||
Hide without animation More... | |||
void | HideNotUsingAnimation () | ||
Alias for Old Name / HideWithNotAnimation More... | |||
virtual void | HideContainer () | ||
Hide container only More... | |||
virtual void | Lock () | ||
lock More... | |||
virtual void | Lock (AbstractRenderObject menuContiner) | ||
lock the specified menu container More... | |||
bool | IsLockedWithChildern () | ||
whether it is locked More... | |||
virtual void | UnLock () | ||
to unlock More... | |||
void | EnableDrawable (bool enable) | ||
Change drawable state More... | |||
virtual void | EnableCanUse (bool enable) | ||
Change Enabled State More... | |||
void | AddDrawableInBattle (bool enable) | ||
Add control over drawing during battle More... | |||
virtual Rectangle | GetClipRectangle (Rectangle? currentClipRectangle) | ||
Get the rectangle to use for clipping More... | |||
virtual bool | GetClipRectangleSolo (out Rectangle val) | ||
virtual bool | IsClipRecursive () | ||
virtual Vector2 | GetWindowPadding () | ||
get window margins More... | |||
virtual Vector2 | GetWindowRenderSize (Vector2 size) | ||
Calculate drawing size within window frame More... | |||
virtual float | GetRenderAlpha () | ||
get transparency More... | |||
virtual void | SetRenderAlpha (float alpha) | ||
set transparency More... | |||
virtual Vector2 | GetAutoSizeMargin () | ||
Get Auto Adjust Margins More... | |||
AbstractRenderObject | GetSameMenuItemObjectWithChildern (MenuSettings.MenuItem menuItem) | ||
Get objects of the same menu item More... | |||
AbstractRenderObject | GetNextRenderObject (NextInputTypes nextInputTypes) | ||
get an object that matches the input More... | |||
virtual MenuSettings.MenuItem | GetMenuItem () | ||
get menu item More... | |||
virtual MenuSettings.MenuItem | GetMenuItemWithChildren () | ||
get menu item More... | |||
virtual MenuSettings.MenuItem.ActionType | GetActionWithChildren (AbstractRenderObject menuContiner) | ||
Get the selected action of the specified menu container More... | |||
virtual MenuSettings.MenuItem.ActionType | GetActionWithChildern (int index) | ||
Get the child action of the menu container with the specified index More... | |||
virtual Tuple< MenuSettings.MenuItem.ActionType, AbstractRenderObject > | GetInputtingActionAndObjectWithChildern () | ||
Get action with input More... | |||
bool | IsVisibleWithChildern () | ||
whether it is showing More... | |||
bool | IsInOutAnimatingWithChildern () | ||
whether it is in animation More... | |||
virtual bool | HasHideContainerOption () | ||
Whether the selected container has a setting to hide the container when determined More... | |||
virtual bool | HasEventObject (Events layoutEvent) | ||
Whether the event contains special formatting More... | |||
virtual bool | HasSpecialText (SpecialTextRenderer.SpecialTexts specialText) | ||
Whether the specified content contains special formatting More... | |||
virtual bool | ContainLayoutType (MenuSettings.MenuItem.LayoutType layoutType) | ||
Does it contain the specified layout type? More... | |||
virtual void | ConfigureContentProperty (int maximumContent) | ||
Set maximum number of elements in menu container More... | |||
virtual void | ConfigureContentProperty (int maximumContent, AbstractRenderObject menuContiner) | ||
Set maximum number of elements in menu container More... | |||
virtual void | ConfigureContentProperty (int maximumContent, bool updateRenderPanelIndex) | ||
Set maximum number of elements in menu container More... | |||
virtual void | UpdateGameContent (GameContent gameContent, bool skipBattleReplace=false) | ||
Update game content More... | |||
virtual void | ResetSubMenuContainerRenderStatus () | ||
Reset the drawing state of the subcontainer More... | |||
virtual void | ChangeSubMenuContainerRenderStatus (RenderStatus renderStatus, bool overrride) | ||
Change the drawing state of a subcontainer More... | |||
virtual void | ChangeBattleResultVisible (GameContent gameContent) | ||
Switch between displaying and hiding battle results More... | |||
virtual AbstractRenderObject | Copy (AbstractRenderObject parent) | ||
copy itself More... | |||
virtual bool | HaveDecidedByTouch () | ||
Whether you pressed decision by touch More... | |||
virtual Tuple< bool, int > | ForceUpdateSubContainerTouch () | ||
Force touch detection More... | |||
virtual void | SkipContentRendering (bool skip) | ||
Prevent container drawing (container children are still drawn) More... | |||
virtual Tuple< int, bool > | GetSelectIndexWithChildern () | ||
Get the index number of the selected menu container More... | |||
virtual Tuple< int, bool > | GetSelectIndexWithChildern (AbstractRenderObject menuContiner) | ||
Get the index number of the selected menu container More... | |||
virtual void | SetSelectIndexWithChildern (int index) | ||
Change the selected position of the menu container More... | |||
virtual Tuple< int, bool > | GetMenuPageWithChildern () | ||
Get page of menu container More... | |||
virtual bool | IsSelectedFirstPage () | ||
Are you selecting the first page? More... | |||
virtual bool | IsSelectedLastPage () | ||
Are you selecting the last page? More... | |||
virtual bool | PressNextPage () | ||
Did you enter a move to the next page? More... | |||
virtual bool | PressPreviousPage () | ||
Did you enter a move to the previous page? More... | |||
virtual bool | MovedPage () | ||
Did you move the page (need to call update first) More... | |||
virtual int | GetMaximumSelectIndexWithChildern (AbstractRenderObject menuContiner) | ||
Get the maximum value of the selection index of the menu container More... | |||
virtual void | EnableSubContainerWithChildern (bool enable, int subContainerIndex) | ||
Change whether the subcontainer with the specified index number can be selected More... | |||
virtual void | EnableSubContainerPageIndexWithChildern (bool enable, int subContainerPageIndex) | ||
Change whether the subcontainer of the specified page number can be selected More... | |||
virtual void | EnableLoopPage (bool enable) | ||
Whether to loop keystroke paging More... | |||
void | EnableDrawSizeRect (bool drawable, bool drawSubContainer=false) | ||
Display ON/OFF of size rectangle More... | |||
void | SetSelectingRenderObject (Guid guid) | ||
Make the object with the specified guid selected More... | |||
virtual void | EnableSelectAll (bool enableSelectAll) | ||
select all More... | |||
virtual void | EnableSelectMulti (bool enableSelectMulti, int selectedCount) | ||
Select multiple items from the beginning More... | |||
virtual void | ForceBlinkSubContainer (bool forceUseBlinker, int subContainerIndex) | ||
Force the subcontainer with the specified index number to shine More... | |||
virtual Guid | GetSelectOpenLayoutGuid () | ||
Get the guid of the selected open layout More... | |||
virtual Guid | GetLayoutStateGuid () | ||
Get the guid of the selected open layout state More... | |||
virtual void | SetLayoutStateGuid (Guid guid) | ||
Sets the guid of the selected open layout state More... | |||
virtual Tuple< bool, Vector2 > | GetTextScaledSize () | ||
get text size More... | |||
virtual Tuple< bool, float > | GetTextScale () | ||
get text scale More... | |||
virtual TextDrawer | GetTextDrawer () | ||
get text drawing object More... | |||
List< TextContentType > | GetChildrenTextContentType () | ||
get text content More... | |||
virtual void | GetTextContentType (List< TextContentType > result) | ||
get text content More... | |||
virtual void | EnableScrollText (bool enable) | ||
enable scrolling More... | |||
virtual bool | IsTextOutOfScreen () | ||
whether the text is off screen More... | |||
virtual void | UpdateSpecialRenderObject () | ||
Update specially formatted text More... | |||
virtual void | ShowNamePlate (int containerIndex) | ||
Show nameplate More... | |||
virtual void | HideNamePlate (int containerIndex) | ||
Hide nameplate More... | |||
virtual void | ForceHideNamePlate () | ||
Force hide all nameplates More... | |||
virtual float | GetSelectSliderValueWithChildern () | ||
Get the value of the selected slider More... | |||
virtual float | GetSliderValueWithChildern (int index) | ||
Get the value of the slider in the subcontainer with the specified index number More... | |||
virtual float | GetSliderMaximumValueWithChildern (int index) | ||
Gets the maximum value of the slider in the subcontainer with the specified index number More... | |||
virtual void | SetSliderValueWithChildern (float value, int index) | ||
Change the value of the slider in the subcontainer with the specified index number More... | |||
virtual int | GetSpinValueWithChildern (int index) | ||
Get the value of the spin in the subcontainer with the specified index number More... | |||
virtual void | SetSpinValueWithChildern (int value, int index) | ||
Change the value of the spin in the subcontainer with the specified index number More... | |||
virtual void | ChangeMenuSubContainerAmount (int amount, Vector2 menuSubContainerSize) | ||
Change the number of submenu containers More... | |||
virtual TagPositions | GetTagPosition () | ||
Get tag position settings More... | |||
virtual TagTelop | GetTagTelop () | ||
Get telop tag settings More... | |||
virtual void | EnableMessageSprite (bool enable) | ||
Enable sprites when waiting for messages More... | |||
AbstractRenderObject | GetRenderObjectWithPositionAnchorTag (string positionAnchorTag) | ||
Get an object with a special coordinate tag (return the first one found) More... | |||
AbstractRenderObject | GetRenderObjectWithPositionAnchorTag (PositionAnchorTags positionAnchorTag) | ||
Get an object with a special coordinate tag (return the first one found) More... | |||
virtual AbstractRenderObject | GetRenderObjectWithPositionAnchorTag (string positionAnchorTag, int menuIndex) | ||
Get an object with a special coordinate tag with the same container management number (return the first found object) More... | |||
AbstractRenderObject | GetRenderObjectWithPositionAnchorTag (PositionAnchorTags positionAnchorTag, int menuIndex) | ||
Get an object with a special coordinate tag with the same container management number (return the first found object) More... | |||
List< AbstractRenderObject > | GetRenderObjectsWithPositionAnchorTag (string positionAnchorTag) | ||
Get all objects with a special coordinate tag More... | |||
List< AbstractRenderObject > | GetRenderObjectsWithPositionAnchorTag (PositionAnchorTags positionAnchorTag) | ||
Get all objects with a special coordinate tag More... | |||
List< AbstractRenderObject > | ParseNodes () | ||
return all nodes More... | |||
Static Public Member Functions | |
static void | ApplyCurrentMask () |
Protected Member Functions | |
void | PushMask (Rectangle clipRect, Guid mask) |
Apply UI mask More... | |
void | PushMaskUseSprite (Action< Vector2 > applyMask) |
Putting elements on the stack to use sprite-based UI masks More... | |
void | PopMask () |
virtual Rectangle | CreateIntersectRectangle (Rectangle rectangleA, Rectangle rectangleB) |
abstract void | UpdateCallback () |
Update process More... | |
abstract bool | DrawCallback () |
drawing process More... | |
virtual void | AfterDrawCallback () |
Post-drawing processing More... | |
virtual void | DrawAll () |
drawing process More... | |
virtual void | ResetLayoutProperties () |
Reset layout information More... | |
void | ResetChildLayoutProperties () |
Repopulate child layout information More... | |
Protected Attributes | |
Guid | guid |
bool | canUse |
Whether to use (toggles between enabling and disabling only Drawble of MenuItem) More... | |
bool | drawable |
Toggle whether to draw or not depending on the action More... | |
bool | locked |
Vector2 | scale |
float | alpha |
TouchRectCollider | touchRectCollider |
bool | isPreview |
bool | isThumbnail |
bool | disable |
Color? | overrideRenderColor |
bool | useVariablePosition |
Tuple< string, string > | variableNames |
bool | usePlayerPosition |
Layout.AbstractController | controller |
Properties | |
AbstractRenderObject | Parent [get, set] |
List< AbstractRenderObject > | Children [get, set] |
Vector2 | Position [get, set] |
Vector2 | DefaultPosition [get, protected set] |
Vector2 | Size [get, set] |
int | Depth [get, set] |
bool | DrawableSizeRect [get] |
Color? | SizeRectColor [get, set] |
int | Index [get] |
int | MenuIndex [get, set] |
int | Top [get] |
int | Bottom [get] |
int | Left [get] |
int | Right [get] |
bool | CanUse [get] |
MenuSettings.MenuItem | MenuItem [get, set] |
bool | SkipDrawMySelf [get, set] |
bool | IsVisible [get, set] |
bool | SkipUpdateVisibleFromParent [get, set] |
virtual bool | IsInOutAnimating [get] |
AbstractRenderObject | Previous [get, set] |
AbstractRenderObject | Next [get, set] |
AbstractRenderObject | RightNext [get, set] |
AbstractRenderObject | LeftNext [get, set] |
AbstractRenderObject | UpNext [get, set] |
AbstractRenderObject | DownNext [get, set] |
bool | IsVisibleBySwitch [get] |
virtual bool | IsDrawable [get] |
Base class for drawing objects for layout
Layout part type
Enumerator | |
---|---|
None | |
MenuContainer | |
MenuSubContainer | |
RenderContainer | |
SliderPanel | |
SpinPanel | |
TextPanel | |
ImagePanel | |
Amount |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | ) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
bool | drawable, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
bool | drawable, | ||
Vector2 | position, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
bool | drawable, | ||
Vector2 | position, | ||
Vector2 | size, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
bool | drawable, | ||
Vector2 | position, | ||
Vector2 | size, | ||
Vector2 | scale, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
bool | drawable, | ||
Vector2 | position, | ||
Vector2 | size, | ||
Vector2 | scale, | ||
float | alpha, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
bool | drawable, | ||
Vector2 | position, | ||
Vector2 | size, | ||
Vector2 | scale, | ||
float | alpha, | ||
bool | isPreview, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
RenderProperty | renderProperty, | ||
bool | isThumbnail | ||
) |
Yukar.Engine.AbstractRenderObject.AbstractRenderObject | ( | MenuSettings.MenuItem | menuItem, |
Guid | guid, | ||
AbstractRenderObject | parent, | ||
int | insertIndex, | ||
RenderProperty | renderProperty, | ||
bool | isPreview, | ||
bool | isThumbnail | ||
) |
bool Yukar.Engine.AbstractRenderObject.AddChild | ( | AbstractRenderObject | child | ) |
add child
child | children to add |
void Yukar.Engine.AbstractRenderObject.AddDrawableInBattle | ( | bool | enable | ) |
Add control over drawing during battle
enable | true drawable false not drawable |
|
protectedvirtual |
Post-drawing processing
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
static |
|
virtual |
Force an animation state change
animationState | the state of the animation you want to change |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.SpriteRenderObject.
|
virtual |
Switch between displaying and hiding battle results
gameContent | Game content |
Reimplemented in Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
|
virtual |
Change the number of submenu containers
amount | Number of submenu containers |
menuSubContainerSize | Submenu container size |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Change the drawing state of a subcontainer
renderStatus | Changes |
overrride | overwrite |
Reimplemented in Yukar.Engine.MenuSubContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
void Yukar.Engine.AbstractRenderObject.ClearChildren | ( | ) |
clear the child
bool Yukar.Engine.AbstractRenderObject.CollideRectangle | ( | Rectangle | rectangle | ) |
whether it hits the rectangle
rectangle | Rectangle for collision detection |
bool Yukar.Engine.AbstractRenderObject.CollideRectangle | ( | SharpKmyMath.Rectangle | rectangle | ) |
whether it hits the rectangle
rectangle | Rectangle for collision detection |
|
virtual |
Set maximum number of elements in menu container
maximumContent | maximum number of elements |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
|
virtual |
Set maximum number of elements in menu container
maximumContent | maximum number of elements |
menuContiner | Menu container you want to set |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Set maximum number of elements in menu container
maximumContent | maximum number of elements |
updateRenderPanelIndex | whether to update the drawing panel index number |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
|
virtual |
Does it contain the specified layout type?
layoutType | The type of layout you want to check for inclusion |
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
virtual |
whether it contains something to draw
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SpriteRenderObject, Yukar.Engine.TextPanel, and Yukar.Engine.WindowRenderer.
|
virtual |
copy itself
parent | Parent object to set |
Reimplemented in Yukar.Engine.MenuSubContainer, and Yukar.Engine.TextPanel.
bool Yukar.Engine.AbstractRenderObject.CoverRectangle | ( | Rectangle | rectangle | ) |
bool Yukar.Engine.AbstractRenderObject.CoverRectangle | ( | SharpKmyMath.Rectangle | rectangle | ) |
|
virtual |
Generate elements for battle
Reimplemented in Yukar.Engine.SliderPanel, and Yukar.Engine.SliderRenderer.
|
protectedvirtual |
|
virtual |
Create drawing information
Reimplemented in Yukar.Engine.SpecialTextRenderer.
void Yukar.Engine.AbstractRenderObject.Draw | ( | ) |
draw
|
protectedvirtual |
drawing process
Reimplemented in Yukar.Engine.SpriteRenderObject.
|
protectedpure virtual |
drawing process
Implemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SliderRenderer, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinPanel, Yukar.Engine.SpinRenderer, Yukar.Engine.TextPanel, and Yukar.Engine.WindowRenderer.
|
virtual |
void Yukar.Engine.AbstractRenderObject.DrawTouchCollider | ( | ) |
Draw touch hit detection
|
virtual |
Change Enabled State
enable | true drawable false not drawable |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
void Yukar.Engine.AbstractRenderObject.EnableDrawable | ( | bool | enable | ) |
Change drawable state
enable | true drawable false not drawable |
void Yukar.Engine.AbstractRenderObject.EnableDrawSizeRect | ( | bool | drawable, |
bool | drawSubContainer = false |
||
) |
Display ON/OFF of size rectangle
drawable | Display ON/OFF |
|
virtual |
Whether to loop keystroke paging
enable | true loop false no loop |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Enable sprites when waiting for messages
enable | true enabled false disabled |
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
virtual |
enable scrolling
enable | true start scrolling false stop scrolling |
Reimplemented in Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
|
virtual |
select all
enableSelectAll | true select all false normal selection |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Select multiple items from the beginning
enableSelectMulti | true Select multiple items false Normal selection |
selectedCount | number to select |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Change whether the subcontainer of the specified page number can be selected
enable | true selectable false not selectable |
subContainerPageIndex | The page number of the subcontainer you want to change |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Change whether the subcontainer with the specified index number can be selected
enable | true selectable false not selectable |
subContainerIndex | The number of the subcontainer you want to change |
Reimplemented in Yukar.Engine.MenuSubContainer.
|
virtual |
Force the subcontainer with the specified index number to shine
forceUseBlinker | true forcibly blink false forcibly unblink |
subContainerIndex | Index number of container to force blink |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Force hide all nameplates
Reimplemented in Yukar.Engine.TextPanel.
|
virtual |
Force touch detection
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the child action of the menu container with the specified index
index |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the selected action of the specified menu container
menuContiner | the menu container from which you want to get the action |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get Auto Adjust Margins
Reimplemented in Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
List< TextContentType > Yukar.Engine.AbstractRenderObject.GetChildrenTextContentType | ( | ) |
get text content
|
virtual |
Get the rectangle to use for clipping
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.WindowBaseRenderer, and Yukar.Engine.WindowRenderer.
|
virtual |
|
virtual |
|
virtual |
Get the guid of the selected open layout state
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the maximum value of the selection index of the menu container
menuContiner | the menu container to get |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
get menu item
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.MenuSubContainer.
|
virtual |
|
virtual |
AbstractRenderObject Yukar.Engine.AbstractRenderObject.GetNextRenderObject | ( | NextInputTypes | nextInputTypes | ) |
get an object that matches the input
nextInputTypes | input movement direction |
|
virtual |
Get origin position
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.TextPanel.
|
virtual |
|
virtual |
get transparency
Reimplemented in Yukar.Engine.SliderPanel, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
List< AbstractRenderObject > Yukar.Engine.AbstractRenderObject.GetRenderObjectsWithPositionAnchorTag | ( | PositionAnchorTags | positionAnchorTag | ) |
Get all objects with a special coordinate tag
positionAnchorTag | Special coordinate tag to get |
List< AbstractRenderObject > Yukar.Engine.AbstractRenderObject.GetRenderObjectsWithPositionAnchorTag | ( | string | positionAnchorTag | ) |
Get all objects with a special coordinate tag
positionAnchorTag | Special coordinate tag to get |
|
virtual |
Get layout part type
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
AbstractRenderObject Yukar.Engine.AbstractRenderObject.GetRenderObjectWithPositionAnchorTag | ( | PositionAnchorTags | positionAnchorTag | ) |
Get an object with a special coordinate tag (return the first one found)
positionAnchorTag | Special coordinate tag to get |
AbstractRenderObject Yukar.Engine.AbstractRenderObject.GetRenderObjectWithPositionAnchorTag | ( | PositionAnchorTags | positionAnchorTag, |
int | menuIndex | ||
) |
Get an object with a special coordinate tag with the same container management number (return the first found object)
positionAnchorTag | Special coordinate tag to get |
menuIndex | Container management number to acquire |
AbstractRenderObject Yukar.Engine.AbstractRenderObject.GetRenderObjectWithPositionAnchorTag | ( | string | positionAnchorTag | ) |
Get an object with a special coordinate tag (return the first one found)
positionAnchorTag | Special coordinate tag to get |
|
virtual |
Get an object with a special coordinate tag with the same container management number (return the first found object)
positionAnchorTag | Special coordinate tag to get |
menuIndex | Container management number to acquire |
|
virtual |
Get drawing position (considering parent's position as well)
Reimplemented in Yukar.Engine.MenuSubContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SliderRenderer, Yukar.Engine.SpinPanel, Yukar.Engine.SpinRenderer, Yukar.Engine.SpriteRenderObject, Yukar.Engine.TextPanel, and Yukar.Engine.WindowRenderer.
|
virtual |
|
virtual |
Get scaling (also consider parent's scaling)
Reimplemented in Yukar.Engine.SliderPanel, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
|
virtual |
Get own scaling
AbstractRenderObject Yukar.Engine.AbstractRenderObject.GetSameMenuItemObjectWithChildern | ( | MenuSettings.MenuItem | menuItem | ) |
Get objects of the same menu item
menuItem | menu item to get |
|
virtual |
Get size with scaling (also consider parent's scaling)
Reimplemented in Yukar.Engine.TextPanel.
|
virtual |
Get the index number of the selected menu container
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the index number of the selected menu container
menuContiner | the menu container to get |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the guid of the selected open layout
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the value of the selected slider
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Gets the maximum value of the slider in the subcontainer with the specified index number
index | The index number of the subcontainer of the slider you want to get |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the value of the slider in the subcontainer with the specified index number
index | The index number of the subcontainer of the slider you want to get |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get the value of the spin in the subcontainer with the specified index number
index | The index number of the subcontainer of the spin whose value you want to get |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Get tag position settings
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
virtual |
Get telop tag settings
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
virtual |
get text content
result | text content |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
|
virtual |
|
virtual |
get text scale
Reimplemented in Yukar.Engine.TextPanel.
|
virtual |
get text size
Reimplemented in Yukar.Engine.TextPanel.
List< AbstractRenderObject > Yukar.Engine.AbstractRenderObject.GetTouchingObjects | ( | SharpKmyMath.Vector2 | position | ) |
Get touched drawing object including children
position | touch coordinates |
List< AbstractRenderObject > Yukar.Engine.AbstractRenderObject.GetTouchingObjects | ( | Vector2 | position | ) |
Get touched drawing object including children
position | touch coordinates |
|
virtual |
get window margins
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.WindowRenderer.
|
virtual |
Calculate drawing size within window frame
size | the size you want to calculate |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.WindowRenderer.
|
virtual |
Whether the event contains special formatting
layoutEvent | the event you want to check |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
|
virtual |
Whether the selected container has a setting to hide the container when determined
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Whether the specified content contains special formatting
specialText | The type of special format you want to check |
Reimplemented in Yukar.Engine.TextPanel, and Yukar.Engine.SpecialTextRenderer.
|
virtual |
Whether you pressed decision by touch
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
|
virtual |
Hide container only
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
virtual |
Hide nameplate
containerIndex | index number to hide |
Reimplemented in Yukar.Engine.TextPanel.
void Yukar.Engine.AbstractRenderObject.HideNotUsingAnimation | ( | ) |
Alias for Old Name / HideWithNotAnimation
|
virtual |
Hide without animation
Reimplemented in Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.SpriteRenderObject.
bool Yukar.Engine.AbstractRenderObject.InsertChild | ( | AbstractRenderObject | child, |
int | insertIndex | ||
) |
add child
child | children to add |
insertIndex | position to add |
bool Yukar.Engine.AbstractRenderObject.IsAncestor | ( | AbstractRenderObject | obj | ) |
determine if ancestor
obj | A drawing object to determine if it is an ancestor |
|
virtual |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, and Yukar.Engine.RenderContainer.
bool Yukar.Engine.AbstractRenderObject.IsContainer | ( | ) |
container or not
bool Yukar.Engine.AbstractRenderObject.IsDescendants | ( | AbstractRenderObject | obj | ) |
determine if descendant
obj | A drawing object to determine if it is a descendant |
bool Yukar.Engine.AbstractRenderObject.IsInOutAnimatingWithChildern | ( | ) |
whether it is in animation
bool Yukar.Engine.AbstractRenderObject.IsLockedWithChildern | ( | ) |
whether it is locked
|
virtual |
Are you selecting the first page?
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Are you selecting the last page?
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
whether the text is off screen
Reimplemented in Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
bool Yukar.Engine.AbstractRenderObject.IsTouching | ( | SharpKmyMath.Vector2 | position | ) |
whether you are touching
position | touch coordinates |
bool Yukar.Engine.AbstractRenderObject.IsTouching | ( | Vector2 | position | ) |
whether you are touching
position | touch coordinates |
bool Yukar.Engine.AbstractRenderObject.IsTouchingAnything | ( | SharpKmyMath.Vector2 | position | ) |
Whether the child is also touched
position | touch coordinates |
bool Yukar.Engine.AbstractRenderObject.IsTouchingAnything | ( | Vector2 | position | ) |
Whether the child is also touched
position | touch coordinates |
bool Yukar.Engine.AbstractRenderObject.IsTouchingCenter | ( | SharpKmyMath.Vector2 | position, |
float | centerLength | ||
) |
Whether you are touching the center or not
position | touch coordinates |
centerLength | Center judgment width |
bool Yukar.Engine.AbstractRenderObject.IsTouchingCenter | ( | Vector2 | position, |
float | centerLength | ||
) |
Whether you are touching the center or not
position | touch coordinates |
centerLength | Center judgment width |
Tuple< bool, TouchCollider.EdgePosition > Yukar.Engine.AbstractRenderObject.IsTouchingEdge | ( | SharpKmyMath.Vector2 | position, |
float | edgeLength | ||
) |
Are you touching the edge?
position | touch coordinates |
edgeLength | edge width |
Tuple< bool, TouchCollider.EdgePosition > Yukar.Engine.AbstractRenderObject.IsTouchingEdge | ( | Vector2 | position, |
float | edgeLength | ||
) |
Are you touching the edge?
position | touch coordinates |
edgeLength | edge width |
bool Yukar.Engine.AbstractRenderObject.IsVisibleWithChildern | ( | ) |
whether it is showing
|
virtual |
lock
Reimplemented in Yukar.Engine.MenuSubContainer.
|
virtual |
lock the specified menu container
menuContiner | menu container to lock |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Did you move the page (need to call update first)
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Need to draw the origin?
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.TextPanel.
List< AbstractRenderObject > Yukar.Engine.AbstractRenderObject.ParseNodes | ( | ) |
return all nodes
|
protected |
|
virtual |
Did you enter a move to the next page?
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Did you enter a move to the previous page?
Reimplemented in Yukar.Engine.MenuContainer.
|
protected |
Apply UI mask
clipRect | |
mask |
|
protected |
Putting elements on the stack to use sprite-based UI masks
clipRect | |
mask |
|
virtual |
recalculate position
|
virtual |
Open
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SliderRenderer, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinPanel, Yukar.Engine.SpinRenderer, Yukar.Engine.SpriteRenderObject, Yukar.Engine.TextPanel, Yukar.Engine.WindowBaseRenderer, and Yukar.Engine.WindowRenderer.
|
virtual |
remove child
menuItem | Setting the layout to be deleted |
Reimplemented in Yukar.Engine.MenuSubContainer.
bool Yukar.Engine.AbstractRenderObject.RemoveChild | ( | AbstractRenderObject | child | ) |
remove child
child | child to remove |
AbstractRenderObject Yukar.Engine.AbstractRenderObject.RemoveFromParent | ( | ) |
detach from parent
|
protected |
Repopulate child layout information
|
protectedvirtual |
Reset layout information
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderRenderer, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinRenderer, Yukar.Engine.TextPanel, and Yukar.Engine.WindowRenderer.
|
virtual |
Reset the drawing state of the subcontainer
Reimplemented in Yukar.Engine.MenuSubContainer, and Yukar.Engine.TextPanel.
|
virtual |
|
virtual |
|
virtual |
Sets the guid of the selected open layout state
guid | The guid of the open layout state in the selection to set |
Reimplemented in Yukar.Engine.MenuContainer.
void Yukar.Engine.AbstractRenderObject.SetOffsetMyPosition | ( | Vector2 | position | ) |
Set the position considering the initial position
position |
|
virtual |
set parent
parent | parent |
Reimplemented in Yukar.Engine.MenuSubContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
|
virtual |
Position change function in preview
position | the coordinates you want to change |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
|
virtual |
set transparency
a | Transparency |
|
virtual |
Set position in world coordinates
globalPosition |
Reimplemented in Yukar.Engine.TextPanel.
|
virtual |
Change the selected position of the menu container
index | Selected position |
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.MenuSubContainer.
void Yukar.Engine.AbstractRenderObject.SetSelectingRenderObject | ( | Guid | guid | ) |
Make the object with the specified guid selected
guid | the guid of the object you want to select |
|
virtual |
set position
size |
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.TextPanel.
|
virtual |
Change the value of the slider in the subcontainer with the specified index number
value | Value to set |
index | The index number of the subcontainer of the slider whose value you want to change |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
Change the value of the spin in the subcontainer with the specified index number
value | value to change |
index | The index number of the subcontainer of the spin whose value you want to change |
Reimplemented in Yukar.Engine.MenuContainer.
|
virtual |
indicate
Reimplemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SliderRenderer, Yukar.Engine.SpinPanel, Yukar.Engine.SpinRenderer, Yukar.Engine.SpriteRenderObject, Yukar.Engine.TextPanel, and Yukar.Engine.WindowRenderer.
|
virtual |
Show only containers
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
virtual |
Show nameplate
containerIndex | index number to display |
Reimplemented in Yukar.Engine.TextPanel.
|
virtual |
display without animation
Reimplemented in Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, and Yukar.Engine.SpriteRenderObject.
|
virtual |
Prevent container drawing (container children are still drawn)
skip | true Do not draw the container false Draw the container |
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
virtual |
to unlock
Reimplemented in Yukar.Engine.MenuSubContainer.
void Yukar.Engine.AbstractRenderObject.Update | ( | ) |
Update
|
protectedpure virtual |
Update process
Implemented in Yukar.Engine.MenuContainer, Yukar.Engine.MenuSubContainer, Yukar.Engine.RenderContainer, Yukar.Engine.SliderPanel, Yukar.Engine.SliderRenderer, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinPanel, Yukar.Engine.SpinRenderer, Yukar.Engine.SpriteRenderObject, Yukar.Engine.TextPanel, and Yukar.Engine.WindowBaseRenderer.
|
virtual |
Update game content
gameContent | Game content |
skipBattleReplace | Skip processing for battle or true Skip false Do not skip |
Reimplemented in Yukar.Engine.SliderPanel, Yukar.Engine.SliderRenderer, Yukar.Engine.SpecialTextRenderer, Yukar.Engine.SpinPanel, and Yukar.Engine.TextPanel.
|
virtual |
Update specially formatted text
Reimplemented in Yukar.Engine.SpecialTextRenderer, and Yukar.Engine.TextPanel.
|
virtual |
Update hitbox
addtionalContainerSize | Additional size of container when previewing |
Reimplemented in Yukar.Engine.MenuContainer, and Yukar.Engine.RenderContainer.
|
protected |
|
protected |
Whether to use (toggles between enabling and disabling only Drawble of MenuItem)
|
protected |
|
protected |
|
protected |
Toggle whether to draw or not depending on the action
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
|
get |
|
getset |
|
getprotected set |
|
getset |
|
getset |
|
get |
|
get |
|
getprotected |
|
get |
|
getset |
|
get |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |