Class Vec3OwnedHandle
public class Vec3OwnedHandle : Vec3Handle, IDisposable, IEquatable<Vec3Handle>
  - Inheritance
 - 
      
      
      
      
      Vec3OwnedHandle
 
- Implements
 
- Derived
 
- Inherited Members
 
Constructors
Vec3OwnedHandle(nint)
Creates a new instance of Vec3OwnedHandle. Assumes that the given pointer is owned by the runtime.
public Vec3OwnedHandle(nint ptr)
  Parameters
ptrnint
Methods
FromUnowned(nint)
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(nint ptr)
  Parameters
ptrnintA 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()