© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
13 replies
HouseAdmin

Syntax for c# to do this?

 public override void _PhysicsProcess(double delta)
    {
        if (DetectCollision(Player, Floor))
        {
            Player.position
        }
    }
 public override void _PhysicsProcess(double delta)
    {
        if (DetectCollision(Player, Floor))
        {
            Player.position
        }
    }


How do i access the Player.position here in c#?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

syntax for c# to do this math.
C#CC# / help
2y ago
✅ What syntax for c#?
C#CC# / help
2y ago
Proper C multicatch syntax
C#CC# / help
4y ago
C# winforms need help to do this..
C#CC# / help
17mo ago