Table of Contents

Struct GcStyle

Namespace
GameCanvas
Assembly
GameCanvas.dll

スタイル(スタック可能な描画設定群)

public struct GcStyle : IEquatable<GcStyle>
Implements
Inherited Members

Fields

CircleResolution

public int CircleResolution

Field Value

int

Color

public Color Color

Field Value

Color

CornerRadius

public float CornerRadius

Field Value

float

Default

public static readonly GcStyle Default

Field Value

GcStyle

FontSize

public int FontSize

Field Value

int

LineCap

public GcLineCap LineCap

Field Value

GcLineCap

LineWidth

public float LineWidth

Field Value

float

RectAnchor

public GcAnchor RectAnchor

Field Value

GcAnchor

StringAnchor

public GcAnchor StringAnchor

Field Value

GcAnchor

Methods

Equals(GcStyle)

public readonly bool Equals(GcStyle other)

Parameters

other GcStyle

Returns

bool

Equals(object)

public override readonly bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override readonly int GetHashCode()

Returns

int