Public Member Functions | |
| override void | Dispose () |
| DistantLightKit (HPS.DistantLightKit in_kit) | |
| override HPS.Type | ObjectType () |
| void | Consume (HPS.DistantLightKit in_kit) |
| void | Set (HPS.DistantLightKit in_kit) |
| void | Show (out HPS.DistantLightKit out_kit) |
| override bool | Empty () |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
| bool | Equals (HPS.DistantLightKit in_kit) |
| HPS.DistantLightKit | SetPriority (int in_priority) |
| HPS.DistantLightKit | SetDirection (HPS.Vector in_vector) |
| HPS.DistantLightKit | SetColor (HPS.RGBAColor in_rgba_color) |
| HPS.DistantLightKit | SetColorByIndex (float in_index) |
| HPS.DistantLightKit | SetCameraRelative (bool in_state) |
| HPS.DistantLightKit | UnsetPriority () |
| HPS.DistantLightKit | UnsetDirection () |
| HPS.DistantLightKit | UnsetColor () |
| HPS.DistantLightKit | UnsetCameraRelative () |
| HPS.DistantLightKit | UnsetEverything () |
| bool | ShowPriority (out int out_priority) |
| bool | ShowDirection (out HPS.Vector out_vector) |
| bool | ShowColor (out HPS.Material.Type out_type, out HPS.RGBAColor out_rgba_color, out float out_index) |
| bool | ShowCameraRelative (out bool out_state) |
| HPS.DistantLightKit | SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data) |
| HPS.DistantLightKit | SetUserData (IntPtr in_index, byte[] in_data) |
| HPS.DistantLightKit | SetUserData (IntPtr[] in_indices, byte[][] in_data) |
| HPS.DistantLightKit | UnsetUserData (IntPtr in_index) |
| HPS.DistantLightKit | UnsetUserData (IntPtr[] in_indices) |
| HPS.DistantLightKit | 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.DistantLightKit a, HPS.DistantLightKit b) |
| static bool | operator!= (HPS.DistantLightKit a, HPS.DistantLightKit 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 |