Show / Hide Table of Contents

Struct hkEnum<T, U>

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.Havok
Assembly: FFXIVClientStructs.dll
Syntax
public struct hkEnum<T, U>

    where T : struct, Enum where U : struct
Type Parameters
Name Description
T
U

Fields

| Improve this Doc View Source

Storage

Declaration
public U Storage
Field Value
Type Description
U

Properties

| Improve this Doc View Source

Value

Declaration
public T Value { get; set; }
Property Value
Type Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX