s
to modify values in a scene.
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. |