C# Class UTJ.HairLight

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: unity3d-jp/NVIDIAHairWorksIntegration Class Usage Examples

Public Properties

Property Type Description
m_color Color
m_copy_light_params bool
m_intensity float
m_range float
m_type LightType

Public Methods

Method Description
AssignLightData ( ) : void
GetCommandBuffer ( ) : CommandBuffer
GetInstances ( ) : HashSet
GetLightData ( ) : hwi.LightData
OnDisable ( ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

AssignLightData() public static method

public static AssignLightData ( ) : void
return void

GetCommandBuffer() public method

public GetCommandBuffer ( ) : CommandBuffer
return UnityEngine.Rendering.CommandBuffer

GetInstances() public static method

public static GetInstances ( ) : HashSet
return HashSet

GetLightData() public method

public GetLightData ( ) : hwi.LightData
return hwi.LightData

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

m_color public_oe property

public Color m_color
return Color

m_copy_light_params public_oe property

public bool m_copy_light_params
return bool

m_intensity public_oe property

public float m_intensity
return float

m_range public_oe property

public float m_range
return float

m_type public_oe property

public LightType m_type
return LightType