MaterialSelectorBase.Apply
Method in MaterialSelectorBase
Declaration
public abstract void Apply(MaterialStyle style, MaterialPattern pattern)Description
Applies the selected style and pattern to the renderer.
Parameters
| style | The style to apply. |
| pattern | The pattern to apply. |
Overload
Declaration
public void Apply(MaterialStyle.Preset stylePreset, MaterialPattern.Preset patternPreset)Description
Applies the preset style and pattern to the object.
Parameters
| stylePreset | The style preset to apply. |
| patternPreset | The pattern preset to apply. |
Overload
Declaration
public void Apply()Description
Applies the current style and pattern to the object.