C# Class UnityEngine.Cloth

Inheritance: Component
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
INTERNAL_CALL_ClearTransformMotion void
INTERNAL_get_externalAcceleration void
INTERNAL_get_randomAcceleration void
INTERNAL_set_externalAcceleration void
INTERNAL_set_randomAcceleration void
SetEnabledFading void
SetEnabledFading void

Méthodes publiques

Méthode Description
ClearTransformMotion ( ) : void

Clear the pending transform changes from affecting the cloth simulation.

Private Methods

Méthode Description
INTERNAL_CALL_ClearTransformMotion ( Cloth self ) : void
INTERNAL_get_externalAcceleration ( Vector3 &value ) : void
INTERNAL_get_randomAcceleration ( Vector3 &value ) : void
INTERNAL_set_externalAcceleration ( Vector3 &value ) : void
INTERNAL_set_randomAcceleration ( Vector3 &value ) : void
SetEnabledFading ( bool enabled ) : void
SetEnabledFading ( bool enabled, [ interpolationTime ) : void

Method Details

ClearTransformMotion() public méthode

Clear the pending transform changes from affecting the cloth simulation.

public ClearTransformMotion ( ) : void
Résultat void