Struct rin::scene::light::PointLightBuilder [−][src]
pub struct PointLightBuilder<'a, C> where
C: 'a, { /* fields omitted */ }
Implementations
impl<'a, 'c, C> PointLightBuilder<'a, C> where
C: EntitiesCreationExt<'c>,
[src]
impl<'a, 'c, C> PointLightBuilder<'a, C> where
C: EntitiesCreationExt<'c>,
[src]pub fn transformation<T>(self, trafo: T) -> PointLightBuilder<'a, C> where
T: Into<Node>,
[src]
T: Into<Node>,
pub fn transformation_as_child<T>(
self,
trafo: T,
parent: Entity
) -> PointLightBuilder<'a, C> where
T: Into<Node>,
[src]
self,
trafo: T,
parent: Entity
) -> PointLightBuilder<'a, C> where
T: Into<Node>,
pub fn dynamic_transformation<T>(self, trafo: T) -> PointLightBuilder<'a, C> where
T: Into<Node>,
[src]
T: Into<Node>,
pub fn dynamic_transformation_as_child<T>(
self,
trafo: T,
parent: Entity
) -> PointLightBuilder<'a, C> where
T: Into<Node>,
[src]
self,
trafo: T,
parent: Entity
) -> PointLightBuilder<'a, C> where
T: Into<Node>,
pub fn invisible(self) -> PointLightBuilder<'a, C>
[src]
pub fn color<CC>(&mut self, color: CC) -> &mut PointLightBuilder<'a, C> where
CC: ToRgb,
[src]
CC: ToRgb,
pub fn strength(&mut self, strength: f32) -> &mut PointLightBuilder<'a, C>
[src]
pub fn radius(&mut self, radius: f32) -> &mut PointLightBuilder<'a, C>
[src]
pub fn build(&mut self) -> Entity
[src]
Auto Trait Implementations
impl<'a, C> RefUnwindSafe for PointLightBuilder<'a, C> where
C: RefUnwindSafe,
C: RefUnwindSafe,
impl<'a, C> Send for PointLightBuilder<'a, C> where
C: Send,
C: Send,
impl<'a, C> Sync for PointLightBuilder<'a, C> where
C: Sync,
C: Sync,
impl<'a, C> Unpin for PointLightBuilder<'a, C>
impl<'a, C> !UnwindSafe for PointLightBuilder<'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]