Class Vec3OwnedHandle
public class Vec3OwnedHandle : Vec3Handle, IDisposable, IEquatable<Vec3Handle>
- Inheritance
-
Vec3OwnedHandle
- Implements
- Derived
- Inherited Members
Constructors
Vec3OwnedHandle(IntPtr)
Creates a new instance of Vec3OwnedHandle. Assumes that the given pointer is owned by the runtime.
public Vec3OwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a Vec3OwnedHandle from a pointer that is assumed unowned. To do so a boxed copy is created of the given pointer to be used as the handle.
public static Vec3OwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a Vec3 which is not owned by the runtime.
Returns
- Vec3OwnedHandle
A Vec3OwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()