KeyFrame

Revisión

KeyFrame Es una clase en Aspose.3D FOSS para Python.

KeyFrame.time represents the timestamp of the keyframe in seconds.

Esta clase proporciona 1 método para trabajar con los objetos KeyFrame en programas de Python. Los métodos disponibles incluyen: __init__. Todos los miembros públicos están accesibles a cualquier aplicación de Python después de instalar el Aspose.3D FOSS para el paquete de python. Propiedades : bias, continuity, flat, independent_tangent, interpolation, next_in_tangent,Y 9 más.

Propiedades

NombreTipoAccesoDescripción
timefloatLeer / escribirSe toma o se pone el tiempo.
valuefloatLeer / escribirObtenga o establece el valor.
interpolationInterpolationLeer / escribirSe puede realizar o interponer la interpolación.
tangent_weight_modeWeightedModeLeer / escribirObtenga o establece el modo tangente de peso.
step_modeStepModeLeer / escribirObtenga o establece el modo de paso.
next_in_tangent'Vector2'Leer / escribirObtenga o coloca el siguiente en tangente.
out_tangent'Vector2'Leer / escribirSe puede obtener o poner el tangente.
out_weightfloatLeer / escribirSe toma o se pone el peso.
next_in_weightfloatLeer / escribirObtenga o pone el siguiente en peso.
tensionfloatLeer / escribirSe pone o se da la tensión.
continuityfloatLeer / escribirSe puede obtener o establecer la continuidad.
biasfloatLeer / escribirSe toma o se pone los bias.
independent_tangentboolLeer / escribirObtenga o establece el tangente independiente.
flatboolLeer / escribirSe toma o se pone el piso.
time_independent_tangentboolLeer / escribirObtenga o establece el tiempo tanzento independiente.

Metodología

firmaDescripción
__init__(curve: 'KeyframeSequence', time: float)

Ver también

 Español