Pickeable

Pickeable.cs inherits from Interactable.cs. To set up custom Interactable objects or learning more about them, please check Interactable.cs

Pickeable.cs defines the basic structure for the rest of the main Pickeables:

  • events

  • rotates: Apply rotation to the Pickeable

    • rotationSpeed: Change the speed of the Rotation effect

  • translates: Apply vertical translation to the Pickeable

    • translationSpeed: Change the speed of the Translation effect

  • image: Image that displays the Pickeable icon

  • graphics: Parent transform where the graphics will be stored at

Last updated