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.
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
publicGRPLInteractableBakeSettings()
Properties
BakeOptions
publicGRPLBakeOptionsBakeOptions{get;}
Summary
A getter property that returns the _bakeOptions field.