CanvasMaterialAnimatorCanvasFrontplate Class

Definition

This class was auto generated via Assets > Graphics Tools > Generate Canvas Material Animator. Use Unity's animation system to animate fields on this class to drive material properties on CanvasRenderers. Version=0.1.0

public class CanvasMaterialAnimatorCanvasFrontplate : Microsoft.MixedReality.GraphicsTools.CanvasMaterialAnimatorBase
type CanvasMaterialAnimatorCanvasFrontplate = class
    inherit CanvasMaterialAnimatorBase
Public Class CanvasMaterialAnimatorCanvasFrontplate
Inherits CanvasMaterialAnimatorBase
Inheritance
UnityEngine.MonoBehaviour
CanvasMaterialAnimatorCanvasFrontplate

Constructors

CanvasMaterialAnimatorCanvasFrontplate()

Fields

_Blob_Enable_

Shader property.

_Blob_Enable_2_

Shader property.

_Blob_Enable_2_ID

Shader property ID.

_Blob_Enable_ID

Shader property ID.

_Blob_Fade_

Shader property.

_Blob_Fade_2_

Shader property.

_Blob_Fade_2_ID

Shader property ID.

_Blob_Fade_ID

Shader property ID.

_Blob_Fade_Length_

Shader property.

_Blob_Fade_Length_ID

Shader property ID.

_Blob_Far_Distance_

Shader property.

_Blob_Far_Distance_ID

Shader property ID.

_Blob_Far_Size_

Shader property.

_Blob_Far_Size_ID

Shader property ID.

_Blob_Inner_Fade_

Shader property.

_Blob_Inner_Fade_2_

Shader property.

_Blob_Inner_Fade_2_ID

Shader property ID.

_Blob_Inner_Fade_ID

Shader property ID.

_Blob_Intensity_

Shader property.

_Blob_Intensity_ID

Shader property ID.

_Blob_Near_Distance_

Shader property.

_Blob_Near_Distance_ID

Shader property ID.

_Blob_Near_Size_

Shader property.

_Blob_Near_Size_2_

Shader property.

_Blob_Near_Size_2_ID

Shader property ID.

_Blob_Near_Size_ID

Shader property ID.

_Blob_Position_

Shader property.

_Blob_Position_2_

Shader property.

_Blob_Position_2_ID

Shader property ID.

_Blob_Position_ID

Shader property ID.

_Blob_Pulse_

Shader property.

_Blob_Pulse_2_

Shader property.

_Blob_Pulse_2_ID

Shader property ID.

_Blob_Pulse_ID

Shader property ID.

_Blob_Pulse_Max_Size_

Shader property.

_Blob_Pulse_Max_Size_ID

Shader property ID.

_Blob_Texture_

Shader property.

_Blob_Texture_ID

Shader property ID.

_ClipRect

Shader property.

_ClipRectID

Shader property ID.

_ClipRectRadii

Shader property.

_ClipRectRadiiID

Shader property ID.

_DstBlend

Shader property.

_DstBlendID

Shader property ID.

_Edge_Color_

Shader property.

_Edge_Color_ID

Shader property ID.

_Fade_Out_

Shader property.

_Fade_Out_ID

Shader property ID.

_Filter_Width_

Shader property.

_Filter_Width_ID

Shader property ID.

_Fixed_Unit_Multiplier_

Shader property.

_Fixed_Unit_Multiplier_ID

Shader property ID.

_Gaze_Focus_

Shader property.

_Gaze_Focus_ID

Shader property ID.

_Gaze_Intensity_

Shader property.

_Gaze_Intensity_ID

Shader property ID.

_Line_Width_

Shader property.

_Line_Width_ID

Shader property ID.

_MainTex

Shader property.

_MainTexID

Shader property ID.

_Pinched_

Shader property.

_Pinched_ID

Shader property ID.

_Proximity_Anisotropy_

Shader property.

_Proximity_Anisotropy_ID

Shader property ID.

_Proximity_Far_Distance_

Shader property.

_Proximity_Far_Distance_ID

Shader property ID.

_Proximity_Max_Intensity_

Shader property.

_Proximity_Max_Intensity_ID

Shader property ID.

_Proximity_Near_Radius_

Shader property.

_Proximity_Near_Radius_ID

Shader property ID.

_Radius_

Shader property.

_Radius_ID

Shader property ID.

_Relative_To_Height_

Shader property.

_Relative_To_Height_ID

Shader property ID.

_Selected_

Shader property.

_Selected_Distance_

Shader property.

_Selected_Distance_ID

Shader property ID.

_Selected_Fade_Length_

Shader property.

_Selected_Fade_Length_ID

Shader property ID.

_Selected_ID

Shader property ID.

_Selection_Fade_

Shader property.

_Selection_Fade_ID

Shader property ID.

_Selection_Fade_Size_

Shader property.

_Selection_Fade_Size_ID

Shader property ID.

_Selection_Fuzz_

Shader property.

_Selection_Fuzz_ID

Shader property ID.

_SrcBlend

Shader property.

_SrcBlendID

Shader property ID.

_StencilComparison

Shader property.

_StencilComparisonID

Shader property ID.

_StencilOperation

Shader property.

_StencilOperationID

Shader property ID.

_StencilReference

Shader property.

_StencilReferenceID

Shader property ID.

_Use_Global_Left_Index_

Shader property.

_Use_Global_Left_Index_ID

Shader property ID.

_Use_Global_Right_Index_

Shader property.

_Use_Global_Right_Index_ID

Shader property ID.

_ZTest

Shader property.

_ZTestID

Shader property ID.

_ZWrite

Shader property.

_ZWriteID

Shader property ID.

Properties

MaterialPropertiesFoldedOut

Flag to keep track of if the material properties are folded out (visible) or not.

(Inherited from CanvasMaterialAnimatorBase)
PreviewMaterial

Accessor to the material used during preview in editor.

(Inherited from CanvasMaterialAnimatorBase)
UseInstanceMaterials

When animated should a new material be instantiated?

(Inherited from CanvasMaterialAnimatorBase)

Methods

ApplyToMaterial()

Call this method after any properties have been modified via code and they need to be applied to the current material.

(Inherited from CanvasMaterialAnimatorBase)
ApplyToMaterial(Material)

This method will apply all serialized material properties on the current CanvasMaterialAnimator to the material passed in.

BuildPreviewGraph(PlayableGraph, Playable)

The Animation window calls this function when it samples an AnimationClip for the first time.

(Inherited from CanvasMaterialAnimatorBase)
GetTargetShaderName()

Returns the name of the shader this class was generated from.

InitializeFromMaterial(Material)

This method will extract all material properties from the material passed in to apply default values to the serialized properties of the current CanvasMaterialAnimator.

RestoreToSharedMaterial()

Call this method when the animator is idle and you wish to return the graphic's material to its default state. This will restore any batching behavior before animating.

(Inherited from CanvasMaterialAnimatorBase)
StartPreview()

Notification callback when the Animation window starts previewing an AnimationClip.

(Inherited from CanvasMaterialAnimatorBase)
StopPreview()

Notification callback when the Animation window stops previewing an AnimationClip.

(Inherited from CanvasMaterialAnimatorBase)
UpdatePreviewGraph(PlayableGraph)

Notification callback when the Animation Window updates its PlayableGraph before sampling an AnimationClip.

(Inherited from CanvasMaterialAnimatorBase)

Applies to