Gets or sets the content item for the model associated with the actor.

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public ContentItem ModelContentItem { get; set; }
Visual Basic (Declaration)
Public Property ModelContentItem As ContentItem
Visual C++
public:
property ContentItem^ ModelContentItem {
	ContentItem^ get ();
	void set (ContentItem^ value);
}

See Also