public TextureData(TextureData source) { _tag = source._tag; _surfaceType = source._surfaceType; _associatedColor = source._associatedColor; }
public EditorDataAssociation(Texture texture, TextureData data) { TextureReference = texture; AssociatedData = data; }