Public Member Functions | |
| override void | Dispose () |
| SphereKit (HPS.SphereKit in_kit) | |
| override HPS.Type | ObjectType () |
| void | Consume (HPS.SphereKit in_kit) |
| void | Set (HPS.SphereKit in_kit) |
| void | Show (out HPS.SphereKit out_kit) |
| override bool | Empty () |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
| bool | Equals (HPS.SphereKit in_kit) |
| HPS.SphereKit | SetPriority (int in_priority) |
| HPS.SphereKit | UnsetPriority () |
| bool | ShowPriority (out int out_priority) |
| HPS.SphereKit | SetCenter (HPS.Point in_center) |
| HPS.SphereKit | SetRadius (float in_radius) |
| HPS.SphereKit | SetBasis (HPS.Vector in_vertical, HPS.Vector in_horizontal) |
| HPS.SphereKit | UnsetCenter () |
| HPS.SphereKit | UnsetRadius () |
| HPS.SphereKit | UnsetBasis () |
| HPS.SphereKit | UnsetEverything () |
| bool | ShowCenter (out HPS.Point out_center) |
| bool | ShowRadius (out float out_radius) |
| bool | ShowBasis (out HPS.Vector out_vertical, out HPS.Vector out_horizontal) |
| HPS.SphereKit | SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data) |
| HPS.SphereKit | SetUserData (IntPtr in_index, byte[] in_data) |
| HPS.SphereKit | SetUserData (IntPtr[] in_indices, byte[][] in_data) |
| HPS.SphereKit | UnsetUserData (IntPtr in_index) |
| HPS.SphereKit | UnsetUserData (IntPtr[] in_indices) |
| HPS.SphereKit | UnsetAllUserData () |
| ulong | ShowUserDataCount () |
| bool | ShowUserDataIndices (out IntPtr[] out_indices) |
| bool | ShowUserData (IntPtr in_index, out byte[] out_data) |
| bool | ShowUserData (out IntPtr[] out_indices, out byte[][] out_data) |
Public Member Functions inherited from HPS.Object | |
| IntPtr | GetClassID () |
| Object (HPS.Object in_that) | |
| HPS.Type | Type () |
| virtual void | Reset () |
| bool | HasType (HPS.Type in_mask) |
| IntPtr | GetInstanceID () |
Static Public Member Functions | |
| static bool | operator== (HPS.SphereKit a, HPS.SphereKit b) |
| static bool | operator!= (HPS.SphereKit a, HPS.SphereKit b) |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Member Functions | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |