mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MeshOutlineHierarchy

    Component which can be used to render an outline around a hierarchy of mesh renderers using the MeshOutline component.

    Inheritance
    Object
    BaseMeshOutline
    MeshOutlineHierarchy
    Implements
    MonoBehaviour
    Inherited Members
    BaseMeshOutline.OutlineMaterial
    BaseMeshOutline.outlineMaterial
    BaseMeshOutline.OutlineWidth
    BaseMeshOutline.outlineWidth
    BaseMeshOutline.OnValidate()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class MeshOutlineHierarchy : BaseMeshOutline, MonoBehaviour

    Methods

    ApplyOutlineMaterial()

    Forwards the outlineMaterial to all children MeshOutlines.

    Declaration
    protected override void ApplyOutlineMaterial()
    Overrides
    BaseMeshOutline.ApplyOutlineMaterial()

    ApplyOutlineMaterial()

    Forwards the outlineMaterial to all children MeshOutlines.

    Declaration
    protected override void ApplyOutlineMaterial()
    Overrides
    BaseMeshOutline.ApplyOutlineMaterial()

    ApplyOutlineWidth()

    Forwards the outlineWidth to all children MeshOutlines.

    Declaration
    protected override void ApplyOutlineWidth()
    Overrides
    BaseMeshOutline.ApplyOutlineWidth()

    ApplyOutlineWidth()

    Forwards the outlineWidth to all children MeshOutlines.

    Declaration
    protected override void ApplyOutlineWidth()
    Overrides
    BaseMeshOutline.ApplyOutlineWidth()

    Implements

    MonoBehaviour
    In This Article
    • Methods
      • ApplyOutlineMaterial()
      • ApplyOutlineMaterial()
      • ApplyOutlineWidth()
      • ApplyOutlineWidth()
    • Implements
    Back to top Generated by DocFX