Struct roblox::instance::FaceControls[][src]

pub struct FaceControls<'a> {
Show 63 fields pub chin_raiser: f32, pub chin_raiser_upper_lip: f32, pub corrugator: f32, pub eyes_look_down: f32, pub eyes_look_left: f32, pub eyes_look_right: f32, pub eyes_look_up: f32, pub flat_pucker: f32, pub funneler: f32, pub jaw_drop: f32, pub jaw_left: f32, pub jaw_right: f32, pub left_brow_lowerer: f32, pub left_cheek_puff: f32, pub left_cheek_raiser: f32, pub left_dimpler: f32, pub left_eye_closed: f32, pub left_eye_upper_lid_raiser: f32, pub left_inner_brow_raiser: f32, pub left_lip_corner_down: f32, pub left_lip_corner_puller: f32, pub left_lip_stretcher: f32, pub left_lower_lip_depressor: f32, pub left_nose_wrinkler: f32, pub left_outer_brow_raiser: f32, pub left_upper_lip_raiser: f32, pub lip_presser: f32, pub lips_together: f32, pub lower_lip_suck: f32, pub mouth_left: f32, pub mouth_right: f32, pub pucker: f32, pub right_brow_lowerer: f32, pub right_cheek_puff: f32, pub right_cheek_raiser: f32, pub right_dimpler: f32, pub right_eye_closed: f32, pub right_eye_upper_lid_raiser: f32, pub right_inner_brow_raiser: f32, pub right_lip_corner_down: f32, pub right_lip_corner_puller: f32, pub right_lip_stretcher: f32, pub right_lower_lip_depressor: f32, pub right_nose_wrinkler: f32, pub right_outer_brow_raiser: f32, pub right_upper_lip_raiser: f32, pub tongue_down: f32, pub tongue_out: f32, pub tongue_up: f32, pub upper_lip_suck: f32, pub archivable: bool, pub class_name: &'a str, pub name: &'a str, pub parent: Option<InstanceRef>, pub roblox_locked: bool, pub source_asset_id: i64, pub ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>, pub attribute_changed: RBXScriptSignal<&'a str>, pub changed: RBXScriptSignal<&'a str>, pub child_added: RBXScriptSignal<Option<InstanceRef>>, pub child_removed: RBXScriptSignal<Option<InstanceRef>>, pub descendant_added: RBXScriptSignal<Option<InstanceRef>>, pub descendant_removing: RBXScriptSignal<Option<InstanceRef>>,
}
Expand description

The FaceControls Instance Class

View Roblox documentation

Fields

chin_raiser: f32chin_raiser_upper_lip: f32corrugator: f32eyes_look_down: f32eyes_look_left: f32eyes_look_right: f32eyes_look_up: f32flat_pucker: f32funneler: f32jaw_drop: f32jaw_left: f32jaw_right: f32left_brow_lowerer: f32left_cheek_puff: f32left_cheek_raiser: f32left_dimpler: f32left_eye_closed: f32left_eye_upper_lid_raiser: f32left_inner_brow_raiser: f32left_lip_corner_down: f32left_lip_corner_puller: f32left_lip_stretcher: f32left_lower_lip_depressor: f32left_nose_wrinkler: f32left_outer_brow_raiser: f32left_upper_lip_raiser: f32lip_presser: f32lips_together: f32lower_lip_suck: f32mouth_left: f32mouth_right: f32pucker: f32right_brow_lowerer: f32right_cheek_puff: f32right_cheek_raiser: f32right_dimpler: f32right_eye_closed: f32right_eye_upper_lid_raiser: f32right_inner_brow_raiser: f32right_lip_corner_down: f32right_lip_corner_puller: f32right_lip_stretcher: f32right_lower_lip_depressor: f32right_nose_wrinkler: f32right_outer_brow_raiser: f32right_upper_lip_raiser: f32tongue_down: f32tongue_out: f32tongue_up: f32upper_lip_suck: f32archivable: bool

Inherited from Instance

class_name: &'a str

Inherited from Instance

name: &'a str

Inherited from Instance

parent: Option<InstanceRef>

Inherited from Instance

roblox_locked: bool

Inherited from Instance

source_asset_id: i64

Inherited from Instance

ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>

Inherited from Instance

attribute_changed: RBXScriptSignal<&'a str>

Inherited from Instance

changed: RBXScriptSignal<&'a str>

Inherited from Instance

child_added: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

child_removed: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

descendant_added: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

descendant_removing: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

Implementations

Creates a new FaceControls object.

Equivalent to Instance.new(“FaceControls”) in Luau.

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.