//from window window.Align.topLeft(width,height); //from SarEngine SarEngine.Align.center(width,height);
Align
Align
Arc
ArrayList
Audio
AudioTrack
Background
Block
Button
Camera
Circle
CollideGroup
Colliders
Color
Combination
Coordinate
Device
Font
FontStyle
FontVariant
FontWeight
Force
GameObject
Graphics
Ground
GUI
Image
ImageAnimation
Joystick
Keyboard
KeyEventArgs
Layer
Line
LinkList
Matrix
Mouse
MouseEventArgs
OneWayGround
Output
Particle
Path
Point
Polygon
Position
Rectangle
SarEngine
Scene
Text
TextAlign
TextBaseline
Thickness
Touch
TouchEventArgs
Vector2
Wall
表示对齐位置的枚举。
Syntax
Returns
返回一个Point对象,表示指定的对齐方式到左上角的坐标。
Methods
buttomCenter
到底部中心的对齐。
bottomLeft
到左下角的对齐。
bottomRight
到右下角的对齐。
center
到中心的对齐。
middleLeft
到中间左侧的对齐。
middleRight
到中间右侧的对齐。
topCenter
到顶部中心的对齐。
topLeft
到左上角的对齐。
topRight
到右上角的对齐。