C# Class PrefabInPrefabAsset.VirtualPrefab

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: kyubuns/prefab_in_prefab

Méthodes publiques

Свойство Type Description
original PrefabInPrefab
stepparent UnityEngine.GameObject

Méthodes publiques

Méthode Description
UpdateTransform ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
GetChildVirtualPrefabs ( ) : List
Update ( ) : void

Method Details

UpdateTransform() public méthode

public UpdateTransform ( ) : void
Résultat void

Property Details

original public_oe property

public PrefabInPrefab original
Résultat PrefabInPrefab

stepparent public_oe property

public GameObject,UnityEngine stepparent
Résultat UnityEngine.GameObject