public void SetSmoothing(FbxLayerElementSmoothing pSmoothing) { if (this.smoothing.Get() != null) { elements.Remove(this.smoothing.Get()); } elements.Add(pSmoothing); }
public void SetSmoothing(FbxLayerElementSmoothing pSmoothing) { throw new NotImplementedException(); }