Click or drag to resize

RcVec2i Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxis.DotRecast.Core.NumericsRcVec2i

Namespace: NeoAxis.DotRecast.Core.Numerics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public struct RcVec2i : IEquatable<RcVec2i>

The RcVec2i type exposes the following members.

Constructors
 NameDescription
Public methodRcVec2iInitializes a new instance of the RcVec2i class
Top
Properties
 NameDescription
Public propertyItem 
Public propertyStatic memberUnitX 
Public propertyStatic memberUnitY 
Public propertyStatic memberZero 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(RcVec2i) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldX 
Public fieldY 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also