'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 0.5f")> <System.ComponentModel.DefaultValueAttribute(0.5)> Public Property YMagnitudeFactor As System.Single
'Usage
Dim instance As NForceEnvironment Dim value As System.Single instance.YMagnitudeFactor = value value = instance.YMagnitudeFactor
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 0.5f")] [System.ComponentModel.DefaultValue(0.5)] public System.float YMagnitudeFactor {get; set;}