Struct rin_scene::light::AreaLightBuilder [−][src]
pub struct AreaLightBuilder<'a, C: 'a> { /* fields omitted */ }
Implementations
impl<'a, 'c, C: CreationContext<'c>> AreaLightBuilder<'a, C>
[src]
impl<'a, 'c, C: CreationContext<'c>> AreaLightBuilder<'a, C>
[src]pub fn transformation<T: Into<Node>>(self, trafo: T) -> AreaLightBuilder<'a, C>
[src]
pub fn transformation_as_child<T: Into<Node>>(
self,
trafo: T,
parent: Entity
) -> AreaLightBuilder<'a, C>
[src]
self,
trafo: T,
parent: Entity
) -> AreaLightBuilder<'a, C>
pub fn dynamic_transformation<T: Into<Node>>(
self,
trafo: T
) -> AreaLightBuilder<'a, C>
[src]
self,
trafo: T
) -> AreaLightBuilder<'a, C>
pub fn dynamic_transformation_as_child<T: Into<Node>>(
self,
trafo: T,
parent: Entity
) -> AreaLightBuilder<'a, C>
[src]
self,
trafo: T,
parent: Entity
) -> AreaLightBuilder<'a, C>
pub fn invisible(self) -> AreaLightBuilder<'a, C>
[src]
pub fn color<CC: ToRgb>(self, color: CC) -> AreaLightBuilder<'a, C>
[src]
pub fn width(self, width: f32) -> AreaLightBuilder<'a, C>
[src]
pub fn height(self, height: f32) -> AreaLightBuilder<'a, C>
[src]
pub fn strength(self, strength: f32) -> AreaLightBuilder<'a, C>
[src]
pub fn build(self) -> Entity
[src]
Auto Trait Implementations
impl<'a, C> RefUnwindSafe for AreaLightBuilder<'a, C> where
C: RefUnwindSafe,
C: RefUnwindSafe,
impl<'a, C> Send for AreaLightBuilder<'a, C> where
C: Send,
C: Send,
impl<'a, C> Sync for AreaLightBuilder<'a, C> where
C: Sync,
C: Sync,
impl<'a, C> Unpin for AreaLightBuilder<'a, C>
impl<'a, C> !UnwindSafe for AreaLightBuilder<'a, C>
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]