Class Cloth.FabricSettings
Cloth's fabric settings (material's stiffness and compression response).
Inheritance
System.Object
Cloth.FabricSettings
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class FabricSettings : ValueType
Fields
Bending
Bending constraints for out-of-plane bending in angle-based formulation.
Declaration
public Cloth.FabricAxisSettings Bending
Field Value
Cloth.FabricAxisSettings
|
Horizontal
Horizontal constraints for stretching or compression (perpendicular to the gravity).
Declaration
public Cloth.FabricAxisSettings Horizontal
Field Value
Cloth.FabricAxisSettings
|
Shearing
Shearing constraints for plane shearing along (typically) diagonal edges.
Declaration
public Cloth.FabricAxisSettings Shearing
Field Value
Cloth.FabricAxisSettings
|
Vertical
Vertical constraints for stretching or compression (along the gravity).
Declaration
public Cloth.FabricAxisSettings Vertical
Field Value
Cloth.FabricAxisSettings
|
Properties
Default
The default Cloth.FabricSettings.
Declaration
public static Cloth.FabricSettings Default { get; }
Property Value
Cloth.FabricSettings
|