Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudioCherno/Coral
/ StaticMethod
Method
StaticMethod
Example/Example.Managed/Source/Main.cs:39–42 ·
view source on GitHub ↗
(float value)
Source
from the content-addressed store, hash-verified
37
}
38
39
public static void StaticMethod(float value)
40
{
41
Console.WriteLine($
"StaticMethod: {value}"
);
42
}
43
44
public void MemberMethod(MyVec3 vec3)
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected