unreal.HairGeometrySettings
¶
- class unreal.HairGeometrySettings(hair_width: float = 0.0, hair_root_scale: float = 0.0, hair_tip_scale: float = 0.0)¶
Bases:
StructBase
Hair Geometry Settings
C++ Source:
Plugin: HairStrands
Module: HairStrandsCore
File: GroomAssetRendering.h
Editor Properties: (see get_editor_property/set_editor_property)
hair_root_scale
(float): [Read-Write] Hair Root Scale: Scale the hair width at the roothair_tip_scale
(float): [Read-Write] Hair Tip Scale: Scale the hair with at the tiphair_width
(float): [Read-Write] Hair Width: Hair width (in centimeters)
- property hair_root_scale: float¶
[Read-Write] Hair Root Scale: Scale the hair width at the root
- Type:
(float)