Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SolidParticleVertex

Represents a solid particle vertex

Hierarchy

  • SolidParticleVertex

Index

Constructors

Properties

Accessors

Constructors

constructor

  • Creates a new solid particle vertex

    Returns SolidParticleVertex

Properties

colorSearch playground for color

color: Color4

Vertex color

positionSearch playground for position

position: Vector3

Vertex position

uvSearch playground for uv

Vertex UV

Accessors

x

  • get x(): number
  • set x(val: number): any
  • Vertex x coordinate

    Returns number

  • Vertex x coordinate

    Parameters

    • val: number

    Returns any

y

  • get y(): number
  • set y(val: number): any
  • Vertex y coordinate

    Returns number

  • Vertex y coordinate

    Parameters

    • val: number

    Returns any

z

  • get z(): number
  • set z(val: number): any
  • Vertex z coordinate

    Returns number

  • Vertex z coordinate

    Parameters

    • val: number

    Returns any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method