ReadonlynamesThe array of names which positionally correspond to the value array property.
ReadonlyvaluesThe array of values which positionally correspond to the names array property.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
A type containing two arrays which map positionally to each other. For example, this is used by FaceRenderObjectProvider, to provide a
namesarray which contains the list of expresion names on the face, while thevaluesarray which contains the weight of each expression.