C# Class TransformInterpolator, PoniGame

Inheritance: MonoBehaviour
显示文件 Open project: 3dAnon/PoniGame Class Usage Examples

Public Methods

Method Description
ForgetPreviousValues ( ) : void
SetThresholds ( bool useThresholds, float positionThreshold, float rotationThreshold, float scaleThreshold ) : void

Private Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ForgetPreviousValues() public method

public ForgetPreviousValues ( ) : void
return void

SetThresholds() public method

public SetThresholds ( bool useThresholds, float positionThreshold, float rotationThreshold, float scaleThreshold ) : void
useThresholds bool
positionThreshold float
rotationThreshold float
scaleThreshold float
return void