C# Class RoomParts.DoorPart

Inheritance: RoomParts.RoomPart
Afficher le fichier Open project: Zelgunn/Unity3DTools Class Usage Examples

Méthodes publiques

Méthode Description
Configure ( Transform parent, string partName, Vector2 size, bool makeStatic = true ) : void

Method Details

Configure() public méthode

public Configure ( Transform parent, string partName, Vector2 size, bool makeStatic = true ) : void
parent Transform
partName string
size Vector2
makeStatic bool
Résultat void