mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 05:55:42 +00:00
Remove inherited Position/Rotation properties
This commit is contained in:
parent
33d2ffa306
commit
ec35a7a13d
@ -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>
|
/// <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; }
|
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>
|
/// <summary>
|
||||||
/// Sets the value of this object's <c>Action</c> field.
|
/// Sets the value of this object's <c>Action</c> field.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user