EngineValueType Class
Common base class for all Carmenta Engine types that have value semantics but inherit from System.Object (not available in C#).
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Thread safety: Members defined in this type are, in general, not thread-safe.
Syntax
public abstract class EngineValueType : System.Object, System.IDisposable
Remarks
Inheritance Hierarchy
System.Object (not available in C#)
EngineValueType
Brush
MeshInfo
Pen
RectangleSet
TerrainSpeed
Transform
Platforms
Windows, Linux, Android
EngineValueType Members
The EngineValueType type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current EngineValueType has been disposed. |
NativeInstance | Gets the native Carmenta Engine kernel object the current EngineValueType represents. |
Methods
Name | Description |
---|---|
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineValueType represents. |