namespace VketCloudGUITools.Runtime { /// /// を持つもの /// public interface IHasVCTransform { VCTransform VcTransform { get; } } }