Skip to content
View stevensrmiller's full-sized avatar
💭
Thinking.
💭
Thinking.

Sponsoring

@AvaloniaUI

Block or report stevensrmiller

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SketchUpFactory SketchUpFactory Public

    Create 3D models in OOP code, save them as SketchUp files.

    HTML 3

  2. CsharpSketchUpAPI CsharpSketchUpAPI Public

    C# wrapper for the SketchUp C API.

    HTML 8

  3. Use the Unity Input System to drag a... Use the Unity Input System to drag an object by dynamically adding and removing event handlers.
    1
    // This example calls for an object to be designated for dragging
    2
    // by explicitly setting a Transform. That's enough to demonstrate
    3
    // the method. Real production code would need to use a Raycast to
    4
    // find the object to drag. It would be much more sensible in that
    5
    // setting to have the MoveStarted, MovePerformed, and MoveCanceled