Last updated

API / geotoolkit3d / util / Class / Class

Class: Class

util.Class.Class

Utility class handling general operations relating to geotoolkit3D's classes..

Table of contents

Constructors
Methods

Contents

Constructors

new Class()

new Class()

Methods

getObjectClassName

Static getObjectClassName(object, short?): string

Retrieve the class name of the object not knowing if it is a toolkit class or THREE.js class

Parameters

Name Type Description
objectNamedObjectThe object whose class name is needed
Optional shortbooleanIf the short version of the class name is required.

Returns

string

Class name