C# Class UnityEngine.Cloth

Inheritance: Component
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
ClearTransformMotion ( ) : void

Clear the pending transform changes from affecting the cloth simulation.

Private Methods

Method 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 method

Clear the pending transform changes from affecting the cloth simulation.

public ClearTransformMotion ( ) : void
return void