class
ProjectSettings
public class ProjectSettings Constructors
ProjectSettings() Properties
| Name | Type | Description |
|---|---|---|
Collision static | CollisionRules | Get the CollisionRules from the active project settings. |
Input static | InputSettings | Get the Input from the active project settings. |
Networking static | NetworkingSettings | Get the NetworkingSettings from the active project settings. |
Physics static | PhysicsSettings | Get the PhysicsSettings from the active project settings. |
Systems static | SystemsConfig | Get the SystemsConfig from the active project settings. |
Methods
static T Get(String filename) Gets or creates a default version of this config data. You can safely call this multiple times and it will return the same object. The cache is cleared automatically when the project changes, or when it's hotloaded.