Skip to content

Commit

Permalink
[ADDED] comment explaining change to struct
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-F8VO8FK\Austin committed Jan 25, 2018
1 parent 0b737e9 commit ac3cb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/FbxExporters/Editor/FbxExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,7 @@ public float Convert(float value)

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

0 comments on commit ac3cb0e

Please sign in to comment.