C# Class Flask.DTween

Show file Open project: keijiro/SmoothingTest Class Usage Examples

Public Properties

Property Type Description
omega float
position float
velocity float

Public Methods

Method Description
DTween ( float position, float omega ) : UnityEngine
Step ( float target ) : void

Method Details

DTween() public method

public DTween ( float position, float omega ) : UnityEngine
position float
omega float
return UnityEngine

Step() public method

public Step ( float target ) : void
target float
return void

Property Details

omega public property

public float omega
return float

position public property

public float position
return float

velocity public property

public float velocity
return float