FlightKit
Awesome Flight Simulator Kit
FlightKit.PickupSphere Class Reference

Makes the object grow slowly and be picked up by the user. More...

Inheritance diagram for FlightKit.PickupSphere:

Public Member Functions

void TweenBloom (float value)
 

Public Attributes

float growthSpeed = 0.1f
 How fast does this object grow. More...
 
float maxScale = 40f
 At what scale should growing stop. More...
 
float ringRotationSpeed = 150f
 How fast should the rings rotate? More...
 
GameObject ring1
 
GameObject ring2
 
GameObject sphere
 

Static Public Attributes

static bool growingEnabled = false
 Should all PickupSpheres grow? More...
 

Detailed Description

Makes the object grow slowly and be picked up by the user.

Member Data Documentation

bool FlightKit.PickupSphere.growingEnabled = false
static

Should all PickupSpheres grow?

float FlightKit.PickupSphere.growthSpeed = 0.1f

How fast does this object grow.

float FlightKit.PickupSphere.maxScale = 40f

At what scale should growing stop.

float FlightKit.PickupSphere.ringRotationSpeed = 150f

How fast should the rings rotate?


The documentation for this class was generated from the following file: