Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: EulerOrderEnum

[48:14] static extends: object

Generated integer conversion helper for GIR EulerOrder.

Methods

  • toInt (string Name)

    Converts the enum's string value to its underlying int.

    • @p Name is the enum string value.
    • @r The matching integer value from the GIR definition.
  • fromInt (int Ord)

    Converts an underlying int value to its enum string.

    • @p Ord is the integer value as declared in the GIR.
    • @r The matching enum string.

class: RayIntersectionKindEnum

[142:14] static extends: object

Generated integer conversion helper for GIR RayIntersectionKind.

Methods

  • toInt (string Name)

    Converts the enum's string value to its underlying int.

    • @p Name is the enum string value.
    • @r The matching integer value from the GIR definition.
  • fromInt (int Ord)

    Converts an underlying int value to its enum string.

    • @p Ord is the integer value as declared in the GIR.
    • @r The matching enum string.

class: RayIntersectionKind

[133:6] static extends: object

Generated enum for GIR symbol RayIntersectionKind.

Members

  • none
  • enter
  • leave

class: EulerOrder

[11:6] static extends: object

Generated enum for GIR symbol EulerOrder.

Members

  • VALUEDefault
  • xyz
  • yzx
  • zxy
  • xzy
  • yxz
  • zyx
  • sxyz
  • sxyx
  • sxzy
  • sxzx
  • syzx
  • syzy
  • syxz
  • syxy
  • szxy
  • szxz
  • szyx
  • szyz
  • rzyx
  • rxyx
  • ryzx
  • rxzx
  • rxzy
  • ryzy
  • rzxy
  • ryxy
  • ryxz
  • rzxz
  • rxyz
  • rzyz