C# Class BodyFlow, TWI_Repo

Creates a constant "flow" throughout the body that recognizes the area of the body the ship is in and exerts a constant physical force to move the ship along the body with blood. Paired with Currently named "SubControl.cs" script that is the movement script for the ship.
Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Свойство Type Description
activeEnv GameObject[]
blood float
currentZone GameObject
fogColor Color
fogDensity float
lightAngle float
lightIntensity float
lightRange float
myShip SubControl,
oxygenChange float
pressureChange float
shipCol Collider

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

activeEnv public_oe property

public GameObject[] activeEnv
Résultat GameObject[]

blood public_oe property

public float blood
Résultat float

currentZone public_oe property

public GameObject currentZone
Résultat GameObject

fogColor public_oe property

public Color fogColor
Résultat Color

fogDensity public_oe property

public float fogDensity
Résultat float

lightAngle public_oe property

public float lightAngle
Résultat float

lightIntensity public_oe property

public float lightIntensity
Résultat float

lightRange public_oe property

public float lightRange
Résultat float

myShip public_oe property

public SubControl, myShip
Résultat SubControl,

oxygenChange public_oe property

public float oxygenChange
Résultat float

pressureChange public_oe property

public float pressureChange
Résultat float

shipCol public_oe property

public Collider shipCol
Résultat Collider