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

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