Struct ark_api::world::MorphTargetData
source · pub struct MorphTargetData { /* private fields */ }Expand description
Represents morph target weights attached to the MeshStyle.
Implementations§
Trait Implementations§
source§impl ValueConverterTrait<MorphTargetData> for ValueConverter
impl ValueConverterTrait<MorphTargetData> for ValueConverter
source§fn into_value(v: MorphTargetData) -> Value
fn into_value(v: MorphTargetData) -> Value
Wraps the passed-in value in a
Value enum.source§fn from_value(v: &Value) -> MorphTargetData
fn from_value(v: &Value) -> MorphTargetData
Extracts the value from a
Value enum.