Skip to content

BallonModule

dani0105 edited this page Oct 2, 2022 · 1 revision

Ballon Module

Last Update: 01/10/202

Description

This module is used for ballon part. It will calculate the lift force taken from the environment variables.

Implementation Requirements

In this section I will explain what module you need to implement in your part for a correct operation.

Variables Module

It is necessary to add a couple of variables for a correct operation. The following table will show the variables you need.

Variable Save Type Description
state [x] Double It is used to handle animations.
target_state [ ] Double It is used to handle animations.

Part Component

In the part component it is necessary to add an empty OnParts.

Imgur

Ballon GameObject

Your part needs to implement a game object named "Deployed Ballon"

Imgur

Clone this wiki locally