AssetBundleManagerbundle Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.AssetBundleManager.bundle"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic AssetBundle bundle { get; set; }
Public Property bundle As AssetBundle
Get
Set
public:
property AssetBundle^ bundle {
AssetBundle^ get ();
void set (AssetBundle^ value);
}
member bundle : AssetBundle with get, set
Property Value
Type:
AssetBundle
See Also