C# Class UnityEngine.SkinnedCloth

Inheritance: Cloth
ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
SetEnabledFading ( bool enabled ) : void
SetEnabledFading ( bool enabled, float interpolationTime ) : void
SkinnedCloth ( )

Method Details

SetEnabledFading() public method

public SetEnabledFading ( bool enabled ) : void
enabled bool
return void

SetEnabledFading() public method

public SetEnabledFading ( bool enabled, float interpolationTime ) : void
enabled bool
interpolationTime float
return void

SkinnedCloth() public method

public SkinnedCloth ( )