DistantLightKit

class HPS.DistantLightKit : public HPS.Kit

Public Functions

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

Public Static Functions

bool operator!= (HPS.DistantLightKit a, HPS.DistantLightKit b)
bool operator== (HPS.DistantLightKit a, HPS.DistantLightKit b)