Add Default auto-generated member to scripting structures and improve deserialization
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user