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