[−][src]Struct assembly_maps::luz::core::ZoneFile
The data in a luz file
Fields
file_version: FileVersionVersion of this file
file_revision: Option<u32>Revision of this file
world_id: WorldIDID of the world described
spawn_point: Option<Placement3D>Spawining placement of the player
scene_refs: Vec<SceneRef>List of scenes
something: StringUnknown
map_filename: StringRelative filename of the map
map_name: StringInternal name of the map
map_description: StringInternal description of the map
scene_transitions: Option<Vec<SceneTransition>>List of transitions
path_data: Option<Vec<u8>>Path data
Trait Implementations
impl<T> TryFromLUZ<T> for ZoneFile where
T: Read, [src]
T: Read,
impl Debug for ZoneFile[src]
impl<'_> TryFrom<&'_ str> for ZoneFile[src]
type Error = LoadError
The type returned in the event of a conversion error.
fn try_from(filename: &str) -> Result<ZoneFile, LoadError>[src]
impl TryFrom<File> for ZoneFile[src]
Auto Trait Implementations
impl Sync for ZoneFile
impl Unpin for ZoneFile
impl Send for ZoneFile
impl UnwindSafe for ZoneFile
impl RefUnwindSafe for ZoneFile
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,