C# Класс SpringPanel, TheUnseen

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

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

Свойство Тип Описание
current SpringPanel,
onFinished OnFinished
strength float
target Vector3

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

Метод Описание
Begin ( GameObject go, Vector3 pos, float strength ) : SpringPanel,

Start the tweening process.

Защищенные методы

Метод Описание
AdvanceTowardsPosition ( ) : void

Advance toward the target position.

Приватные методы

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

Cache the transform.

Update ( ) : void

Advance toward the target position.

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

AdvanceTowardsPosition() защищенный Метод

Advance toward the target position.
protected AdvanceTowardsPosition ( ) : void
Результат void

Begin() статический публичный Метод

Start the tweening process.
static public Begin ( GameObject go, Vector3 pos, float strength ) : SpringPanel,
go GameObject
pos Vector3
strength float
Результат SpringPanel,

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

current статическое публичное свойство

static public SpringPanel, current
Результат SpringPanel,

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

Delegate function to call when the operation finishes.
public OnFinished onFinished
Результат OnFinished

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

Strength of the spring. The higher the value, the faster the movement.
public float strength
Результат float

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

Target position to spring the panel to.
public Vector3 target
Результат Vector3