C# Class Flask.DTween

Datei anzeigen 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_oe property

public float omega
return float

position public_oe property

public float position
return float

velocity public_oe property

public float velocity
return float