ProceduralClusterbuiltParts Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.ProceduralCluster.builtParts"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<GameObject> builtParts { get; }
Public ReadOnly Property builtParts As List(Of GameObject)
Get
public:
property List<GameObject^>^ builtParts {
List<GameObject^>^ get ();
}
member builtParts : List<GameObject> with get
Property Value
Type:
ListGameObject
See Also