मुख्य कंटेंट तक स्किप करें

Class: Curve

This page documents the methods and fields available in the Curve class.

Members

SignatureDescription
addPoint(float, float)Adds point to the collection.
apply()Performs the apply operation.
clear()Clears or resets the object's state.
evaluate(float)Performs the evaluate operation using the provided parameters (x).
fromJson(String)Performs the fromJson operation using the provided parameters (json).
getFullName()Returns the current full name.
getInspector(Context, Constructor, String, UserPointer)Returns the current inspector.
getInspector(Context, Field, Object, String, GetSetterListener, UserPointer)Returns the current inspector.
getInspectorForArray(Context, Object[], int, Object, String, GetSetterListener, UserPointer)Returns the current inspector for array.
getInspectorForList(Context, GhostList, int, Object, String, GetSetterListener, UserPointer)Returns the current inspector for list.
getSimpleName(UserPointer)Returns the current simple name.
getWrapMode()Returns the current wrap mode.
isRestorable()Returns whether restorable is true.
isRestorable()Returns whether restorable is true.
newInstance(UserPointer)Creates a new instance.
newInstance(UserPointer)Creates a new instance.
pointAt(int)Performs the pointAt operation using the provided parameters (idx).
pointAt(int, Vector2)Performs the pointAt operation using the provided parameters (idx, out).
pointsCount()Performs the pointsCount operation.
restore(Variable, UserPointer)Performs the restore operation using the provided parameters (variable, userPointer).
restore(Variable, UserPointer)Performs the restore operation using the provided parameters (variable, userPointer).
save(String, Object, UserPointer)Saves data from the object.
save(String, Object, UserPointer)Saves data from the object.
setPoint(int, float, float)Sets or updates the point.
setWrapMode(WrapMode)Sets or updates the wrap mode.
toJson()Performs the toJson operation.