Readonly
namesThe array of names which positionally correspond to the value
array property.
Readonly
valuesThe 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
names
array which contains the list of expresion names on the face, while thevalues
array which contains the weight of each expression.