CanvasMaterialAnimatorGraphicsToolsStandardCanvas.InitializeFromMaterial Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method will extract all material properties from the material passed in to apply default values to the serialized properties of the current CanvasMaterialAnimator.
public override void InitializeFromMaterial (UnityEngine.Material material);
override this.InitializeFromMaterial : UnityEngine.Material -> unit
Public Overrides Sub InitializeFromMaterial (material As Material)
Parameters
- material
- UnityEngine.Material