PropertyMixer

@native @JSImport("three", "PropertyMixer") @JSType class PropertyMixer extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(binding: Any, typeName: String, valueSize: Double)

Concrete methods

def accumulate(accuIndex: Double, weight: Double): Unit
def accumulateAdditive(weight: Double): Unit
def apply(accuIndex: Double): Unit
def saveOriginalState(): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var binding: Any
var buffer: Any
var cumulativeWeight: Double
var referenceCount: Double
var useCount: Double
var valueSize: Double