SphereKit
-
class
HPS.SphereKit
: HPS.Kit Public Functions
-
void
Consume
(HPS.SphereKit in_kit)
-
override void
Dispose
()
-
override bool
Empty
()
-
bool
Equals
(HPS.SphereKit in_kit)
-
override bool
Equals
(Object obj)
-
override int
GetHashCode
()
-
override HPS.Type
ObjectType
()
-
void
Set
(HPS.SphereKit in_kit)
-
HPS.SphereKit
SetBasis
(HPS.Vector in_vertical, HPS.Vector in_horizontal)
-
HPS.SphereKit
SetCenter
(HPS.Point in_center)
-
HPS.SphereKit
SetPriority
(int in_priority)
-
HPS.SphereKit
SetRadius
(float in_radius)
-
HPS.SphereKit
SetUserData
(IntPtr in_index, byte[] in_data)
-
HPS.SphereKit
SetUserData
(IntPtr in_index, ulong in_bytes, byte[] in_data)
-
HPS.SphereKit
SetUserData
(IntPtr[] in_indices, byte[][] in_data)
-
void
Show
(out HPS.SphereKit out_kit)
-
bool
ShowBasis
(out HPS.Vector out_vertical, out HPS.Vector out_horizontal)
-
bool
ShowPriority
(out int out_priority)
-
bool
ShowRadius
(out float out_radius)
-
bool
ShowUserData
(IntPtr in_index, out byte[] out_data)
-
bool
ShowUserData
(out IntPtr[] out_indices, out byte[][] out_data)
-
ulong
ShowUserDataCount
()
-
bool
ShowUserDataIndices
(out IntPtr[] out_indices)
-
SphereKit
()
-
SphereKit
(HPS.SphereKit in_kit)
-
HPS.SphereKit
UnsetAllUserData
()
-
HPS.SphereKit
UnsetBasis
()
-
HPS.SphereKit
UnsetCenter
()
-
HPS.SphereKit
UnsetEverything
()
-
HPS.SphereKit
UnsetPriority
()
-
HPS.SphereKit
UnsetRadius
()
-
HPS.SphereKit
UnsetUserData
(IntPtr in_index)
-
HPS.SphereKit
UnsetUserData
(IntPtr[] in_indices)
Public Static Functions
-
bool
operator!=
(HPS.SphereKit a, HPS.SphereKit b)
-
bool
operator==
(HPS.SphereKit a, HPS.SphereKit b)
-
void