Struct GcStyle
- Namespace
- GameCanvas
- Assembly
- GameCanvas.dll
スタイル(スタック可能な描画設定群)
public struct GcStyle : IEquatable<GcStyle>
- Implements
- Inherited Members
Fields
CircleResolution
public int CircleResolution
Field Value
Color
public Color Color
Field Value
- Color
CornerRadius
public float CornerRadius
Field Value
Default
public static readonly GcStyle Default
Field Value
FontSize
public int FontSize
Field Value
LineCap
public GcLineCap LineCap
Field Value
LineWidth
public float LineWidth
Field Value
RectAnchor
public GcAnchor RectAnchor
Field Value
StringAnchor
public GcAnchor StringAnchor
Field Value
Methods
Equals(GcStyle)
public readonly bool Equals(GcStyle other)
Parameters
other
GcStyle
Returns
Equals(object)
public override readonly bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override readonly int GetHashCode()