Add Default auto-generated member to scripting structures and improve deserialization

This commit is contained in:
Wojtek Figat
2022-08-01 18:49:54 +02:00
parent 4915e9fea0
commit fe1cab6a7f
11 changed files with 57 additions and 65 deletions

View File

@@ -6,11 +6,6 @@ namespace FlaxEngine
{
partial struct D6JointDrive
{
/// <summary>
/// The default <see cref="D6JointDrive"/> structure.
/// </summary>
public static readonly D6JointDrive Default = new D6JointDrive(0.0f, 0.0f, float.MaxValue, false);
/// <summary>
/// Initializes a new instance of the <see cref="D6JointDrive"/> struct.
/// </summary>