C# 클래스 UnityEngine.SpaceAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
height float

공개 메소드들

메소드 설명
SpaceAttribute ( ) : System
SpaceAttribute ( float height ) : System

Use this DecoratorDrawer to add some spacing in the Inspector.

메소드 상세

SpaceAttribute() 공개 메소드

public SpaceAttribute ( ) : System
리턴 System

SpaceAttribute() 공개 메소드

Use this DecoratorDrawer to add some spacing in the Inspector.

public SpaceAttribute ( float height ) : System
height float The spacing in pixels.
리턴 System

프로퍼티 상세

height 공개적으로 프로퍼티

The spacing in pixels.

public float height
리턴 float