Fix default value for BoxCollider
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
|||||||
/// Gets the size of the box, measured in the object's local space.
|
/// Gets the size of the box, measured in the object's local space.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>The box size will be scaled by the actor's world scale. </remarks>
|
/// <remarks>The box size will be scaled by the actor's world scale. </remarks>
|
||||||
API_PROPERTY(Attributes="EditorOrder(100), DefaultValue(typeof(Vector3), \"100,100,100\"), EditorDisplay(\"Collider\")")
|
API_PROPERTY(Attributes="EditorOrder(100), DefaultValue(typeof(Float3), \"100,100,100\"), EditorDisplay(\"Collider\")")
|
||||||
FORCE_INLINE Float3 GetSize() const
|
FORCE_INLINE Float3 GetSize() const
|
||||||
{
|
{
|
||||||
return _size;
|
return _size;
|
||||||
|
|||||||
Reference in New Issue
Block a user