CurveSampler.CreateSampler

CreateSampler(this IEnumerable<(float, Vector3)>, bool, bool)

public static ICurveSampler<Vector3> CreateSampler(this IEnumerable<(float, Vector3)> collection, 
    bool isLinear = true, bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, Quaternion)>, bool, bool)

public static ICurveSampler<Quaternion> CreateSampler(
    this IEnumerable<(float, Quaternion)> collection, bool isLinear = true, bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, float[])>, bool, bool)

public static ICurveSampler<float[]> CreateSampler(this IEnumerable<(float, float[])> collection, 
    bool isLinear = true, bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, ArraySegment<float>)>, bool, bool)

public static ICurveSampler<ArraySegment<float>> CreateSampler(
    this IEnumerable<(float, ArraySegment<float>)> collection, bool isLinear = true, 
    bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, SparseWeight8)>, bool, bool)

public static ICurveSampler<SparseWeight8> CreateSampler(
    this IEnumerable<(float, SparseWeight8)> collection, bool isLinear = true, 
    bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, (Vector3, Vector3, Vector3))>, bool)

public static ICurveSampler<Vector3> CreateSampler(
    this IEnumerable<(float, (Vector3, Vector3, Vector3))> collection, bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, (Quaternion, Quaternion, Quaternion))>, bool)

public static ICurveSampler<Quaternion> CreateSampler(
    this IEnumerable<(float, (Quaternion, Quaternion, Quaternion))> collection, 
    bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, (float[], float[], float[]))>, bool)

public static ICurveSampler<float[]> CreateSampler(
    this IEnumerable<(float, (float[], float[], float[]))> collection, bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, (ArraySegment<float>, ArraySegment<float>, ArraySegment<float>))>, bool)

public static ICurveSampler<ArraySegment<float>> CreateSampler(
    this IEnumerable<(float, (ArraySegment<float>, ArraySegment<float>, ArraySegment<float>))> collection, 
    bool optimize = false)

See Also


CreateSampler(this IEnumerable<(float, (SparseWeight8, SparseWeight8, SparseWeight8))>, bool)

public static ICurveSampler<SparseWeight8> CreateSampler(
    this IEnumerable<(float, (SparseWeight8, SparseWeight8, SparseWeight8))> collection, 
    bool optimize = false)

See Also