SDT4.Managed.Core
Namespaces
SDT4.Managed.Core
| Type | Description |
|---|---|
| Actor | Scene object that contains all actors and lifecycle. |
| AppExitRequest | |
| AppInstance | |
| AppLoadContext | Contains the application load information when the game initially loads. |
| InstanceEnvironment | |
| IResourceManager | |
| Scene | Scene object that contains all actors and lifecycle. |
| Thread |
SDT4.Managed.Core.Asset
SDT4.Managed.Core.Attributes
| Type | Description |
|---|---|
| ActorReferenceAttribute | Allows referencing an actor either locally or globally by its ID. This automatically populates the field with a strong reference to the actor. |
| It can be applied on |
|
| AssetStringFieldEditPropertiesAttribute | |
| ExposeFieldAttribute | |
| ExposeMethodAttribute | |
| GameEntryAttribute | Defines the application entry point. Can only be applied on one single method in the entire application. |
| Must be applied on a static method with a single |
|
| NumericFieldEditPropertiesAttribute | |
| ReturnPinNameAttribute | |
| ScriptEventAttribute | |
| ScriptGeneratedAttribute | A reserved attribute for visual scripts. |
| ScriptHiddenAttribute | |
| ScriptPure | |
| ScriptWildcardAttribute |
SDT4.Managed.Core.Capabilities
| Type | Description |
|---|---|
| ICapability | Base capabilities indicator |
| ILocalizationCapability | Defines a localisation capability |
| INetworkingCapability | Defines a networking capability |
| IRenderingCapability | Defines a renderer capability |
| IWindowingCapability |
SDT4.Managed.Core.Components
SDT4.Managed.Core.Graphics
| Type | Description |
|---|---|
| CameraProjection |
SDT4.Managed.Core.Math
SDT4.Managed.Core.Native
| Type | Description |
|---|---|
| NativeQuaternion | |
| NativeVector2d | |
| NativeVector2f | |
| NativeVector3d | |
| NativeVector3f | |
| NativeVector4d | |
| NativeVector4f |
SDT4.Managed.Core.Script
| Type | Description |
|---|---|
| ActorScript | |
| IScriptTarget | |
| PropScript | |
| SceneScript | |
| ScriptPayload |
SDT4.Managed.Core.Utility
| Type | Description |
|---|---|
| Bitmask<T> |