Constructor CustomBlendable
CustomBlendable(Object, float)
Constructor with specific values
Declaration
public CustomBlendable(Object custom, float weight)
Parameters
Type | Name | Description |
---|---|---|
Object | custom | The custom stuff that the extension module will consider |
float | weight | The weight of the custom stuff. Must be 0...1 |