| Property | Defined by | ||
|---|---|---|---|
| joint : String | DaeBlendWeight | ||
| originalWeight : Number | DaeBlendWeight | ||
| vertexIndex : uint | DaeBlendWeight | ||
| weight : Number | DaeBlendWeight | ||
| Method | Defined by | ||
|---|---|---|---|
|
DaeBlendWeight(vertexIndex:uint = 0, joint:String = "", weight:Number = 0.0)
| DaeBlendWeight | ||
|
toString():String
| DaeBlendWeight | ||
| joint | property |
public var joint:String
| originalWeight | property |
public var originalWeight:Number
| vertexIndex | property |
public var vertexIndex:uint
| weight | property |
public var weight:Number
| DaeBlendWeight | () | constructor |
public function DaeBlendWeight(vertexIndex:uint = 0, joint:String = "", weight:Number = 0.0)Parameters
vertexIndex:uint (default = 0) |
|
joint:String (default = "") |
|
weight:Number (default = 0.0) |
| toString | () | method |
public function toString():StringReturns
String |