pub struct ServerParticleTextureNewPropsOnly {
pub blend_mode: BlendMode,
pub alpha: TweenedParameter<f32>,
pub scale: TweenedParameter<v2f>,
pub animation: Option<TileAnimationParams>,
}
Fields§
§blend_mode: BlendMode
§alpha: TweenedParameter<f32>
§scale: TweenedParameter<v2f>
§animation: Option<TileAnimationParams>
Trait Implementations§
source§impl Clone for ServerParticleTextureNewPropsOnly
impl Clone for ServerParticleTextureNewPropsOnly
source§fn clone(&self) -> ServerParticleTextureNewPropsOnly
fn clone(&self) -> ServerParticleTextureNewPropsOnly
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Deserialize for ServerParticleTextureNewPropsOnly
impl Deserialize for ServerParticleTextureNewPropsOnly
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<ServerParticleTextureNewPropsOnly> for ServerParticleTextureNewPropsOnly
impl PartialEq<ServerParticleTextureNewPropsOnly> for ServerParticleTextureNewPropsOnly
source§fn eq(&self, other: &ServerParticleTextureNewPropsOnly) -> bool
fn eq(&self, other: &ServerParticleTextureNewPropsOnly) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.