Skip to main content Link Menu Expand (external link) Document Search Copy Copied

GRPLHandVisualizer Public class

Description

Visualizes the hands with the given prefabs.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Rhinox.XR.Grapple
  Rhinox.XR.Grapple.GRPLHandVisualizer[[GRPLHandVisualizer]]
  end
  subgraph UnityEngine
UnityEngine.MonoBehaviour[[MonoBehaviour]]
  end
UnityEngine.MonoBehaviour --> Rhinox.XR.Grapple.GRPLHandVisualizer

Members

Properties

Public properties

Type Name Methods
Material HandMaterial
Returns the material used for the hand prefabs.
get
SkinnedMeshRenderer LeftHandRenderer
Returns the store reference to the SkinnedMeshRenderer of the left hand.
get
SkinnedMeshRenderer RightHandRenderer
Returns the store reference to the SkinnedMeshRenderer of the right hand.
get

Details

Summary

Visualizes the hands with the given prefabs.

Inheritance

  • MonoBehaviour

Constructors

GRPLHandVisualizer

public GRPLHandVisualizer()

Properties

HandMaterial

public Material HandMaterial { get; }
Summary

Returns the material used for the hand prefabs.

LeftHandRenderer

public SkinnedMeshRenderer LeftHandRenderer { get; }
Summary

Returns the store reference to the SkinnedMeshRenderer of the left hand.

RightHandRenderer

public SkinnedMeshRenderer RightHandRenderer { get; }
Summary

Returns the store reference to the SkinnedMeshRenderer of the right hand.

Generated with ModularDoc