Struct pill_engine::internal::TransformComponent [−][src]
pub struct TransformComponent {
pub position: Vector3f,
pub rotation: Vector3f,
pub scale: Vector3f,
}Fields
position: Vector3frotation: Vector3fscale: Vector3fImplementations
Trait Implementations
fn destroy(
&mut self,
engine: &mut Engine,
self_scene_handle: SceneHandle,
self_entity_handle: EntityHandle
) -> Result<()>
Defines the value type that corresponds to this PillTypeMapKey.