'Declaration <CategoryAttribute("Rotation Point")> <DescriptionAttribute("The distance from an interactive object to the rotation point.")> <DefaultValueAttribute(20)> Public Property RotationPointDistance As Single
[Category("Rotation Point")] [Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] public float RotationPointDistance { get; set; }
[Category("Rotation Point")] [Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] public: __property float get_RotationPointDistance(); public: __property void set_RotationPointDistance(
float value
);
[Category("Rotation Point")] [Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] public:
property float RotationPointDistance { float get(); void set(float value); }
Property Value
Значение по умолчанию - 20.