C# Класс Fly

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
earth Transform
earthRadius float
engineLifetimeBounds Vector2
engineSizeBounds Vector2
exhaustEmissionBounds Vector2
exhaustLifetimeBounds Vector2
exhaustSizeBounds Vector2
isEnabled bool
rotationTorque float
sas bool
sasForce float
scaleHeight float
seaLevelDensity float
throttle float
throttleSpeed float
thrust float
translationalSpeed float

Открытые методы

Метод Описание
OnStateChange ( ) : void
Start ( ) : void
Update ( ) : void

Описание методов

OnStateChange() публичный Метод

public OnStateChange ( ) : void
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void

Update() публичный Метод

public Update ( ) : void
Результат void

Описание свойств

earth публичное свойство

public Transform earth
Результат Transform

earthRadius публичное свойство

public float earthRadius
Результат float

engineLifetimeBounds публичное свойство

public Vector2 engineLifetimeBounds
Результат Vector2

engineSizeBounds публичное свойство

public Vector2 engineSizeBounds
Результат Vector2

exhaustEmissionBounds публичное свойство

public Vector2 exhaustEmissionBounds
Результат Vector2

exhaustLifetimeBounds публичное свойство

public Vector2 exhaustLifetimeBounds
Результат Vector2

exhaustSizeBounds публичное свойство

public Vector2 exhaustSizeBounds
Результат Vector2

isEnabled публичное свойство

public bool isEnabled
Результат bool

rotationTorque публичное свойство

public float rotationTorque
Результат float

sas публичное свойство

public bool sas
Результат bool

sasForce публичное свойство

public float sasForce
Результат float

scaleHeight публичное свойство

public float scaleHeight
Результат float

seaLevelDensity публичное свойство

public float seaLevelDensity
Результат float

throttle публичное свойство

public float throttle
Результат float

throttleSpeed публичное свойство

public float throttleSpeed
Результат float

thrust публичное свойство

public float thrust
Результат float

translationalSpeed публичное свойство

public float translationalSpeed
Результат float