Skip to content

Commit ac3cb0e

Browse files
author
DESKTOP-F8VO8FK\Austin
committed
[ADDED] comment explaining change to struct
1 parent 0b737e9 commit ac3cb0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,7 @@ public float Convert(float value)
14711471

14721472
/// <summary>
14731473
/// Store FBX property name and channel name
1474+
/// Default constructor added because it needs to be called before autoimplemented properties can be assigned. Otherwise we get build errors
14741475
/// </summary>
14751476
struct FbxPropertyChannelPair {
14761477
public string Property { get ; private set; }

0 commit comments

Comments
 (0)