MDLAnimatedScalarArray.GetFloatValues 方法

定义

重载

GetFloatValues()
GetFloatValues(Double)

GetFloatValues()

public virtual float[] GetFloatValues ();
abstract member GetFloatValues : unit -> single[]
override this.GetFloatValues : unit -> single[]

返回

Single[]

适用于

GetFloatValues(Double)

public virtual float[] GetFloatValues (double time);
abstract member GetFloatValues : double -> single[]
override this.GetFloatValues : double -> single[]

参数

time
Double

返回

Single[]

适用于