public sealed class PlayerPlacementResultContains the complete result of a player-placement request.
Members
SucceededGets whether placement completed successfully.propertyStatusGets the stable machine-readable outcome.propertyMessageGets a player- and developer-readable explanation.propertyOriginGets the position occupied before the request, when it was available.propertyDestinationGets the requested/applied destination, when it was available.propertySucceeded
propertypublic bool Succeeded => Status == PlayerPlacementStatus.SuccessGets whether placement completed successfully.
Status
propertypublic PlayerPlacementStatus StatusGets the stable machine-readable outcome.
Message
propertypublic string MessageGets a player- and developer-readable explanation.
Origin
propertypublic WorldPosition? OriginGets the position occupied before the request, when it was available.
Destination
propertypublic WorldPosition? DestinationGets the requested/applied destination, when it was available.