Constraint
Constraint : Instance
Overview
제약 기반 인스턴스의 기본 클래스입니다.
Properties
Attachment0
Attachment
제약(Constraint)의 첫 번째 부착점(Attachment0)을 설정할 수 있습니다.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Attachment0 = Attachment
Attachment1
Attachment
제약(Constraint)의 두 번째 부착점(Attachment1)을 설정할 수 있습니다.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Attachment1 = Attachment
Color
Color3
현재 지원되지 않습니다.
Code Samples
Enabled
bool
제약(Constraint)의 동작 여부를 설정합니다.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Enabled = false
Visible
bool
현재 지원되지 않습니다.
Code Samples
Methods
Events
Last updated