Summary

Used by MovieMaker.TrackBinder to create MovieMaker.ITrackProperty instances that allow MovieMaker.ITracks to modify values in a scene.

Properties

CategoryName When listing properties to add, what category should we use for properties from this factory?
Order Used to sort the order that factories are considered when trying to create a property.

Methods

CreateProperty Create a property with the given <paramref name="parent" />, <paramref name="name" />, and property value type <typeparamref name="T" />. The target type was previously returned by Sandbox.MovieMaker.Properties.ITrackPropertyFactory.GetTargetType(Sandbox.MovieMaker.ITrackTarget,System.String), or read from a deserialized track.
GetPropertyNames Lists all available property names provided by this factory from a given <paramref name="parent" />.
GetTargetType Decides if this factory can create a property given a <paramref name="parent" /> target and <paramref name="name" />. Returns any non-<see langword="null" /> type if this factory can create such a property, after which Sandbox.MovieMaker.Properties.ITrackPropertyFactory.CreateProperty``1(Sandbox.MovieMaker.ITrackTarget,System.String) will be called using that type.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.