Liberi
An exergame built for kids with CP!
Pusher Class Reference

Accelerates any local Rigidbodies in the bounds of the attached trigger. More...

Inherits MonoBehaviour.

Public Attributes

Vector3 PushDirection = Vector3.up
 The direction the push force is applied in. More...
 
float PushAcceleration = 1f
 The rate at which rigidbodies accelerate in the push direction. More...
 

Detailed Description

Accelerates any local Rigidbodies in the bounds of the attached trigger.

Definition at line 8 of file Pusher.cs.

Member Data Documentation

float Pusher.PushAcceleration = 1f

The rate at which rigidbodies accelerate in the push direction.

Definition at line 17 of file Pusher.cs.

Vector3 Pusher.PushDirection = Vector3.up

The direction the push force is applied in.

Definition at line 13 of file Pusher.cs.


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