docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IVolumeAdditionalGizmo

    Interface to add additional gizmo renders for a IVolume

    Namespace: UnityEditor.Rendering
    Assembly: Unity.RenderPipelines.Core.Editor.dll
    Syntax
    public interface IVolumeAdditionalGizmo

    Properties

    type

    The type that overrides this additional gizmo

    Declaration
    Type type { get; }
    Property Value
    Type Description
    Type

    Methods

    OnBoxColliderDraw(IVolume, BoxCollider)

    Additional gizmo draw for BoxCollider

    Declaration
    void OnBoxColliderDraw(IVolume scr, BoxCollider c)
    Parameters
    Type Name Description
    IVolume scr

    The IVolume

    BoxCollider c

    The BoxCollider

    OnMeshColliderDraw(IVolume, MeshCollider)

    Additional gizmo draw for MeshCollider

    Declaration
    void OnMeshColliderDraw(IVolume scr, MeshCollider c)
    Parameters
    Type Name Description
    IVolume scr

    The IVolume

    MeshCollider c

    The MeshCollider

    OnSphereColliderDraw(IVolume, SphereCollider)

    Additional gizmo draw for SphereCollider

    Declaration
    void OnSphereColliderDraw(IVolume scr, SphereCollider c)
    Parameters
    Type Name Description
    IVolume scr

    The IVolume

    SphereCollider c

    The SphereCollider

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)