Runtime.GetPredefinedObject Method
Gets the predefined object with the given name.
Thread safety: This method is thread-safe.
GetPredefinedObject(System.String name)
Gets the predefined object with the given name.Syntax
public static EngineObject GetPredefinedObject (
System.String name
)
Parameters
name
Type: System.String
The name of a predefined object.
The name of a predefined object.
Return Value
Type: EngineObject
The predefined object of the given name or a null reference if the name is unknown.
The predefined object of the given name or a null reference if the name is unknown.
Platforms
Windows, Linux, Android