[Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] [Category("Rotation Point")] public float RotationPointDistance { get; set; }
[Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] [Category("Rotation Point")] public: __property float get_RotationPointDistance(); public: __property void set_RotationPointDistance(
float value
);
[Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] [Category("Rotation Point")] public:
property float RotationPointDistance { float get(); void set(float value); }
'Declaration <DescriptionAttribute("The distance from an interactive object to the rotation point.")> <DefaultValueAttribute(20)> <CategoryAttribute("Rotation Point")> Public Property RotationPointDistance As Single
Property Value
Default value is 20.