Remove inherited Position/Rotation properties

This commit is contained in:
Oliver Booth 2022-12-05 15:15:52 +00:00
parent 33d2ffa306
commit ec35a7a13d
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 0 additions and 12 deletions

View File

@ -37,18 +37,6 @@ public sealed class VirtualParadiseModelObjectBuilder : VirtualParadiseObjectBui
/// <value>The value of this object's <c>Model</c> field, or <see langword="null" /> to leave unchanged.</value>
public Optional<string> Model { get; set; }
/// <summary>
/// Gets or sets the position of the object.
/// </summary>
/// <value>The position of the object, or <see langword="null" /> to leave unchanged.</value>
public Optional<Vector3d> Position { get; set; }
/// <summary>
/// Gets or sets the rotation of the object.
/// </summary>
/// <value>The rotation of the object, or <see langword="null" /> to leave unchanged.</value>
public Optional<Quaternion> Rotation { get; set; }
/// <summary>
/// Sets the value of this object's <c>Action</c> field.
/// </summary>