Click or drag to resize

RendererExtensions Class

Extension methods for Unity's UnityEngine.Renderer
Inheritance Hierarchy
SystemObject
  ImmerseSDK.ExtensionsRendererExtensions

Namespace:  ImmerseSDK.Extensions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static class RendererExtensions
Methods
  NameDescription
Public methodStatic memberGetBounds(Renderer)
Gets the bounds of the Transform using the Renderer components specified
Public methodStatic memberGetBounds(Transform, Boolean)
Gets the bounds of the Transform using the Renderer components on itself or optionally any children
Top
See Also