RvmFormat.LoadAttributes

LoadAttributes(Scene, string, string)

Load the attributes from specified file name

public void LoadAttributes(Scene scene, string fileName, string prefix = "rvm:")
ParameterTypeDescription
sceneSceneThe scene where the attributes will be applied to
fileNameStringThe file’s name that contains the attributes
prefixStringThe prefix of the attributes that used to avoid conflict of names, default value is “rvm:”

See Also


LoadAttributes(Scene, Stream, string)

Load the attributes from specified stream

public void LoadAttributes(Scene scene, Stream stream, string prefix = "rvm:")
ParameterTypeDescription
sceneSceneThe scene where the attributes will be applied to
streamStreamThe stream that contains the attributes
prefixStringThe prefix of the attributes that used to avoid conflict of names, default value is “rvm:”

See Also