public AnimationSequence GetAnimationSequence(AnimationEntityType type) { return(_sequencesMap.ContainsKey(type) ? _sequencesMap[type] : null); }
public AnimationTypeWrapper(AnimationEntityType type) { this.type = type; }