BounceVector2NaturalMotionAnimation.Restitution Свойство

Определение

Возвращает или задает сумму, которую объект возвращает после столкновения.

public:
 property float Restitution { float get(); void set(float value); };
float Restitution();

void Restitution(float value);
public float Restitution { get; set; }
var single = bounceVector2NaturalMotionAnimation.restitution;
bounceVector2NaturalMotionAnimation.restitution = single;
Public Property Restitution As Single

Значение свойства

Single

float

Сумма, которую объект возвращает после столкновения.

Применяется к