Class MarchData

    Definition

    Namespace:
    Tizen.NUI.Physics2D.Chipmunk
    Assembly:
    Tizen.NUI.Physics2D.dll

    March data used for Tizen.NUI.Physics2D.Chipmunk.AutoGeometry.

    public class MarchData
    Inheritance
    object
    MarchData

    Properties

    View Source

    BoundingBox

    The bounding box.

    Declaration
    public BoundingBox BoundingBox { get; set; }
    Property Value
    Type Description
    BoundingBox
    View Source

    SampleData

    User sample data.

    Declaration
    public object SampleData { get; set; }
    Property Value
    Type Description
    object
    View Source

    SampleFunction

    Callback for sampling/

    Declaration
    public Func<Vect, object, double> SampleFunction { get; set; }
    Property Value
    Type Description
    Func<, , ><Vect, object, double>
    View Source

    SegmentData

    User segmentation data.

    Declaration
    public object SegmentData { get; set; }
    Property Value
    Type Description
    object
    View Source

    SegmentFunction

    Callback for segmentation.

    Declaration
    public Action<Vect, Vect, object> SegmentFunction { get; set; }
    Property Value
    Type Description
    Action<, , ><Vect, Vect, object>
    View Source

    Threshold

    The threshold.

    Declaration
    public double Threshold { get; set; }
    Property Value
    Type Description
    double
    View Source

    XSamples

    The number of horizontal samples.

    Declaration
    public int XSamples { get; set; }
    Property Value
    Type Description
    int
    View Source

    YSamples

    The number of vertical samples.

    Declaration
    public int YSamples { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX