C# Class UTJ.HairLight

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: unity3d-jp/NVIDIAHairWorksIntegration Class Usage Examples

Méthodes publiques

Свойство Type Description
m_color Color
m_copy_light_params bool
m_intensity float
m_range float
m_type LightType

Méthodes publiques

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

Method Details

AssignLightData() public static méthode

public static AssignLightData ( ) : void
Résultat void

GetCommandBuffer() public méthode

public GetCommandBuffer ( ) : CommandBuffer
Résultat UnityEngine.Rendering.CommandBuffer

GetInstances() public static méthode

public static GetInstances ( ) : HashSet
Résultat HashSet

GetLightData() public méthode

public GetLightData ( ) : hwi.LightData
Résultat hwi.LightData

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

m_color public_oe property

public Color m_color
Résultat Color

m_copy_light_params public_oe property

public bool m_copy_light_params
Résultat bool

m_intensity public_oe property

public float m_intensity
Résultat float

m_range public_oe property

public float m_range
Résultat float

m_type public_oe property

public LightType m_type
Résultat LightType