ConveyorVisualUseFrictionMaterial2 Property |
Property Value
Type: Boolean
Whether to enable anisotropic friction or not. Defaults to False. An example usage of this is with a gravity roller where FrictionMaterial has a very low coefficient of friction and FrictionMaterial2 is something like Steel to represent a spinning roller.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntaxpublic bool UseFrictionMaterial2 { get; set; }Property Value
Type:
Boolean
See Also