C# 클래스 PrefabInPrefabAsset.VirtualPrefab

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: kyubuns/prefab_in_prefab

공개 프로퍼티들

프로퍼티 타입 설명
original PrefabInPrefab
stepparent UnityEngine.GameObject

공개 메소드들

메소드 설명
UpdateTransform ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
GetChildVirtualPrefabs ( ) : List
Update ( ) : void

메소드 상세

UpdateTransform() 공개 메소드

public UpdateTransform ( ) : void
리턴 void

프로퍼티 상세

original 공개적으로 프로퍼티

public PrefabInPrefab original
리턴 PrefabInPrefab

stepparent 공개적으로 프로퍼티

public GameObject,UnityEngine stepparent
리턴 UnityEngine.GameObject