pub type PathWaypointVariantMovement = PathWaypointVariant<PathWaypointDataMovement>;

Aliased Type§

struct PathWaypointVariantMovement {
    pub position: Vector3f,
    pub data: PathWaypointDataMovement,
}

Fields§

§position: Vector3f§data: PathWaypointDataMovement

Trait Implementations§

source§

impl<WaypointType: Debug> Debug for PathWaypointVariant<WaypointType>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<WaypointType> Serialize for PathWaypointVariant<WaypointType>where WaypointType: Serialize,

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more