Skip to content

format

typescript
Frustum.toString()

class: Frustum

description

Get the property string of Frustum.

parameter

param_nametypedescription

reture

typedescription
stringReturns the property string of Frustum.

code example

typescript
 const frustum1 = new Frustum();
 const str = frustum1.toString();