Skip to content

Commit

Permalink
[Physics] correct userdoc for convex hull collider parameters. (#382) (
Browse files Browse the repository at this point in the history
…fixes #372)
  • Loading branch information
profan authored and xen2 committed Feb 16, 2019
1 parent 7c63ed9 commit f56d4f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public class ConvexHullColliderShapeDesc : IAssetColliderShapeDesc
public Vector3 Scaling = Vector3.One;

/// <userdoc>
/// If this is checked the following parameters are totally ignored, as only a simple convex hull of the whole model will be generated.
/// If this is not checked, the contained parameters are ignored and only a simple convex hull of the model will be generated.
/// </userdoc>
[DataMember(50)]
[NotNull]
Expand Down

0 comments on commit f56d4f8

Please sign in to comment.