defined
Returns true if the object is defined, returns false otherwise.
Example
if (Cesium.defined(positions)) {
doSomething();
} else {
doSomethingElse();
}
Returns true if the object is defined, returns false otherwise.
if (Cesium.defined(positions)) {
doSomething();
} else {
doSomethingElse();
}