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

GRPLInteractableBakeSettings Public class

Description

This class is used to define the bake options for a GRPLInteractable object. The GRPLBakeOptions enumeration specifies the different options available. By setting the BakeOptions field to one of the available options, the behavior of the interactable object when it is baked can be controlled.

Diagram

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

Members

Properties

Public properties

Type Name Methods
GRPLBakeOptions BakeOptions
A getter property that returns the _bakeOptions field.
get

Details

Summary

This class is used to define the bake options for a GRPLInteractable object. The GRPLBakeOptions enumeration specifies the different options available. By setting the BakeOptions field to one of the available options, the behavior of the interactable object when it is baked can be controlled.

Inheritance

  • MonoBehaviour

Constructors

GRPLInteractableBakeSettings

public GRPLInteractableBakeSettings()

Properties

BakeOptions

public GRPLBakeOptions BakeOptions { get; }
Summary

A getter property that returns the _bakeOptions field.

Generated with ModularDoc