Version: 2022.3
언어: 한국어

SpaceAttribute

class in UnityEngine

/

다음으로부터 상속:PropertyAttribute

매뉴얼로 전환

설명

Use this PropertyAttribute to add some spacing in the Inspector.

The spacing is done using a DecoratorDrawer.

using UnityEngine;

public class Example : MonoBehaviour { int health = 0; int maxHealth = 100;

[Space(10)] // 10 pixels of spacing here.

int shield = 0; int maxShield = 0; }

변수

heightThe spacing in pixels.

생성자

SpaceAttributeUse this DecoratorDrawer to add some spacing in the Inspector.

상속된 멤버

변수

orderOptional field to specify the order that multiple DecorationDrawers should be drawn in.