Click or drag to resize
Ab4d.SharpEngine logo

Offset3D Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.VulkanOffset3D

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public struct Offset3D

The Offset3D type exposes the following members.

Constructors
 NameDescription
Public methodOffset3D Initializes a new instance of Offset3D structure.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Offset3D) Determines whether the specified Offset3D is equal to this instance.
Public methodEquals(Offset3D) Determines whether the specified Offset3D is equal to this instance.
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Offset3D, Offset3D) Returns a boolean indicating whether the two given Offset3Ds are equal.
Public operatorStatic memberInequality(Offset3D, Offset3D) Returns a boolean indicating whether the two given Offset3Ds are not equal.
Top
Fields
 NameDescription
Public fieldX 
Public fieldY 
Public fieldZ 
Top
See Also