Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetGetMethod
Method
GetGetMethod
Source/Engine/Scripting/Runtime/DotNet.cpp:1669–1672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1667
}
1668
1669
MMethod* MProperty::GetGetMethod() const
1670
{
1671
return _getMethod;
1672
}
1673
1674
MMethod* MProperty::GetSetMethod() const
1675
{
Callers
1
MException
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected