Struct oxygengine_integration_ui_cr::UserInterfaceViewSyncCompositeRenderable [−][src]
pub struct UserInterfaceViewSyncCompositeRenderable {
pub camera_name: String,
pub viewport: RauiRect,
pub mapping_scaling: CoordsMappingScaling,
pub approx_rect_values: UserInterfaceApproxRectValues,
pub image_smoothing: bool,
}Fields
camera_name: Stringviewport: RauiRectmapping_scaling: CoordsMappingScalingapprox_rect_values: UserInterfaceApproxRectValuesimage_smoothing: boolTrait Implementations
impl Clone for UserInterfaceViewSyncCompositeRenderable[src]
impl Clone for UserInterfaceViewSyncCompositeRenderable[src]fn clone(&self) -> UserInterfaceViewSyncCompositeRenderable[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Component for UserInterfaceViewSyncCompositeRenderable[src]
impl Component for UserInterfaceViewSyncCompositeRenderable[src]type Storage = VecStorage<Self>
Associated storage type for this component.
impl<'de> Deserialize<'de> for UserInterfaceViewSyncCompositeRenderable[src]
impl<'de> Deserialize<'de> for UserInterfaceViewSyncCompositeRenderable[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Prefab for UserInterfaceViewSyncCompositeRenderable[src]
impl Prefab for UserInterfaceViewSyncCompositeRenderable[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn from_prefab_with_extras(
data: Value,
_named_entities: &HashMap<String, Entity, RandomState>,
_state_token: ID<()>
) -> Result<Self, PrefabError>[src]
data: Value,
_named_entities: &HashMap<String, Entity, RandomState>,
_state_token: ID<()>
) -> Result<Self, PrefabError>
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
pub fn from_prefab_str(data: &str) -> Result<Self, PrefabError>[src]
pub fn to_prefab_string(&self) -> Result<String, PrefabError>[src]
pub fn post_from_prefab(&mut self)[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<'a, C> ComponentContainerModify<'a, ComponentContainer<'a, C>> for C where
C: Component, [src]
impl<'a, C> ComponentContainerModify<'a, ComponentContainer<'a, C>> for C where
C: Component, [src]pub fn fetch(world: &'a World, entity: Entity) -> ComponentContainer<'a, C>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,