Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateGroundDto

Index

Constructors

constructor

  • new CreateGroundDto(width?: number, height?: number, subdivisionsX?: number, subdivisionsY?: number, sideOrientation?: sideOrientationEnum, enableShadows?: boolean): CreateGroundDto
  • Parameters

    • Optional width: number
    • Optional height: number
    • Optional subdivisionsX: number
    • Optional subdivisionsY: number
    • Optional sideOrientation: sideOrientationEnum
    • Optional enableShadows: boolean

    Returns CreateGroundDto

Properties

enableShadows

enableShadows: boolean

Enables shadows for the mesh

default

true

height

height: number

Height of the ground

default

10

minimum

0

maximum

Infinity

step

1

sideOrientation

sideOrientation: sideOrientationEnum

Side orientation of the mesh

default

doubleside

subdivisionsX

subdivisionsX: number

Subdivisions X of the ground

default

1

minimum

0

maximum

Infinity

step

1

subdivisionsY

subdivisionsY: number

Subdivisions Y of the ground

default

1

minimum

0

maximum

Infinity

step

1

width

width: number

Width of the ground

default

10

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc