Class CircleExtensions

    Definition

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

    Unsafe extension methods for the Circle shape.

    public static class CircleExtensions
    Inheritance
    object
    CircleExtensions

    Methods

    View Source

    SetOffset(Circle, Vect)

    Change the offset of the circle shape.

    Declaration
    public static void SetOffset(this Circle circle, Vect offset)
    Parameters
    Type Name Description
    Circle circle
    Vect offset
    View Source

    SetRadius(Circle, double)

    Change the radius of the circle shape.

    Declaration
    public static void SetRadius(this Circle circle, double radius)
    Parameters
    Type Name Description
    Circle circle
    double radius
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX