Type renames:
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
This commit is contained in:
@ -60,7 +60,7 @@ class ResourceImportMetadata : public Reference {
|
||||
|
||||
Map<String,Variant> options;
|
||||
|
||||
StringArray _get_options() const;
|
||||
PoolStringArray _get_options() const;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user