Class DebugDrawColors

    Definition

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

    Default DebugColors for ShapeOutline, Constraint and CollisionPoint

    public class DebugDrawColors
    Inheritance
    object
    DebugDrawColors

    Properties

    View Source

    CollisionPoint

    Collision point color.

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

    Constraint

    Constraint color.

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

    Default

    The Default DebugDrawColors.

    Declaration
    public static DebugDrawColors Default { get; }
    Property Value
    Type Description
    DebugDrawColors
    View Source

    ShapeOutline

    Shape outline color.

    Declaration
    public DebugColor ShapeOutline { get; set; }
    Property Value
    Type Description
    DebugColor

    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