PlaceholderModelAcceptsTags Property |
Namespace: Livit.Learn.Model
Items listed in AccepsItems will be allowed to be placed on this Placeholder. Multiple values must be separated by semicolons (;).
Can also be left empty to allow any item.
<Placeholder Id="MyPlaceholder" GameObjectId="MyPlaceholder" AcceptsTags="MyItem" />
<Placeholder Id="MyPlaceholder" GameObjectId="MyPlaceholder" AcceptsTags="MyItem;MyOtherItem" />
<Placeholder Id="MyPlaceholder" GameObjectId="MyPlaceholder" AcceptsTags="" />