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

Block or report stevensrmiller

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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