共用方式為


SKFieldForceEvaluator 代理人

定義

藉由將欄位物理套用至欄位內主體來衍生強制的方法。

public delegate OpenTK.Vector3 SKFieldForceEvaluator(Vector4 position, Vector4 velocity, float mass, float charge, double time);
type SKFieldForceEvaluator = delegate of Vector4 * Vector4 * single * single * double -> Vector3

參數

position
Vector4
velocity
Vector4
mass
Single
charge
Single
time
Double

傳回值

適用於