|
@@ -24,6 +24,7 @@ module BABYLON {
|
|
/**
|
|
/**
|
|
* Gets the current instance class name ("DeviceOrientationCamera").
|
|
* Gets the current instance class name ("DeviceOrientationCamera").
|
|
* This helps avoiding instanceof at run time.
|
|
* This helps avoiding instanceof at run time.
|
|
|
|
+ * @returns the class name
|
|
*/
|
|
*/
|
|
public getClassName(): string {
|
|
public getClassName(): string {
|
|
return "DeviceOrientationCamera";
|
|
return "DeviceOrientationCamera";
|