Constructor CustomBlendable
CustomBlendable(Object, float)
Constructor with specific values
선언
public CustomBlendable(Object custom, float weight)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Object | custom | The custom stuff that the extension module will consider |
| float | weight | The weight of the custom stuff. Must be 0...1 |