ValueType Class

Defined in: https://github.com/cocos-creator/engine/blob/e222465ce8426e5cf32052e4f37701f3a529ed18/cocos2d/core/value-types/value-type.js:32

Module: cc

The base class of all value types.

Index

Methods
  • clone This method returns an exact copy of current value.
  • equals Compares this object with the other one.
  • lerp Linearly interpolates between this value to to value by ratio which is in the range [0, 1].
  • set Copys all the properties from another given object to this value.
  • toString TODO

Details

Methods

clone

This method returns an exact copy of current value.

meta description
Returns ValueType
Defined in cocos2d/core/value-types/value-type.js:44
equals

Compares this object with the other one.

meta description
Returns Boolean
Defined in cocos2d/core/value-types/value-type.js:55
Parameters
lerp

Linearly interpolates between this value to to value by ratio which is in the range [0, 1]. When ratio = 0 returns this. When ratio = 1 return to. When ratio = 0.5 returns the average of this and to.

meta description
Returns ValueType
Defined in cocos2d/core/value-types/value-type.js:67
Parameters
set

Copys all the properties from another given object to this value.

meta description
Defined in cocos2d/core/value-types/value-type.js:84
Parameters
toString

TODO

meta description
Returns string
Defined in cocos2d/core/value-types/value-type.js:97

results matching ""

    No results matching ""