AlignSubtree.SaveFileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
File name for saving to and loading from. Defaults to gameObject's name. Use forward slash '/' for subfolders.
public string SaveFileName { get; set; }
member this.SaveFileName : string with get, set
Public Property SaveFileName As String
Property Value
Remarks
Any non-existent file and/or containing folders will be created if possible.