Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ NewObject
Function
NewObject
Source/Engine/Scripting/ScriptingObject.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
template<typename T>
46
static T* NewObject()
47
{
48
return (T*)NewObject(T::TypeInitializer);
49
}
50
51
template<typename T>
52
static T* NewObject(const ScriptingTypeHandle& typeHandle)
Callers
7
StartPeer
Function · 0.85
InvokeObjectSpawn
Function · 0.85
TestScripting.cpp
File · 0.85
onNodeLoaded
Method · 0.85
CreatePrefab
Method · 0.85
OnAssemblyLoaded
Method · 0.85
Do
Method · 0.85
Calls
1
Delete
Function · 0.85
Tested by
no test coverage detected