UnityEngine Structure describing acceleration status of the device. Value of acceleration. Amount of time passed since last accelerometer measurement. A class containing methods to assist with accessibility for users with different vision capabilities. Gets a palette of colors that should be distinguishable for normal vision, deuteranopia, protanopia, and tritanopia. An array of colors to populate with a palette. Minimum allowable perceived luminance from 0 to 1. A value of 0.2 or greater is recommended for dark backgrounds. Maximum allowable perceived luminance from 0 to 1. A value of 0.8 or less is recommended for light backgrounds. The number of unambiguous colors in the palette. The AddComponentMenu attribute allows you to place a script anywhere in the "Component" menu, instead of just the "Component->Scripts" menu. The order of the component in the component menu (lower is higher to the top). Add an item in the Component menu. The path to the component. Where in the component menu to add the new item. Add an item in the Component menu. The path to the component. Where in the component menu to add the new item. Enum mask of possible shader channel properties that can also be included when the Canvas mesh is created. No additional shader parameters are needed. Include the normals on the mesh vertices. Include the Tangent on the mesh vertices. Include UV1 on the mesh vertices. Include UV2 on the mesh vertices. Include UV3 on the mesh vertices. Singleton class to access the baked NavMesh. Describes how far in the future the agents predict collisions for avoidance. Set a function to be called before the NavMesh is updated during the frame update execution. The maximum amount of nodes processed each frame in the asynchronous pathfinding process. Adds a link to the NavMesh. The link is described by the NavMeshLinkData struct. Describing the properties of the link. Representing the added link. Adds a link to the NavMesh. The link is described by the NavMeshLinkData struct. Describing the properties of the link. Translate the link to this position. Rotate the link to this orientation. Representing the added link. Adds the specified NavMeshData to the game. Contains the data for the navmesh. Representing the added navmesh. Adds the specified NavMeshData to the game. Contains the data for the navmesh. Translate the navmesh to this position. Rotate the navmesh to this orientation. Representing the added navmesh. Area mask constant that includes all NavMesh areas. Calculate a path between two points and store the resulting path. The initial position of the path requested. The final position of the path requested. A bitfield mask specifying which NavMesh areas can be passed when calculating a path. The resulting path. True if a either a complete or partial path is found and false otherwise. Calculates a path between two positions mapped to the NavMesh, subject to the constraints and costs defined by the filter argument. The initial position of the path requested. The final position of the path requested. A filter specifying the cost of NavMesh areas that can be passed when calculating a path. The resulting path. True if a either a complete or partial path is found and false otherwise. Calculates triangulation of the current navmesh. Creates and returns a new entry of NavMesh build settings available for runtime NavMesh building. The created settings. Locate the closest NavMesh edge from a point on the NavMesh. The origin of the distance query. Holds the properties of the resulting location. A bitfield mask specifying which NavMesh areas can be passed when finding the nearest edge. True if a nearest edge is found. Locate the closest NavMesh edge from a point on the NavMesh, subject to the constraints of the filter argument. The origin of the distance query. Holds the properties of the resulting location. A filter specifying which NavMesh areas can be passed when finding the nearest edge. True if a nearest edge is found. Gets the cost for path finding over geometry of the area type. Index of the area to get. Returns the area index for a named NavMesh area type. Name of the area to look up. Index if the specified are, or -1 if no area found. Gets the cost for traversing over geometry of the layer type on all agents. Returns the layer index for a named layer. Returns an existing entry of NavMesh build settings. The ID to look for. The settings found. Returns an existing entry of NavMesh build settings by its ordered index. The index to retrieve from. The found settings. Returns the number of registered NavMesh build settings. The number of registered entries. Returns the name associated with the NavMesh build settings matching the provided agent type ID. The ID to look for. The name associated with the ID found. A delegate which can be used to register callback methods to be invoked before the NavMesh system updates. Trace a line between two points on the NavMesh. The origin of the ray. The end of the ray. Holds the properties of the ray cast resulting location. A bitfield mask specifying which NavMesh areas can be passed when tracing the ray. True if the ray is terminated before reaching target position. Otherwise returns false. Traces a line between two positions on the NavMesh, subject to the constraints defined by the filter argument. The origin of the ray. The end of the ray. Holds the properties of the ray cast resulting location. A filter specifying which NavMesh areas can be passed when tracing the ray. True if the ray is terminated before reaching target position. Otherwise returns false. Removes all NavMesh surfaces and links from the game. Removes a link from the NavMesh. The instance of a link to remove. Removes the specified NavMeshDataInstance from the game, making it unavailable for agents and queries. The instance of a NavMesh to remove. Removes the build settings matching the agent type ID. The ID of the entry to remove. Finds the closest point on NavMesh within specified range. The origin of the sample query. Holds the properties of the resulting location. Sample within this distance from sourcePosition. A mask specifying which NavMesh areas are allowed when finding the nearest point. True if a nearest point is found. Samples the position closest to sourcePosition - on any NavMesh built for the agent type specified by the filter. The origin of the sample query. Holds the properties of the resulting location. Sample within this distance from sourcePosition. A filter specifying which NavMesh areas are allowed when finding the nearest point. True if a nearest point is found. Sets the cost for finding path over geometry of the area type on all agents. Index of the area to set. New cost. Sets the cost for traversing over geometry of the layer type on all agents. Navigation mesh agent. The maximum acceleration of an agent as it follows a path, given in units / sec^2. The type ID for the agent. Maximum turning speed in (deg/s) while following a path. Specifies which NavMesh areas are passable. Changing areaMask will make the path stale (see isPathStale). Should the agent brake automatically to avoid overshooting the destination point? Should the agent attempt to acquire a new path if the existing path becomes invalid? Should the agent move across OffMeshLinks automatically? The avoidance priority level. The relative vertical displacement of the owning GameObject. The current OffMeshLinkData. The desired velocity of the agent including any potential contribution from avoidance. (Read Only) Gets or attempts to set the destination of the agent in world-space units. Does the agent currently have a path? (Read Only) The height of the agent for purposes of passing under obstacles, etc. Is the agent currently bound to the navmesh? (Read Only) Is the agent currently positioned on an OffMeshLink? (Read Only) Is the current path stale. (Read Only) This property holds the stop or resume condition of the NavMesh agent. Returns the owning object of the NavMesh the agent is currently placed on (Read Only). The next OffMeshLinkData on the current path. Gets or sets the simulation position of the navmesh agent. The level of quality of avoidance. Property to get and set the current path. Is a path in the process of being computed but not yet ready? (Read Only) The status of the current path (complete, partial or invalid). The avoidance radius for the agent. The distance between the agent's position and the destination on the current path. (Read Only) Maximum movement speed when following a path. Get the current steering target along the path. (Read Only) Stop within this distance from the target position. Gets or sets whether the transform position is synchronized with the simulated agent position. The default value is true. Should the agent update the transform orientation? Allows you to specify whether the agent should be aligned to the up-axis of the NavMesh or link that it is placed on. Access the current velocity of the NavMeshAgent component, or set a velocity to control the agent manually. Specifies which NavMesh layers are passable (bitfield). Changing walkableMask will make the path stale (see isPathStale). Enables or disables the current off-mesh link. Is the link activated? Calculate a path to a specified point and store the resulting path. The final position of the path requested. The resulting path. True if a path is found. Completes the movement on the current OffMeshLink. Locate the closest NavMesh edge. Holds the properties of the resulting location. True if a nearest edge is found. Gets the cost for path calculation when crossing area of a particular type. Area Index. Current cost for specified area index. Gets the cost for crossing ground of a particular type. Layer index. Current cost of specified layer. Apply relative movement to current position. The relative movement vector. Trace a straight path towards a target postion in the NavMesh without moving the agent. The desired end position of movement. Properties of the obstacle detected by the ray (if any). True if there is an obstacle between the agent and the target position, otherwise false. Clears the current path. Resumes the movement along the current path after a pause. Sample a position along the current path. A bitfield mask specifying which NavMesh areas can be passed when tracing the path. Terminate scanning the path at this distance. Holds the properties of the resulting location. True if terminated before reaching the position at maxDistance, false otherwise. Sets the cost for traversing over areas of the area type. Area cost. New cost for the specified area index. Sets or updates the destination thus triggering the calculation for a new path. The target point to navigate to. True if the destination was requested successfully, otherwise false. Sets the cost for traversing over geometry of the layer type. Layer index. New cost for the specified layer. Assign a new path to this agent. New path to follow. True if the path is succesfully assigned. Stop movement of this agent along its current path. Warps agent to the provided position. New position to warp the agent to. True if agent is successfully warped, otherwise false. Bitmask used for operating with debug data from the NavMesh build process. All debug data from the NavMesh build process is taken into consideration. The triangles of all the geometry that is used as a base for computing the new NavMesh. No debug data from the NavMesh build process is taken into consideration. Meshes of convex polygons constructed within the unified contours of adjacent regions. The triangulated meshes with height details that better approximate the source geometry. The contours that follow precisely the edges of each surface region. The segmentation of the traversable surfaces into smaller areas necessary for producing simple polygons. Contours bounding each of the surface regions, described through fewer vertices and straighter edges compared to RawContours. The voxels produced by rasterizing the source geometry into walkable and unwalkable areas. Specify which of the temporary data generated while building the NavMesh should be retained in memory after the process has completed. Specify which types of debug data to collect when building the NavMesh. Navigation mesh builder interface. Builds a NavMesh data object from the provided input sources. (UnityEngine) Settings for the bake process, see NavMeshBuildSettings. List of input geometry used for baking, they describe the surfaces to walk on or obstacles to avoid. Bounding box relative to position and rotation which describes the volume where the NavMesh should be built. Empty bounds is treated as no bounds, i.e. the NavMesh will cover all the inputs. Center of the NavMeshData. This specifies the origin for the NavMesh tiles (See Also: NavMeshBuildSettings.tileSize). Orientation of the NavMeshData, you can use this to generate NavMesh with an arbitrary up-vector – e.g. for walkable vertical surfaces. Returns a newly built NavMeshData, or null if the NavMeshData was empty or an error occurred. The newly built NavMeshData, or null if the NavMeshData was empty or an error occurred. Cancel Navmesh construction. (UnityEditor) See Also: NavMeshBuilder.BuildNavMeshAsync Cancels an asynchronous update of the specified NavMesh data. (UnityEngine) See Also: NavMeshBuilder.UpdateNavMeshDataAsync. The data associated with asynchronous updating. Collects renderers or physics colliders, and terrains within a volume. (UnityEngine) The queried objects must overlap these bounds to be included in the results. Specifies which layers are included in the query. Which type of geometry to collect - e.g. physics colliders. Area type to assign to results, unless modified by NavMeshMarkup. List of markups which allows finer control over how objects are collected. List where results are stored, the list is cleared at the beginning of the call. Collects renderers or physics colliders, and terrains within a transform hierarchy. (UnityEngine) If not null, consider only root and its children in the query; if null, includes everything loaded. Specifies which layers are included in the query. Which type of geometry to collect - e.g. physics colliders. Area type to assign to results, unless modified by NavMeshMarkup. List of markups which allows finer control over how objects are collected. List where results are stored, the list is cleared at the beginning of the call. Incrementally updates the NavMeshData based on the sources. (UnityEngine) The NavMeshData to update. The build settings which is used to update the NavMeshData. The build settings is also hashed along with the data, so changing settings will cause a full rebuild. List of input geometry used for baking, they describe the surfaces to walk on or obstacles to avoid. Bounding box relative to position and rotation which describes the volume where the NavMesh should be built. Empty bounds is treated as no-bounds, that is, the NavMesh will cover all the inputs. Returns true if the update was successful. Asynchronously and incrementally updates the NavMeshData based on the sources. (UnityEngine) The NavMeshData to update. The build settings which is used to update the NavMeshData. The build settings is also hashed along with the data, so changing settings will likely to cause full rebuild. List of input geometry used for baking, they describe the surfaces to walk on or obstacles to avoid. Bounding box relative to position and rotation which describes to volume where the NavMesh should be built. Empty bounds is treated as no-bounds, that is, the NavMesh will cover all the inputs. Can be used to check the progress of the update. The NavMesh build markup allows you to control how certain objects are treated during the NavMesh build process, specifically when collecting sources for building. The area type to use when override area is enabled. Use this to specify whether the GameObject and its children should be ignored. Use this to specify whether the area type of the GameObject and its children should be overridden by the area type specified in this struct. Use this to specify which GameObject (including the GameObject’s children) the markup should be applied to. The NavMeshBuildSettings struct allows you to specify a collection of settings which describe the dimensions and limitations of a particular agent type. The maximum vertical step size an agent can take. The height of the agent for baking in world units. The radius of the agent for baking in world units. The maximum slope angle which is walkable (angle in degrees). The agent type ID the NavMesh will be baked for. Options for collecting debug data during the build process. The approximate minimum area of individual NavMesh regions. Enables overriding the default tile size. See Also: tileSize. Enables overriding the default voxel size. See Also: voxelSize. Sets the tile size in voxel units. Sets the voxel size in world length units. Validates the properties of NavMeshBuildSettings. Describes the volume to build NavMesh for. The list of violated constraints. The input to the NavMesh builder is a list of NavMesh build sources. Describes the area type of the NavMesh surface for this object. Points to the owning component - if available, otherwise null. The type of the shape this source describes. See Also: NavMeshBuildSourceShape. Describes the dimensions of the shape. Describes the object referenced for Mesh and Terrain types of input sources. Describes the local to world transformation matrix of the build source. That is, position and orientation and scale of the shape. Used with NavMeshBuildSource to define the shape for building NavMesh. Describes a box primitive for use with NavMeshBuildSource. Describes a capsule primitive for use with NavMeshBuildSource. Describes a Mesh source for use with NavMeshBuildSource. Describes a ModifierBox source for use with NavMeshBuildSource. Describes a sphere primitive for use with NavMeshBuildSource. Describes a TerrainData source for use with NavMeshBuildSource. Used for specifying the type of geometry to collect. Used with NavMeshBuilder.CollectSources. Collect geometry from the 3D physics collision representation. Collect meshes form the rendered geometry. Contains and represents NavMesh data. Gets or sets the world space position of the NavMesh data. Gets or sets the orientation of the NavMesh data. Returns the bounding volume of the input geometry used to build this NavMesh (Read Only). Constructs a new object for representing a NavMesh for the default agent type. Constructs a new object representing a NavMesh for the specified agent type. The agent type ID to create a NavMesh for. The instance is returned when adding NavMesh data. Get or set the owning Object. True if the NavMesh data is added to the navigation system - otherwise false (Read Only). Removes this instance from the NavMesh system. Result information for NavMesh queries. Distance to the point of hit. Flag set when hit. Mask specifying NavMesh area at point of hit. Normal at the point of hit. Position of hit. Used for runtime manipulation of links connecting polygons of the NavMesh. Specifies which agent type this link is available for. Area type of the link. If true, the link can be traversed in both directions, otherwise only from start to end position. If positive, overrides the pathfinder cost to traverse the link. End position of the link. Start position of the link. If positive, the link will be rectangle aligned along the line from start to end. An instance representing a link available for pathfinding. Get or set the owning Object. True if the NavMesh link is added to the navigation system - otherwise false (Read Only). Removes this instance from the game. An obstacle for NavMeshAgents to avoid. Should this obstacle be carved when it is constantly moving? Should this obstacle make a cut-out in the navmesh. Threshold distance for updating a moving carved hole (when carving is enabled). Time to wait until obstacle is treated as stationary (when carving and carveOnlyStationary are enabled). The center of the obstacle, measured in the object's local space. Height of the obstacle's cylinder shape. Radius of the obstacle's capsule shape. The shape of the obstacle. The size of the obstacle, measured in the object's local space. Velocity at which the obstacle moves around the NavMesh. Shape of the obstacle. Box shaped obstacle. Capsule shaped obstacle. A path as calculated by the navigation system. Corner points of the path. (Read Only) Status of the path. (Read Only) Erase all corner points from path. NavMeshPath constructor. Calculate the corners for the path. Array to store path corners. The number of corners along the path - including start and end points. Status of path. The path terminates at the destination. The path is invalid. The path cannot reach the destination. Specifies which agent type and areas to consider when searching the NavMesh. The agent type ID, specifying which navigation meshes to consider for the query functions. A bitmask representing the traversable area types. Returns the area cost multiplier for the given area type for this filter. Index to retreive the cost for. The cost multiplier for the supplied area index. Sets the pathfinding cost multiplier for this filter for a given area type. The area index to set the cost for. The cost for the supplied area index. Contains data describing a triangulation of a navmesh. NavMesh area indices for the navmesh triangulation. Triangle indices for the navmesh triangulation. NavMeshLayer values for the navmesh triangulation. Vertices for the navmesh triangulation. Level of obstacle avoidance. Good avoidance. High performance impact. Enable highest precision. Highest performance impact. Enable simple avoidance. Low performance impact. Medium avoidance. Medium performance impact. Disable avoidance. Link allowing movement outside the planar navigation mesh. Is link active. NavMesh area index for this OffMeshLink component. Automatically update endpoints. Can link be traversed in both directions. Modify pathfinding cost for the link. The transform representing link end position. NavMeshLayer for this OffMeshLink component. Is link occupied. (Read Only) The transform representing link start position. Explicitly update the link endpoints. State of OffMeshLink. Is link active (Read Only). Link end world position (Read Only). Link type specifier (Read Only). The OffMeshLink if the link type is a manually placed Offmeshlink (Read Only). Link start world position (Read Only). Is link valid (Read Only). Link type specifier. Vertical drop. Horizontal jump. Manually specified type of link. Unity Analytics provides insight into your game users e.g. DAU, MAU. Controls whether the sending of device stats at runtime is enabled. Controls whether the Analytics service is enabled at runtime. Reports whether Unity is set to initialize Analytics on startup. Controls whether to limit user tracking at runtime. Reports whether the player has opted out of data collection. Custom Events (optional). Name of custom event. Name cannot include the prefix "unity." - This is a reserved keyword. Additional parameters sent to Unity Analytics at the time the custom event was triggered. Dictionary key cannot include the prefix "unity." - This is a reserved keyword. Custom Events (optional). Custom Events (optional). Attempts to flush immediately all queued analytics events to the network and filesystem cache if possible (optional). This API is used for registering a Runtime Analytics event. It is meant for internal use only and is likely to change in the future. User code should never use this API. Name of the event. Hourly limit for this event name. Maximum number of items in this event. Vendor key name. Optional event name prefix value. Event version number. This API is used for registering a Runtime Analytics event. It is meant for internal use only and is likely to change in the future. User code should never use this API. Name of the event. Hourly limit for this event name. Maximum number of items in this event. Vendor key name. Optional event name prefix value. Event version number. Resume Analytics initialization. This API is used to send a Runtime Analytics event. It is meant for internal use only and is likely to change in the future. User code should never use this API. Name of the event. Event version number. Optional event name prefix value. Additional event data. User Demographics (optional). Birth year of user. Must be 4-digit year format, only. User Demographics (optional). Gender of user can be "Female", "Male", or "Unknown". User Demographics (optional). User id. Tracking Monetization (optional). The id of the purchased item. The price of the item. Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations. Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts. Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature. Set to true when using UnityIAP. Tracking Monetization (optional). The id of the purchased item. The price of the item. Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations. Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts. Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature. Set to true when using UnityIAP. Tracking Monetization (optional). The id of the purchased item. The price of the item. Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations. Receipt data (iOS) receipt ID (android) for in-app purchases to verify purchases with Apple iTunes / Google Play. Use null in the absence of receipts. Android receipt signature. If using native Android use the INAPP_DATA_SIGNATURE string containing the signature of the purchase data that was signed with the private key of the developer. The data signature uses the RSASSA-PKCS1-v1_5 scheme. Pass in null in absence of a signature. Set to true when using UnityIAP. Analytics API result. Analytics API result: Analytics is disabled. Analytics API result: Invalid argument value. Analytics API result: Analytics not initialized. Analytics API result: Success. Analytics API result: Argument size limit. Analytics API result: Too many parameters. Analytics API result: Too many requests. Analytics API result: This platform doesn't support Analytics. Provides access to the Analytics session information for the current game instance. The number of sessions played since the app was installed. The time elapsed, in milliseconds, since the beginning of the current game session. Reports whether the current session is the first session since the player installed the game or application. A random, unique GUID identifying the current game or app session. The current state of the session. Dispatched when the Analytics session state changes. A random GUID uniquely identifying sessions played on the same instance of your game or app. Dispatched when the Analytics session state changes. Current session state. Current session id. Length of the current session in milliseconds. True, if the sessionId has changed; otherwise false. Session tracking states. Session tracking has paused. Session tracking has resumed. Session tracking has started. Session tracking has stopped. User Demographics: Gender of a user. User Demographics: Female Gender of a user. User Demographics: Male Gender of a user. User Demographics: Unknown Gender of a user. Unity Performace provides insight into your game performace. Controls whether the Performance Reporting service is enabled at runtime. Time taken to initialize graphics in microseconds, measured from application startup. Parent class for all joints that have anchor points. The joint's anchor point on the object that has the joint component. Should the connectedAnchor be calculated automatically? The joint's anchor point on the second object (ie, the one which doesn't have the joint component). Structure describing a permission that requires user authorization. Used when requesting permission or checking if permission has been granted to use the camera. Used when requesting permission or checking if permission has been granted to use the users location with coarse granularity. Used when requesting permission or checking if permission has been granted to read from external storage such as a SD card. Used when requesting permission or checking if permission has been granted to write to external storage such as a SD card. Used when requesting permission or checking if permission has been granted to use the users location with high precision. Check if the user has granted access to a device resource or information that requires authorization. A string representing the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as "android.permission.READ_CONTACTS". Whether the requested permission has been granted. Used when requesting permission or checking if permission has been granted to use the microphone. Request that the user grant access to a device resource or information that requires authorization. A string that describes the permission to request. For permissions which Unity has not predefined you may also manually provide the constant value obtained from the Android documentation here: https:developer.android.comguidetopicspermissionsoverview#permission-groups such as "android.permission.READ_CONTACTS". ActivityIndicator Style (Android Specific). Do not show ActivityIndicator. Large Inversed (android.R.attr.progressBarStyleLargeInverse). Small Inversed (android.R.attr.progressBarStyleSmallInverse). Large (android.R.attr.progressBarStyleLarge). Small (android.R.attr.progressBarStyleSmall). AndroidInput provides support for off-screen touch input, such as a touchpad. Property indicating whether the system provides secondary touch input. Property indicating the height of the secondary touchpad. Property indicating the width of the secondary touchpad. Number of secondary touches. Guaranteed not to change throughout the frame. (Read Only). Returns object representing status of a specific touch on a secondary touchpad (Does not allocate temporary variables). AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class. Construct an AndroidJavaClass from the class name. Specifies the Java class name (e.g. <tt>java.lang.String</tt>). AndroidJavaObject is the Unity representation of a generic instance of java.lang.Object. Calls a Java method on an object (non-static). Specifies which method to call. An array of parameters passed to the method. Call a Java method on an object. Specifies which method to call. An array of parameters passed to the method. Call a static Java method on a class. Specifies which method to call. An array of parameters passed to the method. Call a static Java method on a class. Specifies which method to call. An array of parameters passed to the method. Construct an AndroidJavaObject based on the name of the class. Specifies the Java class name (e.g. "<tt>java.lang.String<tt>" or "<tt>javalangString<tt>"). An array of parameters passed to the constructor. IDisposable callback. Get the value of a field in an object (non-static). The name of the field (e.g. int counter; would have fieldName = "counter"). Retrieves the raw <tt>jclass</tt> pointer to the Java class. Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. Retrieves the raw <tt>jobject</tt> pointer to the Java object. Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. Get the value of a static field in an object type. The name of the field (e.g. <i>int counter;</i> would have fieldName = "counter"). Set the value of a field in an object (non-static). The name of the field (e.g. int counter; would have fieldName = "counter"). The value to assign to the field. It has to match the field type. Set the value of a static field in an object type. The name of the field (e.g. int counter; would have fieldName = "counter"). The value to assign to the field. It has to match the field type. This class can be used to implement any java interface. Any java vm method invocation matching the interface on the proxy object will automatically be passed to the c# implementation. The equivalent of the java.lang.Object equals() method. Returns true when the objects are equal and false if otherwise. The equivalent of the java.lang.Object hashCode() method. Returns the hash code of the java proxy object. Java interface implemented by the proxy. The equivalent of the java.lang.Object toString() method. Returns C# class name + " <c# proxy java object>". Java interface to be implemented by the proxy. Java interface to be implemented by the proxy. Called by the java vm whenever a method is invoked on the java proxy interface. You can override this to run special code on method invokation, or you can leave the implementation as is, and leave the default behavior which is to look for c# methods matching the signature of the java method. Name of the invoked java method. Arguments passed from the java vm - converted into AndroidJavaObject, AndroidJavaClass or a primitive. Arguments passed from the java vm - all objects are represented by AndroidJavaObject, int for instance is represented by a java.lang.Integer object. Called by the java vm whenever a method is invoked on the java proxy interface. You can override this to run special code on method invokation, or you can leave the implementation as is, and leave the default behavior which is to look for c# methods matching the signature of the java method. Name of the invoked java method. Arguments passed from the java vm - converted into AndroidJavaObject, AndroidJavaClass or a primitive. Arguments passed from the java vm - all objects are represented by AndroidJavaObject, int for instance is represented by a java.lang.Integer object. AndroidJavaRunnable is the Unity representation of a java.lang.Runnable object. 'Raw' JNI interface to Android Dalvik (Java) VM from Mono (CS/JS). Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. Allocates a new Java object without invoking any of the constructors for the object. Attaches the current thread to a Java (Dalvik) VM. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Invokes a static method on a Java object, according to the specified <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Calls an instance (nonstatic) Java method defined by <tt>methodID<tt>, optionally passing an array of arguments (<tt>args<tt>) to the method. Deletes the global reference pointed to by <tt>obj</tt>. Deletes the local reference pointed to by <tt>obj</tt>. Detaches the current thread from a Java (Dalvik) VM. Ensures that at least a given number of local references can be created in the current thread. Clears any exception that is currently being thrown. Prints an exception and a backtrace of the stack to the <tt>logcat</tt> Determines if an exception is being thrown. Raises a fatal error and does not expect the VM to recover. This function does not return. This function loads a locally-defined class. Convert a Java array of <tt>boolean</tt> to a managed array of System.Boolean. Convert a Java array of <tt>byte</tt> to a managed array of System.Byte. Convert a Java array of <tt>char</tt> to a managed array of System.Char. Convert a Java array of <tt>double</tt> to a managed array of System.Double. Convert a Java array of <tt>float</tt> to a managed array of System.Single. Convert a Java array of <tt>int</tt> to a managed array of System.Int32. Convert a Java array of <tt>long</tt> to a managed array of System.Int64. Convert a Java array of <tt>java.lang.Object</tt> to a managed array of System.IntPtr, representing Java objects. Converts a <tt>java.lang.reflect.Field</tt> to a field ID. Converts a <tt>java.lang.reflect.Method<tt> or <tt>java.lang.reflect.Constructor<tt> object to a method ID. Convert a Java array of <tt>short</tt> to a managed array of System.Int16. Returns the number of elements in the array. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. Returns the field ID for an instance (nonstatic) field of a class. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. Returns the method ID for an instance (nonstatic) method of a class or interface. Returns an element of an <tt>Object</tt> array. Returns the class of an object. This function returns the value of an instance (nonstatic) field of an object. Returns the value of one element of a primitive array. This function returns the value of an instance (nonstatic) field of an object. This function returns the value of a static field of an object. This function returns the value of a static field of an object. This function returns the value of a static field of an object. This function returns the value of a static field of an object. Returns the field ID for a static field of a class. This function returns the value of a static field of an object. This function returns the value of a static field of an object. This function returns the value of a static field of an object. Returns the method ID for a static method of a class. This function returns the value of a static field of an object. This function returns the value of a static field of an object. This function returns the value of a static field of an object. This function returns the value of an instance (nonstatic) field of an object. Returns a managed string object representing the string in modified UTF-8 encoding. Returns the length in bytes of the modified UTF-8 representation of a string. If <tt>clazz<tt> represents any class other than the class <tt>Object<tt>, then this function returns the object that represents the superclass of the class specified by <tt>clazz</tt>. Returns the version of the native method interface. Determines whether an object of <tt>clazz1<tt> can be safely cast to <tt>clazz2<tt>. Tests whether an object is an instance of a class. Tests whether two references refer to the same Java object. Construct a new primitive array object. Construct a new primitive array object. Construct a new primitive array object. Construct a new primitive array object. Construct a new primitive array object. Creates a new global reference to the object referred to by the <tt>obj</tt> argument. Construct a new primitive array object. Creates a new local reference that refers to the same object as <tt>obj</tt>. Construct a new primitive array object. Constructs a new Java object. The method ID indicates which constructor method to invoke. This ID must be obtained by calling GetMethodID() with <init> as the method name and void (V) as the return type. Constructs a new array holding objects in class <tt>clazz<tt>. All elements are initially set to <tt>obj<tt>. Construct a new primitive array object. Constructs a new <tt>java.lang.String</tt> object from an array of characters in modified UTF-8 encoding. Pops off the current local reference frame, frees all the local references, and returns a local reference in the previous local reference frame for the given <tt>result</tt> object. Creates a new local reference frame, in which at least a given number of local references can be created. Sets the value of one element in a primitive array. The array of native booleans. Index of the array element to set. The value to set - for 'true' use 1, for 'false' use 0. This function sets the value of an instance (nonstatic) field of an object. Sets the value of one element in a primitive array. This function sets the value of an instance (nonstatic) field of an object. Sets the value of one element in a primitive array. This function sets the value of an instance (nonstatic) field of an object. Sets the value of one element in a primitive array. This function sets the value of an instance (nonstatic) field of an object. Sets the value of one element in a primitive array. This function sets the value of an instance (nonstatic) field of an object. Sets the value of one element in a primitive array. This function sets the value of an instance (nonstatic) field of an object. Sets the value of one element in a primitive array. This function sets the value of an instance (nonstatic) field of an object. Sets an element of an <tt>Object</tt> array. This function sets the value of an instance (nonstatic) field of an object. Sets the value of one element in a primitive array. This function sets the value of an instance (nonstatic) field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function ets the value of a static field of an object. This function sets the value of an instance (nonstatic) field of an object. Causes a <tt>java.lang.Throwable</tt> object to be thrown. Constructs an exception object from the specified class with the <tt>message</tt> specified by message and causes that exception to be thrown. Convert a managed array of System.Boolean to a Java array of <tt>boolean</tt>. Convert a managed array of System.Byte to a Java array of <tt>byte</tt>. Convert a managed array of System.Char to a Java array of <tt>char</tt>. Convert a managed array of System.Double to a Java array of <tt>double</tt>. Convert a managed array of System.Single to a Java array of <tt>float</tt>. Convert a managed array of System.Int32 to a Java array of <tt>int</tt>. Convert a managed array of System.Int64 to a Java array of <tt>long</tt>. Convert a managed array of System.IntPtr, representing Java objects, to a Java array of <tt>java.lang.Object</tt>. Converts a field ID derived from cls to a <tt>java.lang.reflect.Field</tt> object. Converts a method ID derived from clazz to a <tt>java.lang.reflect.Method<tt> or <tt>java.lang.reflect.Constructor<tt> object. Convert a managed array of System.Int16 to a Java array of <tt>short</tt>. Helper interface for JNI interaction; signature creation and method lookups. Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. Set debug to true to log calls through the AndroidJNIHelper. Creates a managed array from a Java array. Java array object to be converted into a managed array. Creates a Java array from a managed array. Managed array to be converted into a Java array object. Creates a java proxy object which connects to the supplied proxy implementation. An implementatinon of a java interface in c#. Creates a UnityJavaRunnable object (implements java.lang.Runnable). A delegate representing the java.lang.Runnable. Creates the parameter array to be used as argument list when invoking Java code through CallMethod() in AndroidJNI. An array of objects that should be converted to Call parameters. Deletes any local jni references previously allocated by CreateJNIArgArray(). The array of arguments used as a parameter to CreateJNIArgArray(). The array returned by CreateJNIArgArray(). Scans a particular Java class for a constructor method matching a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Constructor method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Scans a particular Java class for a constructor method matching a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Constructor method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Get a JNI method ID for a constructor based on calling arguments. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Array with parameters to be passed to the constructor when invoked. Scans a particular Java class for a field matching a name and a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the field as declared in Java. Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Set to <tt>true<tt> for static fields; <tt>false<tt> for instance (nonstatic) fields. Scans a particular Java class for a field matching a name and a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the field as declared in Java. Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Set to <tt>true<tt> for static fields; <tt>false<tt> for instance (nonstatic) fields. Scans a particular Java class for a field matching a name and a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the field as declared in Java. Field signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Set to <tt>true<tt> for static fields; <tt>false<tt> for instance (nonstatic) fields. Get a JNI field ID based on type detection. Generic parameter represents the field type. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the field as declared in Java. Set to <tt>true<tt> for static fields; <tt>false<tt> for instance (nonstatic) fields. Scans a particular Java class for a method matching a name and a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the method as declared in Java. Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Set to <tt>true<tt> for static methods; <tt>false<tt> for instance (nonstatic) methods. Scans a particular Java class for a method matching a name and a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the method as declared in Java. Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Set to <tt>true<tt> for static methods; <tt>false<tt> for instance (nonstatic) methods. Scans a particular Java class for a method matching a name and a signature. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the method as declared in Java. Method signature (e.g. obtained by calling AndroidJNIHelper.GetSignature). Set to <tt>true<tt> for static methods; <tt>false<tt> for instance (nonstatic) methods. Get a JNI method ID based on calling arguments. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the method as declared in Java. Array with parameters to be passed to the method when invoked. Set to <tt>true<tt> for static methods; <tt>false<tt> for instance (nonstatic) methods. Get a JNI method ID based on calling arguments. Raw JNI Java class object (obtained by calling AndroidJNI.FindClass). Name of the method as declared in Java. Array with parameters to be passed to the method when invoked. Set to <tt>true<tt> for static methods; <tt>false<tt> for instance (nonstatic) methods. Creates the JNI signature string for particular object type. Object for which a signature is to be produced. Creates the JNI signature string for an object parameter list. Array of object for which a signature is to be produced. Creates the JNI signature string for an object parameter list. Array of object for which a signature is to be produced. The animation component is used to play back animations. When turned on, Unity might stop animating if it thinks that the results of the animation won't be visible to the user. When turned on, animations will be executed in the physics loop. This is only useful in conjunction with kinematic rigidbodies. The default animation. Controls culling of this Animation component. Is an animation currently being played? AABB of this Animation animation component in local space. Should the default animation clip (the Animation.clip property) automatically start playing on startup? How should time beyond the playback range of the clip be treated? Adds a clip to the animation with name newName. Adds clip to the only play between firstFrame and lastFrame. The new clip will also be added to the animation with name newName. Should an extra frame be inserted at the end that matches the first frame? Turn this on if you are making a looping animation. Adds clip to the only play between firstFrame and lastFrame. The new clip will also be added to the animation with name newName. Should an extra frame be inserted at the end that matches the first frame? Turn this on if you are making a looping animation. Blends the animation named animation towards targetWeight over the next time seconds. Blends the animation named animation towards targetWeight over the next time seconds. Blends the animation named animation towards targetWeight over the next time seconds. Fades the animation with name animation in over a period of time seconds and fades other animations out. Fades the animation with name animation in over a period of time seconds and fades other animations out. Fades the animation with name animation in over a period of time seconds and fades other animations out. Cross fades an animation after previous animations has finished playing. Cross fades an animation after previous animations has finished playing. Cross fades an animation after previous animations has finished playing. Cross fades an animation after previous animations has finished playing. Get the number of clips currently assigned to this animation. Is the animation named name playing? Plays an animation without blending. Plays an animation without blending. Plays an animation without blending. Plays an animation without blending. Plays an animation after previous animations has finished playing. Plays an animation after previous animations has finished playing. Plays an animation after previous animations has finished playing. Remove clip from the animation list. Remove clip from the animation list. Rewinds the animation named name. Rewinds all animations. Samples animations at the current state. Stops all playing animations that were started with this Animation. Stops an animation named name. Returns the animation state named name. Used by Animation.Play function. Animations will be added. Animations will be blended. Stores keyframe based animations. Returns true if the animation clip has no curves and no events. Animation Events for this animation clip. Frame rate at which keyframes are sampled. (Read Only) Returns true if the Animation has animation on the root transform. Returns true if the AnimationClip has root motion curves. Returns true if the AnimationClip has editor curves for its root motion. Returns true if the AnimationClip has root Curves. Returns true if the animation contains curve that drives a humanoid rig. Set to true if the AnimationClip will be used with the Legacy Animation component ( instead of the Animator ). Animation length in seconds. (Read Only) AABB of this Animation Clip in local space of Animation component that it is attached too. Sets the default wrap mode used in the animation state. Adds an animation event to the clip. AnimationEvent to add. Clears all curves from the clip. Creates a new animation clip. Realigns quaternion keys to ensure shortest interpolation paths. Samples an animation at a given time for any animated properties. The animated game object. The time to sample an animation. Assigns the curve to animate a specific property. Path to the game object this curve applies to. The relativePath is formatted similar to a pathname, e.g. "rootspineleftArm". If relativePath is empty it refers to the game object the animation clip is attached to. The class type of the component that is animated. The name or path to the property being animated. The animation curve. This class defines a pair of clips used by AnimatorOverrideController. The original clip from the controller. The override animation clip. This enum controlls culling of Animation component. Animation culling is disabled - object is animated even when offscreen. Animation is disabled when renderers are not visible. Store a collection of Keyframes that can be evaluated over time. All keys defined in the animation curve. The number of keys in the curve. (Read Only) The behaviour of the animation after the last keyframe. The behaviour of the animation before the first keyframe. Add a new key to the curve. The time at which to add the key (horizontal axis in the curve graph). The value for the key (vertical axis in the curve graph). The index of the added key, or -1 if the key could not be added. Add a new key to the curve. The key to add to the curve. The index of the added key, or -1 if the key could not be added. Creates a constant "curve" starting at timeStart, ending at timeEnd and with the value value. The start time for the constant curve. The start time for the constant curve. The value for the constant curve. The constant curve created from the specified values. Creates an animation curve from an arbitrary number of keyframes. An array of Keyframes used to define the curve. Creates an empty animation curve. Creates an ease-in and out curve starting at timeStart, valueStart and ending at timeEnd, valueEnd. The start time for the ease curve. The start value for the ease curve. The end time for the ease curve. The end value for the ease curve. The ease-in and out curve generated from the specified values. Evaluate the curve at time. The time within the curve you want to evaluate (the horizontal axis in the curve graph). The value of the curve, at the point in time specified. A straight Line starting at timeStart, valueStart and ending at timeEnd, valueEnd. The start time for the linear curve. The start value for the linear curve. The end time for the linear curve. The end value for the linear curve. The linear curve created from the specified values. Removes the keyframe at index and inserts key. The index of the key to move. The key (with its new time) to insert. The index of the keyframe after moving it. Removes a key. The index of the key to remove. Smooth the in and out tangents of the keyframe at index. The index of the keyframe to be smoothed. The smoothing weight to apply to the keyframe's tangents. Retrieves the key at index. (Read Only) AnimationEvent lets you call a script function similar to SendMessage as part of playing back an animation. The animation state that fired this event (Read Only). The animator clip info related to this event (Read Only). The animator state info related to this event (Read Only). Float parameter that is stored in the event and will be sent to the function. The name of the function that will be called. Int parameter that is stored in the event and will be sent to the function. Returns true if this Animation event has been fired by an Animator component. Returns true if this Animation event has been fired by an Animation component. Function call options. Object reference parameter that is stored in the event and will be sent to the function. String parameter that is stored in the event and will be sent to the function. The time at which the event will be fired off. Creates a new animation event. Information about what animation clips is played and its weight. Animation clip that is played. The weight of the animation clip. Constrains the orientation of an object relative to the position of one or more source objects, such that the object is facing the average position of the sources. The axis towards which the constrained object orients. Activates or deactivates the constraint. Locks the offset and rotation at rest. The rotation used when the sources have a total weight of 0. The axes affected by the AimConstraint. Represents an offset from the constrained orientation. The number of sources set on the component (read-only). The up vector. The weight of the constraint component. The world up object, used to calculate the world up vector when the world up Type is AimConstraint.WorldUpType.ObjectUp or AimConstraint.WorldUpType.ObjectRotationUp. The type of the world up vector. The world up Vector used when the world up type is AimConstraint.WorldUpType.Vector or AimConstraint.WorldUpType.ObjectRotationUp. Adds a constraint source. The source object and its weight. Returns the index of the added source. Gets a constraint source by index. The index of the source. The source object and its weight. Gets the list of sources. The list of sources to be filled by the component. Removes a source from the component. The index of the source to remove. Sets a source at a specified index. The index of the source to set. The source object and its weight. Sets the list of sources on the component. The list of sources to set. Specifies how the world up vector used by the aim constraint is defined. Neither defines nor uses a world up vector. Uses and defines the world up vector as relative to the local space of the object. Uses and defines the world up vector as a vector from the constrained object, in the direction of the up object. Uses and defines the world up vector as the Unity Scene up vector (the Y axis). Uses and defines the world up vector as a vector specified by the user. A Playable that controls an AnimationClip. Creates an AnimationClipPlayable in the PlayableGraph. The PlayableGraph object that will own the AnimationClipPlayable. The AnimationClip that will be added in the PlayableGraph. A AnimationClipPlayable linked to the PlayableGraph. Returns the AnimationClip stored in the AnimationClipPlayable. Returns the state of the ApplyFootIK flag. Returns the state of the ApplyPlayableIK flag. Sets the value of the ApplyFootIK flag. The new value of the ApplyFootIK flag. Requests OnAnimatorIK to be called on the animated GameObject. An implementation of IPlayable that controls an animation layer mixer. Creates an AnimationLayerMixerPlayable in the PlayableGraph. The PlayableGraph that will contain the new AnimationLayerMixerPlayable. The number of layers. A new AnimationLayerMixerPlayable linked to the PlayableGraph. Returns true if the layer is additive, false otherwise. The layer index. True if the layer is additive, false otherwise. Returns an invalid AnimationLayerMixerPlayable. Specifies whether a layer is additive or not. Additive layers blend with previous layers. The layer index. Whether the layer is additive or not. Set to true for an additive blend, or false for a regular blend. Sets the mask for the current layer. The layer index. The AvatarMask used to create the new LayerMask. An implementation of IPlayable that controls an animation mixer. Creates an AnimationMixerPlayable in the PlayableGraph. The PlayableGraph that will contain the new AnimationMixerPlayable. The number of inputs that the mixer will update. True to force a weight normalization of the inputs. A new AnimationMixerPlayable linked to the PlayableGraph. Returns an invalid AnimationMixerPlayable. A PlayableBinding that contains information representing an AnimationPlayableOutput. Creates a PlayableBinding that contains information representing an AnimationPlayableOutput. The name of the AnimationPlayableOutput. A reference to a UnityEngine.Object that acts as a key for this binding. Returns a PlayableBinding that contains information that is used to create an AnimationPlayableOutput. A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the Scene. Creates an AnimationPlayableOutput in the PlayableGraph. The PlayableGraph that will contain the AnimationPlayableOutput. The name of the output. The Animator that will process the PlayableGraph. A new AnimationPlayableOutput attached to the PlayableGraph. Returns the Animator that plays the animation graph. The targeted Animator. Sets the Animator that plays the animation graph. The targeted Animator. An implementation of IPlayable that controls an animation RuntimeAnimatorController. Creates an AnimatorControllerPlayable in the PlayableGraph. The PlayableGraph object that will own the AnimatorControllerPlayable. The RuntimeAnimatorController that will be added in the graph. A AnimatorControllerPlayable. Returns an invalid AnimatorControllerPlayable. Represents the axes used in 3D space. Represents the case when no axis is specified. Represents the X axis. Represents the Y axis. Represents the Z axis. Represents a source for the constraint. The transform component of the source object. The weight of the source in the evaluation of the constraint. The common interface for constraint components. Activate or deactivate the constraint. Lock or unlock the offset and position at rest. Gets the number of sources currently set on the component. The weight of the constraint component. Add a constraint source. The source object and its weight. Returns the index of the added source. Gets a constraint source by index. The index of the source. The source object and its weight. Gets the list of sources. The list of sources to be filled by the component. Removes a source from the component. The index of the source to remove. Sets a source at a specified index. The index of the source to set. The source object and its weight. Sets the list of sources on the component. The list of sources to set. Constrains the orientation of an object relative to the position of one or more source objects, such that the object is facing the average position of the sources. The LookAtConstraint is a simplified Animations.AimConstraint typically used with a Camera. Activates or deactivates the constraint. Locks the offset and rotation at rest. The rotation angle along the z axis of the object. The constraint uses this property to calculate the world up vector when Animations.LookAtConstraint.UseUpObject is false. The rotation used when the sources have a total weight of 0. Represents an offset from the constrained orientation. The number of sources set on the component (Read Only). Determines how the up vector is calculated. The weight of the constraint component. The world up object, used to calculate the world up vector when Animations.LookAtConstraint.UseUpObject is true. Adds a constraint source. The source object and its weight. Returns the index of the added source. Gets a constraint source by index. The index of the source. Returns the source object and its weight. Gets the list of sources. The list of sources to be filled by the component. Removes a source from the component. The index of the source to remove. Sets a source at a specified index. The index of the source to set. The source object and its weight. Sets the list of sources on the component. The list of sources to set. Constrains the orientation and translation of an object to one or more source objects. The constrained object behaves as if it is in the hierarchy of the sources. Activates or deactivates the constraint. Locks the offsets and position (translation and rotation) at rest. The rotation used when the sources have a total weight of 0. The rotation axes affected by the ParentConstraint. The rotation offsets from the constrained orientation. The number of sources set on the component (read-only). The position of the object in local space, used when the sources have a total weight of 0. The translation axes affected by the ParentConstraint. The translation offsets from the constrained orientation. The weight of the constraint component. Adds a constraint source. The source object and its weight. Returns the index of the added source. Gets the rotation offset associated with a source by index. The index of the constraint source. The rotation offset, as Euler angles. Gets a constraint source by index. The index of the source. The source object and its weight. Gets the list of sources. The list of sources filled by the component. Gets the rotation offset associated with a source by index. The index of the constraint source. The translation offset. Removes a source from the component. The index of the source to remove. Sets the rotation offset associated with a source by index. The index of the constraint source. The new rotation offset. Sets a source at a specified index. The index of the source to set. The source object and its weight. Sets the list of sources on the component. The list of sources to set. Sets the translation offset associated with a source by index. The index of the constraint source. The new translation offset. Constrains the position of an object relative to the position of one or more source objects. Activates or deactivates the constraint. Locks the offset and position at rest. The number of sources set on the component (read-only). The translation used when the sources have a total weight of 0. The axes affected by the PositionConstraint. The offset from the constrained position. The weight of the constraint component. Adds a constraint source. The source object and its weight. Returns the index of the added source. Gets a constraint source by index. The index of the source. The source object and its weight. Gets the list of sources. The list of sources to be filled by the component. Removes a source from the component. The index of the source to remove. Sets a source at a specified index. The index of the source to set. The source object and its weight. Sets the list of sources on the component. The list of sources to set. Constrains the rotation of an object relative to the rotation of one or more source objects. Activates or deactivates the constraint. Locks the offset and rotation at rest. The rotation used when the sources have a total weight of 0. The axes affected by the RotationConstraint. The offset from the constrained rotation. The number of sources set on the component (read-only). The weight of the constraint component. Adds a constraint source. The source object and its weight. Returns the index of the added source. Gets a constraint source by index. The index of the source. The source object and its weight. Gets the list of sources. The list of sources to be filled by the component. Removes a source from the component. The index of the source to remove. Sets a source at a specified index. The index of the source to set. The source object and its weight. Sets the list of sources on the component. The list of sources to set. Constrains the scale of an object relative to the scale of one or more source objects. Activates or deactivates the constraint. Locks the offset and scale at rest. The scale used when the sources have a total weight of 0. The offset from the constrained scale. The axes affected by the ScaleConstraint. The number of sources set on the component (read-only). The weight of the constraint component. Adds a constraint source. The source object and its weight. Returns the index of the added source. Gets a constraint source by index. The index of the source. The source object and its weight. Gets the list of sources. The list of sources to be filled by the component. Removes a source from the component. The index of the source to remove. Sets a source at a specified index. The index of the source to set. The source object and its weight. Sets the list of sources on the component. The list of sources to set. The AnimationState gives full control over animation blending. Which blend mode should be used? The clip that is being played by this animation state. Enables / disables the animation. The length of the animation clip in seconds. The name of the animation. The normalized playback speed. The normalized time of the animation. The playback speed of the animation. 1 is normal playback speed. The current time of the animation. The weight of animation. Wrapping mode of the animation. Adds a transform which should be animated. This allows you to reduce the number of animations you have to create. The transform to animate. Whether to also animate all children of the specified transform. Adds a transform which should be animated. This allows you to reduce the number of animations you have to create. The transform to animate. Whether to also animate all children of the specified transform. Removes a transform which should be animated. Interface to control the Mecanim animation system. Gets the avatar angular velocity for the last evaluated frame. When turned on, animations will be executed in the physics loop. This is only useful in conjunction with kinematic rigidbodies. Should root motion be applied? Gets/Sets the current Avatar. The position of the body center of mass. The rotation of the body center of mass. Controls culling of this Animator component. Gets the avatar delta position for the last evaluated frame. Gets the avatar delta rotation for the last evaluated frame. Blends pivot point between body center of mass and feet pivot. Sets whether the Animator sends events of type AnimationEvent. The current gravity weight based on current animations that are played. Returns true if Animator has any playables assigned to it. Returns true if the current rig has root motion. Returns true if the object has a transform hierarchy. Returns the scale of the current Avatar for a humanoid rig, (1 by default if the rig is generic). Returns true if the current rig is humanoid, false if it is generic. Returns whether the animator is initialized successfully. If automatic matching is active. Returns true if the current rig is optimizable with AnimatorUtility.OptimizeTransformHierarchy. Controls the behaviour of the Animator component when a GameObject is disabled. Returns the number of layers in the controller. Additional layers affects the center of mass. Get left foot bottom height. When linearVelocityBlending is set to true, the root motion velocity and angular velocity will be blended linearly. Returns the number of parameters in the controller. The AnimatorControllerParameter list used by the animator. (Read Only) Get the current position of the pivot. Gets the pivot weight. The PlayableGraph created by the Animator. Sets the playback position in the recording buffer. Gets the mode of the Animator recorder. Start time of the first frame of the buffer relative to the frame at which StartRecording was called. End time of the recorded clip relative to when StartRecording was called. Get right foot bottom height. The root position, the position of the game object. The root rotation, the rotation of the game object. The runtime representation of AnimatorController that controls the Animator. The playback speed of the Animator. 1 is normal playback speed. Automatic stabilization of feet during transition and blending. Returns the position of the target specified by SetTarget. Returns the rotation of the target specified by SetTarget. Specifies the update mode of the Animator. Gets the avatar velocity for the last evaluated frame. Apply the default Root Motion. Creates a crossfade from the current state to any other state using normalized times. The name of the state. The hash name of the state. The duration of the transition (normalized). The layer where the crossfade occurs. The time of the state (normalized). The time of the transition (normalized). Creates a crossfade from the current state to any other state using normalized times. The name of the state. The hash name of the state. The duration of the transition (normalized). The layer where the crossfade occurs. The time of the state (normalized). The time of the transition (normalized). Creates a crossfade from the current state to any other state using times in seconds. The name of the state. The hash name of the state. The duration of the transition (in seconds). The layer where the crossfade occurs. The time of the state (in seconds). The time of the transition (normalized). Creates a crossfade from the current state to any other state using times in seconds. The name of the state. The hash name of the state. The duration of the transition (in seconds). The layer where the crossfade occurs. The time of the state (in seconds). The time of the transition (normalized). Returns an AnimatorTransitionInfo with the informations on the current transition. The layer's index. An AnimatorTransitionInfo with the informations on the current transition. Returns the first StateMachineBehaviour that matches type T or is derived from T. Returns null if none are found. Returns all StateMachineBehaviour that match type T or are derived from T. Returns null if none are found. Returns Transform mapped to this human bone id. The human bone that is queried, see enum HumanBodyBones for a list of possible values. Returns the value of the given boolean parameter. The parameter name. The parameter ID. The value of the parameter. Returns the value of the given boolean parameter. The parameter name. The parameter ID. The value of the parameter. Gets the list of AnimatorClipInfo currently played by the current state. The layer's index. Returns an array of all the AnimatorClipInfo in the current state of the given layer. The layer index. An array of all the AnimatorClipInfo in the current state. Fills clips with the list of all the AnimatorClipInfo in the current state of the given layer. The layer index. The list of AnimatorClipInfo to fill. Returns the number of AnimatorClipInfo in the current state. The layer index. The number of AnimatorClipInfo in the current state. Returns an AnimatorStateInfo with the information on the current state. The layer index. An AnimatorStateInfo with the information on the current state. Returns the value of the given float parameter. The parameter name. The parameter ID. The value of the parameter. Returns the value of the given float parameter. The parameter name. The parameter ID. The value of the parameter. Gets the position of an IK hint. The AvatarIKHint that is queried. Return the current position of this IK hint in world space. Gets the translative weight of an IK Hint (0 = at the original animation before IK, 1 = at the hint). The AvatarIKHint that is queried. Return translative weight. Gets the position of an IK goal. The AvatarIKGoal that is queried. Return the current position of this IK goal in world space. Gets the translative weight of an IK goal (0 = at the original animation before IK, 1 = at the goal). The AvatarIKGoal that is queried. Gets the rotation of an IK goal. The AvatarIKGoal that is is queried. Gets the rotational weight of an IK goal (0 = rotation before IK, 1 = rotation at the IK goal). The AvatarIKGoal that is queried. Returns the value of the given integer parameter. The parameter name. The parameter ID. The value of the parameter. Returns the value of the given integer parameter. The parameter name. The parameter ID. The value of the parameter. Returns the index of the layer with the given name. The layer name. The layer index. Returns the layer name. The layer index. The layer name. Returns the weight of the layer at the specified index. The layer index. The layer weight. Gets the list of AnimatorClipInfo currently played by the next state. The layer's index. Returns an array of all the AnimatorClipInfo in the next state of the given layer. The layer index. An array of all the AnimatorClipInfo in the next state. Fills clips with the list of all the AnimatorClipInfo in the next state of the given layer. The layer index. The list of AnimatorClipInfo to fill. Returns the number of AnimatorClipInfo in the next state. The layer index. The number of AnimatorClipInfo in the next state. Returns an AnimatorStateInfo with the information on the next state. The layer index. An AnimatorStateInfo with the information on the next state. See AnimatorController.parameters. Gets the value of a quaternion parameter. The name of the parameter. Gets the value of a quaternion parameter. The id of the parameter. The id is generated using Animator::StringToHash. Gets the value of a vector parameter. The name of the parameter. Gets the value of a vector parameter. The id of the parameter. The id is generated using Animator::StringToHash. Returns true if the state exists in this layer, false otherwise. The layer index. The state ID. True if the state exists in this layer, false otherwise. Interrupts the automatic target matching. Interrupts the automatic target matching. Returns true if the transform is controlled by the Animator\. The transform that is queried. Returns true if there is a transition on the given layer, false otherwise. The layer index. True if there is a transition on the given layer, false otherwise. Returns true if the parameter is controlled by a curve, false otherwise. The parameter name. The parameter ID. True if the parameter is controlled by a curve, false otherwise. Returns true if the parameter is controlled by a curve, false otherwise. The parameter name. The parameter ID. True if the parameter is controlled by a curve, false otherwise. Automatically adjust the GameObject position and rotation. The position we want the body part to reach. The rotation in which we want the body part to be. The body part that is involved in the match. Structure that contains weights for matching position and rotation. Start time within the animation clip (0 - beginning of clip, 1 - end of clip). End time within the animation clip (0 - beginning of clip, 1 - end of clip), values greater than 1 can be set to trigger a match after a certain number of loops. Ex: 2.3 means at 30% of 2nd loop. Plays a state. The state name. The state hash name. If stateNameHash is 0, it changes the current state time. The layer index. If layer is -1, it plays the first state with the given state name or hash. The time offset between zero and one. Plays a state. The state name. The state hash name. If stateNameHash is 0, it changes the current state time. The layer index. If layer is -1, it plays the first state with the given state name or hash. The time offset between zero and one. Plays a state. The state name. The state hash name. If stateNameHash is 0, it changes the current state time. The layer index. If layer is -1, it plays the first state with the given state name or hash. The time offset (in seconds). Plays a state. The state name. The state hash name. If stateNameHash is 0, it changes the current state time. The layer index. If layer is -1, it plays the first state with the given state name or hash. The time offset (in seconds). Rebind all the animated properties and mesh data with the Animator. Resets the value of the given trigger parameter. The parameter name. The parameter ID. Resets the value of the given trigger parameter. The parameter name. The parameter ID. Sets local rotation of a human bone during a IK pass. The human bone Id. The local rotation. Sets the value of the given boolean parameter. The parameter name. The parameter ID. The new parameter value. Sets the value of the given boolean parameter. The parameter name. The parameter ID. The new parameter value. Send float values to the Animator to affect transitions. The parameter name. The parameter ID. The new parameter value. The damper total time. The delta time to give to the damper. Send float values to the Animator to affect transitions. The parameter name. The parameter ID. The new parameter value. The damper total time. The delta time to give to the damper. Send float values to the Animator to affect transitions. The parameter name. The parameter ID. The new parameter value. The damper total time. The delta time to give to the damper. Send float values to the Animator to affect transitions. The parameter name. The parameter ID. The new parameter value. The damper total time. The delta time to give to the damper. Sets the position of an IK hint. The AvatarIKHint that is set. The position in world space. Sets the translative weight of an IK hint (0 = at the original animation before IK, 1 = at the hint). The AvatarIKHint that is set. The translative weight. Sets the position of an IK goal. The AvatarIKGoal that is set. The position in world space. Sets the translative weight of an IK goal (0 = at the original animation before IK, 1 = at the goal). The AvatarIKGoal that is set. The translative weight. Sets the rotation of an IK goal. The AvatarIKGoal that is set. The rotation in world space. Sets the rotational weight of an IK goal (0 = rotation before IK, 1 = rotation at the IK goal). The AvatarIKGoal that is set. The rotational weight. Sets the value of the given integer parameter. The parameter name. The parameter ID. The new parameter value. Sets the value of the given integer parameter. The parameter name. The parameter ID. The new parameter value. Sets the weight of the layer at the given index. The layer index. The new layer weight. Sets the look at position. The position to lookAt. Set look at weights. (0-1) the global weight of the LookAt, multiplier for other parameters. (0-1) determines how much the body is involved in the LookAt. (0-1) determines how much the head is involved in the LookAt. (0-1) determines how much the eyes are involved in the LookAt. (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees). Set look at weights. (0-1) the global weight of the LookAt, multiplier for other parameters. (0-1) determines how much the body is involved in the LookAt. (0-1) determines how much the head is involved in the LookAt. (0-1) determines how much the eyes are involved in the LookAt. (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees). Set look at weights. (0-1) the global weight of the LookAt, multiplier for other parameters. (0-1) determines how much the body is involved in the LookAt. (0-1) determines how much the head is involved in the LookAt. (0-1) determines how much the eyes are involved in the LookAt. (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees). Set look at weights. (0-1) the global weight of the LookAt, multiplier for other parameters. (0-1) determines how much the body is involved in the LookAt. (0-1) determines how much the head is involved in the LookAt. (0-1) determines how much the eyes are involved in the LookAt. (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees). Set look at weights. (0-1) the global weight of the LookAt, multiplier for other parameters. (0-1) determines how much the body is involved in the LookAt. (0-1) determines how much the head is involved in the LookAt. (0-1) determines how much the eyes are involved in the LookAt. (0-1) 0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees). Sets the value of a quaternion parameter. The name of the parameter. The new value for the parameter. Sets the value of a quaternion parameter. Of the parameter. The id is generated using Animator::StringToHash. The new value for the parameter. Sets an AvatarTarget and a targetNormalizedTime for the current state. The avatar body part that is queried. The current state Time that is queried. Sets the value of the given trigger parameter. The parameter name. The parameter ID. Sets the value of the given trigger parameter. The parameter name. The parameter ID. Sets the value of a vector parameter. The name of the parameter. The new value for the parameter. Sets the value of a vector parameter. The id of the parameter. The id is generated using Animator::StringToHash. The new value for the parameter. Sets the animator in playback mode. Sets the animator in recording mode, and allocates a circular buffer of size frameCount. The number of frames (updates) that will be recorded. If frameCount is 0, the recording will continue until the user calls StopRecording. The maximum value for frameCount is 10000. Stops the animator playback mode. When playback stops, the avatar resumes getting control from game logic. Stops animator record mode. Generates an parameter id from a string. The string to convert to Id. Evaluates the animator based on deltaTime. The time delta. Forces a write of the default values stored in the animator. Information about clip being played and blended by the Animator. Returns the animation clip played by the Animator. Returns the blending weight used by the Animator to blend this clip. Used to communicate between scripting and the controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API. The default bool value for the parameter. The default float value for the parameter. The default int value for the parameter. The name of the parameter. Returns the hash of the parameter based on its name. The type of the parameter. The type of the parameter. Boolean type parameter. Float type parameter. Int type parameter. Trigger type parameter. Culling mode for the Animator. Always animate the entire character. Object is animated even when offscreen. Animation is completely disabled when renderers are not visible. Retarget, IK and write of Transforms are disabled when renderers are not visible. Interface to control Animator Override Controller. Returns the list of orignal Animation Clip from the controller and their override Animation Clip. Returns the count of overrides. The Runtime Animator Controller that the Animator Override Controller overrides. Applies the list of overrides on this Animator Override Controller. Overrides list to apply. Creates an empty Animator Override Controller. Creates an Animator Override Controller that overrides controller. Runtime Animator Controller to override. Gets the list of Animation Clip overrides currently defined in this Animator Override Controller. Array to receive results. Returns either the overriding Animation Clip if set or the original Animation Clip named name. Returns either the overriding Animation Clip if set or the original Animation Clip named name. The mode of the Animator's recorder. The Animator recorder is offline. The Animator recorder is in Playback. The Animator recorder is in Record. Information about the current or next state. The full path hash for this state. Current duration of the state. Is the state looping. The hashed name of the State. Normalized time of the State. The hash is generated using Animator.StringToHash. The hash does not include the name of the parent layer. The playback speed of the animation. 1 is the normal playback speed. The speed multiplier for this state. The Tag of the State. Does name match the name of the active state in the statemachine? Does tag match the tag of the active state in the statemachine. Information about the current transition. Returns true if the transition is from an AnyState node, or from Animator.CrossFade. Duration of the transition. The unit of the transition duration. The hash name of the Transition. The simplified name of the Transition. Normalized time of the Transition. The user-specified name of the Transition. Does name match the name of the active Transition. Does userName match the name of the active Transition. The update mode of the Animator. Updates the animator during the physic loop in order to have the animation system synchronized with the physics engine. Normal update of the animator. Animator updates independently of Time.timeScale. Various utilities for animator manipulation. This function will recreate all transform hierarchy under GameObject. GameObject to Deoptimize. This function will remove all transform hierarchy under GameObject, the animator will write directly transform matrices into the skin mesh matrices saving alot of CPU cycles. GameObject to Optimize. List of transform name to expose. Anisotropic filtering mode. Disable anisotropic filtering for all textures. Enable anisotropic filtering, as set for each texture. Enable anisotropic filtering for all textures. ReplayKit is only available on certain iPhone, iPad and iPod Touch devices running iOS 9.0 or later. A Boolean that indicates whether ReplayKit broadcasting API is available (true means available) (Read Only). Check the value of this property before making ReplayKit broadcasting API calls. On iOS versions prior to iOS 10, this property will have a value of false. A string property that contains an URL used to redirect the user to an on-going or completed broadcast (Read Only). Camera enabled status, true, if camera enabled, false otherwise. Boolean property that indicates whether a broadcast is currently in progress (Read Only). A boolean that indicates whether ReplayKit is making a recording (where True means a recording is in progress). (Read Only) A string value of the last error incurred by the ReplayKit: Either 'Failed to get Screen Recorder' or 'No recording available'. (Read Only) Microphone enabled status, true, if microhone enabled, false otherwise. A boolean value that indicates that a new recording is available for preview (where True means available). (Read Only) A boolean that indicates whether the ReplayKit API is available (where True means available). (Read Only) Function called at the completion of broadcast startup. This parameter will be true if the broadcast started successfully and false in the event of an error. In the event of failure to start a broadcast, this parameter contains the associated error message. Discard the current recording. A boolean value of True if the recording was discarded successfully or False if an error occurred. Hide the camera preview view. Preview the current recording A boolean value of True if the video preview window opened successfully or False if an error occurred. Shows camera preview at coordinates posX and posY. Initiates and starts a new broadcast When StartBroadcast is called, user is presented with a broadcast provider selection screen, and then a broadcast setup screen. Once it is finished, a broadcast will be started, and the callback will be invoked. It will also be invoked in case of any error. A callback for getting the status of broadcast initiation. Enable or disable the microphone while broadcasting. Enabling the microphone allows you to include user commentary while broadcasting. The default value is false. Enable or disable the camera while broadcasting. Enabling camera allows you to include user camera footage while broadcasting. The default value is false. To actually include camera footage in your broadcast, you also have to call ShowCameraPreviewAt as well to position the preview view. Start a new recording. Enable or disable the microphone while making a recording. Enabling the microphone allows you to include user commentary while recording. The default value is false. Enable or disable the camera while making a recording. Enabling camera allows you to include user camera footage while recording. The default value is false. To actually include camera footage in your recording, you also have to call ShowCameraPreviewAt as well to position the preview view. A boolean value of True if recording started successfully or False if an error occurred. Stops current broadcast. Will terminate currently on-going broadcast. If no broadcast is in progress, does nothing. Stop the current recording. A boolean value of True if recording stopped successfully or False if an error occurred. Access to application run-time data. The URL of the document (what is shown in a browser's address bar) for WebGL (Read Only). Priority of background loading thread. Returns a GUID for this build (Read Only). A unique cloud project identifier. It is unique for every project (Read Only). Return application company name (Read Only). Returns the path to the console log file, or an empty string if the current platform does not support log files. Contains the path to the game data folder (Read Only). Delegate method used to register for when focus is either gained or lost. The passed in value is the new focus state of the application. In the editor, this corresponds to whether the game view has focus (regardless of whether the editor is in play mode or not). This is called at the same time as MonoBehaviour.OnApplicationFocus. Returns false if application is altered in any way after it was built. Returns true if application integrity can be confirmed. Returns application identifier at runtime. On Apple platforms this is the 'bundleIdentifier' saved in the info.plist file, on Android it's the 'package' from the AndroidManifest.xml. Returns the name of the store or package that installed the application (Read Only). Returns application install mode (Read Only). Returns the type of Internet reachability currently possible on the device. Returns true when Unity is launched with the -batchmode flag from the command line (Read Only). Is the current Runtime platform a known console platform. Are we running inside the Unity editor? (Read Only) Whether the player currently has focus. Read-only. Is some level being loaded? (Read Only) (Obsolete). Is the current Runtime platform a known mobile platform. Returns true when called in any kind of built Player, or when called in the Editor in Play Mode (Read Only). Checks whether splash screen is being shown. The total number of levels available (Read Only). Note: This is now obsolete. Use SceneManager.GetActiveScene instead. (Read Only). The name of the level that was last loaded (Read Only). Event that is fired if a log message is received. Event that is fired if a log message is received. This event occurs when an iOS or Android device notifies of low memory while the app is running in the foreground. You can release non-critical assets from memory (such as, textures or audio clips) in response to this in order to avoid the app being terminated. You can also load smaller versions of such assets. Furthermore, you should serialize any transient data to permanent storage to avoid data loss if the app is terminated. This event corresponds to the following callbacks on the different platforms: - iOS: [UIApplicationDelegate applicationDidReceiveMemoryWarning] - Android: onLowMemory() and onTrimMemory(level == TRIM_MEMORY_RUNNING_CRITICAL) Here is an example of handling the callback: Delegate method used to register for "Just Before Render" input updates for VR devices. Contains the path to a persistent data directory (Read Only). Returns the platform the game is running on (Read Only). Returns application product name (Read Only). Unity raises this event when the player application is qutting. Should the player be running when the application is in the background? Returns application running in sandbox (Read Only). Obsolete. Use Application.SetStackTraceLogType. How many bytes have we downloaded from the main unity web stream (Read Only). The path to the StreamingAssets folder (Read Only). The language the user's operating system is running in. Instructs game to try to render at a specified frame rate. Contains the path to a temporary data / cache directory (Read Only). The version of the Unity runtime used to play the content. Returns application version number (Read Only). Unity raises this event when the player application wants to quit. Indicates whether Unity's webplayer security model is enabled. Delegate method for fetching advertising ID. Advertising ID. Indicates whether user has chosen to limit ad tracking. Error message. Cancels quitting the application. This is useful for showing a splash screen at the end of a game. Can the streamed level be loaded? Can the streamed level be loaded? Captures a screenshot at path filename as a PNG file. Pathname to save the screenshot file to. Factor by which to increase resolution. Captures a screenshot at path filename as a PNG file. Pathname to save the screenshot file to. Factor by which to increase resolution. Calls a function in the web page that contains the WebGL Player. Name of the function to call. Array of arguments passed in the call. Execution of a script function in the contained web page. The Javascript function to call. Returns an array of feature tags in use for this build. Get stack trace logging options. The default value is StackTraceLogType.ScriptOnly. How far has the download progressed? [0...1]. How far has the download progressed? [0...1]. Is Unity activated with the Pro license? Check if the user has authorized use of the webcam or microphone in the Web Player. Returns true if the given object is part of the playing world either in any kind of built Player or in Play Mode. The object to test. True if the object is part of the playing world. Note: This is now obsolete. Use SceneManager.LoadScene instead. The level to load. The name of the level to load. Note: This is now obsolete. Use SceneManager.LoadScene instead. The level to load. The name of the level to load. Loads a level additively. Loads a level additively. Loads the level additively and asynchronously in the background. Loads the level additively and asynchronously in the background. Loads the level asynchronously in the background. Loads the level asynchronously in the background. Use this delegate type with Application.logMessageReceived or Application.logMessageReceivedThreaded to monitor what gets logged. This is the delegate function when a mobile device notifies of low memory. Opens the url in a browser. Quits the player application. An optional exit code to return when the player application terminates on Windows, Mac and Linux. Defaults to 0. Request advertising ID for iOS, Android and Windows Store. Delegate method. Returns true if successful, or false for platforms which do not support Advertising Identifiers. In this case, the delegate method is not invoked. Request authorization to use the webcam or microphone on iOS. Set an array of feature tags for this build. Set stack trace logging options. The default value is StackTraceLogType.ScriptOnly. Unloads the Unity runtime. Unloads all GameObject associated with the given Scene. Note that assets are currently not unloaded, in order to free up asset memory call Resources.UnloadAllUnusedAssets. Index of the Scene in the PlayerSettings to unload. Name of the Scene to Unload. Return true if the Scene is unloaded. Unloads all GameObject associated with the given Scene. Note that assets are currently not unloaded, in order to free up asset memory call Resources.UnloadAllUnusedAssets. Index of the Scene in the PlayerSettings to unload. Name of the Scene to Unload. Return true if the Scene is unloaded. Application installation mode (Read Only). Application installed via ad hoc distribution. Application installed via developer build. Application running in editor. Application installed via enterprise distribution. Application installed via online store. Application install mode unknown. Application sandbox type. Application not running in a sandbox. Application is running in broken sandbox. Application is running in a sandbox. Application sandbox type is unknown. Applies forces within an area. The angular drag to apply to rigid-bodies. The linear drag to apply to rigid-bodies. The angle of the force to be applied. The magnitude of the force to be applied. The target for where the effector applies any force. The variation of the magnitude of the force to be applied. Should the forceAngle use global space? Enumeration of all the muscles in an arm. The arm down-up muscle. The arm front-back muscle. The arm roll in-out muscle. The forearm close-open muscle. The forearm roll in-out muscle. The hand down-up muscle. The hand in-out muscle. The last value of the ArmDof enum. The shoulder down-up muscle. The shoulder front-back muscle. Assembly level attribute. Any classes in an assembly with this attribute will be considered to be Editor Classes. Constructor. The Assert class contains assertion methods for setting invariants in the code. Whether Unity should throw an exception on a failure. Assert the values are approximately equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Assert the values are approximately equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Assert the values are approximately equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Assert the values are approximately equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Asserts that the values are approximately not equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Asserts that the values are approximately not equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Asserts that the values are approximately not equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Asserts that the values are approximately not equal. Tolerance of approximation. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Assert that the values are not equal. The assumed Assert value. The exact Assert value. The string used to describe the Assert. Method to compare expected and actual arguments have the same value. Return true when the condition is false. Otherwise return false. true or false. The string used to describe the result of the Assert. Return true when the condition is false. Otherwise return false. true or false. The string used to describe the result of the Assert. Assert that the value is not null. The Object or type being checked for. The string used to describe the Assert. Assert that the value is not null. The Object or type being checked for. The string used to describe the Assert. Assert that the value is not null. The Object or type being checked for. The string used to describe the Assert. Assert the value is null. The Object or type being checked for. The string used to describe the Assert. Assert the value is null. The Object or type being checked for. The string used to describe the Assert. Assert the value is null. The Object or type being checked for. The string used to describe the Assert. Asserts that the condition is true. The string used to describe the Assert. true or false. Asserts that the condition is true. The string used to describe the Assert. true or false. An exception that is thrown on a failure. Assertions.Assert._raiseExceptions needs to be set to true. A float comparer used by Assertions.Assert performing approximate comparison. Default epsilon used by the comparer. Default instance of a comparer class with deafult error epsilon and absolute error check. Performs equality check with absolute error check. Expected value. Actual value. Comparison error. Result of the comparison. Performs equality check with relative error check. Expected value. Actual value. Comparison error. Result of the comparison. Creates an instance of the comparer. Should a relative check be used when comparing values? By default, an absolute check will be used. Allowed comparison error. By default, the FloatComparer.kEpsilon is used. Creates an instance of the comparer. Should a relative check be used when comparing values? By default, an absolute check will be used. Allowed comparison error. By default, the FloatComparer.kEpsilon is used. Creates an instance of the comparer. Should a relative check be used when comparing values? By default, an absolute check will be used. Allowed comparison error. By default, the FloatComparer.kEpsilon is used. Creates an instance of the comparer. Should a relative check be used when comparing values? By default, an absolute check will be used. Allowed comparison error. By default, the FloatComparer.kEpsilon is used. An extension class that serves as a wrapper for the Assert class. An extension method for Assertions.Assert.AreApproximatelyEqual. An extension method for Assertions.Assert.AreApproximatelyEqual. An extension method for Assertions.Assert.AreApproximatelyEqual. An extension method for Assertions.Assert.AreApproximatelyEqual. An extension method for Assertions.Assert.AreEqual. An extension method for Assertions.Assert.AreEqual. An extension method for Assertions.Assert.IsFalse. An extension method for Assertions.Assert.IsFalse. An extension method for Assertions.Assert.IsNull. An extension method for Assertions.Assert.IsNull. An extension method for Assertions.Assert.IsTrue. An extension method for Assertions.Assert.IsTrue. An extension method for Assertions.Assert.AreNotApproximatelyEqual. An extension method for Assertions.Assert.AreNotApproximatelyEqual. An extension method for Assertions.Assert.AreNotApproximatelyEqual. An extension method for Assertions.Assert.AreNotApproximatelyEqual. An extension method for Assertions.Assert.AreNotEqual. An extension method for Assertions.Assert.AreNotEqual. An extension method for Assertions.Assert.AreNotNull. An extension method for Assertions.Assert.AreNotNull. AssetBundles let you stream additional assets via the UnityWebRequest class and instantiate them at runtime. AssetBundles are created via BuildPipeline.BuildAssetBundle. Return true if the AssetBundle is a streamed Scene AssetBundle. Check if an AssetBundle contains a specific object. Loads an asset bundle from a disk. Path of the file on disk See Also: UnityWebRequestAssetBundle.GetAssetBundle, DownloadHandlerAssetBundle. Asynchronously create an AssetBundle from a memory region. Synchronously create an AssetBundle from a memory region. Array of bytes with the AssetBundle data. Return all asset names in the AssetBundle. To use when you need to get a list of all the currently loaded Asset Bundles. Returns IEnumerable<AssetBundle> of all currently loaded Asset Bundles. Return all the Scene asset paths (paths to *.unity assets) in the AssetBundle. Loads all assets contained in the asset bundle that inherit from type. Loads all assets contained in the asset bundle. Loads all assets contained in the asset bundle that inherit from type T. Loads all assets contained in the asset bundle asynchronously. Loads all assets contained in the asset bundle that inherit from T asynchronously. Loads all assets contained in the asset bundle that inherit from type asynchronously. Loads asset with name from the bundle. Loads asset with name of a given type from the bundle. Loads asset with name of type T from the bundle. Asynchronously loads asset with name from the bundle. Asynchronously loads asset with name of a given T from the bundle. Asynchronously loads asset with name of a given type from the bundle. Loads asset and sub assets with name from the bundle. Loads asset and sub assets with name of a given type from the bundle. Loads asset and sub assets with name of type T from the bundle. Loads asset with sub assets with name from the bundle asynchronously. Loads asset with sub assets with name of type T from the bundle asynchronously. Loads asset with sub assets with name of a given type from the bundle asynchronously. Synchronously loads an AssetBundle from a file on disk. Path of the file on disk. An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. An optional byte offset. This value specifies where to start reading the AssetBundle from. Loaded AssetBundle object or null if failed. Synchronously loads an AssetBundle from a file on disk. Path of the file on disk. An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. An optional byte offset. This value specifies where to start reading the AssetBundle from. Loaded AssetBundle object or null if failed. Asynchronously loads an AssetBundle from a file on disk. Path of the file on disk. An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. An optional byte offset. This value specifies where to start reading the AssetBundle from. Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded. Synchronously create an AssetBundle from a memory region. Array of bytes with the AssetBundle data. An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. Loaded AssetBundle object or null if failed. Asynchronously create an AssetBundle from a memory region. Array of bytes with the AssetBundle data. An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded. Synchronously loads an AssetBundle from a managed Stream. The managed Stream object. Unity calls Read(), Seek() and the Length property on this object to load the AssetBundle data. An optional CRC-32 checksum of the uncompressed content. You can use this to override the size of the read buffer Unity uses while loading data. The default size is 32KB. The loaded AssetBundle object or null when the object fails to load. Asynchronously loads an AssetBundle from a managed Stream. The managed Stream object. Unity calls Read(), Seek() and the Length property on this object to load the AssetBundle data. An optional CRC-32 checksum of the uncompressed content. You can use this to override the size of the read buffer Unity uses while loading data. The default size is 32KB. Asynchronous create request for an AssetBundle. Use AssetBundleCreateRequest.assetBundle property to get an AssetBundle once it is loaded. Asynchronously recompress a downloaded/stored AssetBundle from one BuildCompression to another. Path to the AssetBundle to recompress. Path to the recompressed AssetBundle to be generated. Can be the same as inputPath. The compression method, level and blocksize to use during recompression. Only some BuildCompression types are supported (see note). CRC of the AssetBundle to test against. Testing this requires additional file reading and computation. Pass in 0 to skip this check. The priority at which the recompression operation should run. This sets thread priority during the operation and does not effect the order in which operations are performed. Recompression operations run on a background worker thread. Unloads all assets in the bundle. Unloads all currently loaded Asset Bundles. Determines whether the current instances of objects loaded from Asset Bundles will also be unloaded. Asynchronous create request for an AssetBundle. Asset object being loaded (Read Only). The result of an Asset Bundle Load or Recompress Operation. The Asset Bundle is already loaded. The operation was cancelled. The Asset Bundle was not successfully cached. Failed to decompress the Asset Bundle. The target path given for the Recompression operation could not be deleted for swap with recompressed bundle file. Failed to read the Asset Bundle file. Failed to write to the file system. The Asset Bundle does not contain any serialized data. It may be empty, or corrupt. The AssetBundle is incompatible with this version of Unity. The decompressed Asset data did not match the precomputed CRC. This may suggest that the AssetBundle did not download correctly. This does not appear to be a valid Asset Bundle. The target path given for the Recompression operation exists but is not an Archive container. The target path given for the Recompression operation is an Archive that is currently loaded. The operation completed successfully. Manifest for all the AssetBundles in the build. Get all the AssetBundles in the manifest. An array of asset bundle names. Get all the AssetBundles with variant in the manifest. An array of asset bundle names. Get all the dependent AssetBundles for the given AssetBundle. Name of the asset bundle. Get the hash for the given AssetBundle. Name of the asset bundle. The 128-bit hash for the asset bundle. Get the direct dependent AssetBundles for the given AssetBundle. Name of the asset bundle. Array of asset bundle names this asset bundle depends on. Asynchronous AssetBundle recompression from one compression method and level to another. A string describing the recompression operation result (Read Only). Path of the AssetBundle being recompressed (Read Only). Path of the resulting recompressed AssetBundle (Read Only). Result of the recompression operation. True if the recompress operation is complete and was successful, otherwise false (Read Only). Asynchronous load request from an AssetBundle. Asset objects with sub assets being loaded. (Read Only) Asset object being loaded (Read Only). Asynchronous operation coroutine. Allow Scenes to be activated as soon as it is ready. Event that is invoked upon operation completion. An event handler that is registered in the same frame as the call that creates it will be invoked next frame, even if the operation is able to complete synchronously. If a handler is registered after the operation has completed and has already invoked the complete event, the handler will be called synchronously. Action<AsyncOperation> handler - function signature for completion event handler. Has the operation finished? (Read Only) Priority lets you tweak in which order async operation calls will be performed. What's the operation's progress. (Read Only) An implementation of IPlayable that controls an AudioClip. Creates an AudioClipPlayable in the PlayableGraph. The PlayableGraph that will contain the new AnimationLayerMixerPlayable. The AudioClip that will be added in the PlayableGraph. True if the clip should loop, false otherwise. A AudioClipPlayable linked to the PlayableGraph. AudioMixer asset. Routing target. How time should progress for this AudioMixer. Used during Snapshot transitions. Resets an exposed parameter to its initial value. Exposed parameter. Returns false if the parameter was not found or could not be set. Connected groups in the mixer form a path from the mixer's master group to the leaves. This path has the format "Master GroupChild of Master GroupGrandchild of Master Group", so to find the grandchild group in this example, a valid search string would be for instance "randchi" which would return exactly one group while "hild" or "oup/" would return 2 different groups. Sub-string of the paths to be matched. Groups in the mixer whose paths match the specified search path. The name must be an exact match. Name of snapshot object to be returned. The snapshot identified by the name. Returns the value of the exposed parameter specified. If the parameter doesn't exist the function returns false. Prior to calling SetFloat and after ClearFloat has been called on this parameter the value returned will be that of the current snapshot or snapshot transition. Name of exposed parameter. Return value of exposed parameter. Returns false if the exposed parameter specified doesn't exist. Sets the value of the exposed parameter specified. When a parameter is exposed, it is not controlled by mixer snapshots and can therefore only be changed via this function. Name of exposed parameter. New value of exposed parameter. Returns false if the exposed parameter was not found or snapshots are currently being edited. Transitions to a weighted mixture of the snapshots specified. This can be used for games that specify the game state as a continuum between states or for interpolating snapshots from a triangulated map location. The set of snapshots to be mixed. The mix weights for the snapshots specified. Relative time after which the mixture should be reached from any current state. Object representing a group in the mixer. An implementation of IPlayable that controls an audio mixer. Object representing a snapshot in the mixer. Performs an interpolated transition towards this snapshot over the time interval specified. Relative time after which this snapshot should be reached from any current state. The mode in which an AudioMixer should update its time. Update the AudioMixer with scaled game time. Update the AudioMixer with unscaled realtime. A PlayableBinding that contains information representing an AudioPlayableOutput. Creates a PlayableBinding that contains information representing an AudioPlayableOutput. A reference to a UnityEngine.Object that acts as a key for this binding. The name of the AudioPlayableOutput. Returns a PlayableBinding that contains information that is used to create an AudioPlayableOutput. A IPlayableOutput implementation that will be used to play audio. Creates an AudioPlayableOutput in the PlayableGraph. The PlayableGraph that will contain the AnimationPlayableOutput. The name of the output. The AudioSource that will play the AudioPlayableOutput source Playable. A new AudioPlayableOutput attached to the PlayableGraph. Gets the state of output playback when seeking. Returns true if the output plays when seeking. Returns false otherwise. Returns an invalid AudioPlayableOutput. Controls whether the output should play when seeking. Set to true to play the output when seeking. Set to false to disable audio scrubbing on this output. Default is true. The Audio Chorus Filter takes an Audio Clip and processes it creating a chorus effect. Chorus delay in ms. 0.1 to 100.0. Default = 40.0 ms. Chorus modulation depth. 0.0 to 1.0. Default = 0.03. Volume of original signal to pass to output. 0.0 to 1.0. Default = 0.5. Chorus feedback. Controls how much of the wet signal gets fed back into the chorus buffer. 0.0 to 1.0. Default = 0.0. Chorus modulation rate in hz. 0.0 to 20.0. Default = 0.8 hz. Volume of 1st chorus tap. 0.0 to 1.0. Default = 0.5. Volume of 2nd chorus tap. This tap is 90 degrees out of phase of the first tap. 0.0 to 1.0. Default = 0.5. Volume of 3rd chorus tap. This tap is 90 degrees out of phase of the second tap. 0.0 to 1.0. Default = 0.5. A container for audio data. Returns true if this audio clip is ambisonic (read-only). The number of channels in the audio clip. (Read Only) The sample frequency of the clip in Hertz. (Read Only) Returns true if the AudioClip is ready to play (read-only). The length of the audio clip in seconds. (Read Only) Corresponding to the "Load In Background" flag in the inspector, when this flag is set, the loading will happen delayed without blocking the main thread. Returns the current load state of the audio data associated with an AudioClip. The load type of the clip (read-only). Preloads audio data of the clip when the clip asset is loaded. When this flag is off, scripts have to call AudioClip.LoadAudioData() to load the data before the clip can be played. Properties like length, channels and format are available before the audio data has been loaded. The length of the audio clip in samples. (Read Only) Creates a user AudioClip with a name and with the given length in samples, channels and frequency. Name of clip. Number of sample frames. Number of channels per frame. Sample frequency of clip. Audio clip is played back in 3D. True if clip is streamed, that is if the pcmreadercallback generates data on the fly. This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously. This callback is invoked whenever the clip loops or changes playback position. A reference to the created AudioClip. Creates a user AudioClip with a name and with the given length in samples, channels and frequency. Name of clip. Number of sample frames. Number of channels per frame. Sample frequency of clip. Audio clip is played back in 3D. True if clip is streamed, that is if the pcmreadercallback generates data on the fly. This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously. This callback is invoked whenever the clip loops or changes playback position. A reference to the created AudioClip. Creates a user AudioClip with a name and with the given length in samples, channels and frequency. Name of clip. Number of sample frames. Number of channels per frame. Sample frequency of clip. Audio clip is played back in 3D. True if clip is streamed, that is if the pcmreadercallback generates data on the fly. This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously. This callback is invoked whenever the clip loops or changes playback position. A reference to the created AudioClip. Creates a user AudioClip with a name and with the given length in samples, channels and frequency. Name of clip. Number of sample frames. Number of channels per frame. Sample frequency of clip. Audio clip is played back in 3D. True if clip is streamed, that is if the pcmreadercallback generates data on the fly. This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously. This callback is invoked whenever the clip loops or changes playback position. A reference to the created AudioClip. Creates a user AudioClip with a name and with the given length in samples, channels and frequency. Name of clip. Number of sample frames. Number of channels per frame. Sample frequency of clip. Audio clip is played back in 3D. True if clip is streamed, that is if the pcmreadercallback generates data on the fly. This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously. This callback is invoked whenever the clip loops or changes playback position. A reference to the created AudioClip. Creates a user AudioClip with a name and with the given length in samples, channels and frequency. Name of clip. Number of sample frames. Number of channels per frame. Sample frequency of clip. Audio clip is played back in 3D. True if clip is streamed, that is if the pcmreadercallback generates data on the fly. This callback is invoked to generate a block of sample data. Non-streamed clips call this only once at creation time while streamed clips call this continuously. This callback is invoked whenever the clip loops or changes playback position. A reference to the created AudioClip. Fills an array with sample data from the clip. Loads the audio data of a clip. Clips that have "Preload Audio Data" set will load the audio data automatically. Returns true if loading succeeded. Delegate called each time AudioClip reads data. Array of floats containing data read from the clip. Delegate called each time AudioClip changes read position. New position in the audio clip. Set sample data in a clip. Unloads the audio data associated with the clip. This works only for AudioClips that are based on actual sound file assets. Returns false if unloading failed. Determines how the audio clip is loaded in. The audio data of the clip will be kept in memory in compressed form. The audio data is decompressed when the audio clip is loaded. Streams audio data from disk. An enum containing different compression types. AAC Audio Compression. Adaptive differential pulse-code modulation. Sony proprietary hardware format. Nintendo ADPCM audio compression format. Sony proprietory hardware codec. MPEG Audio Layer III. Uncompressed pulse-code modulation. Sony proprietary hardware format. Vorbis compression format. Xbox One proprietary hardware format. Specifies the current properties or desired properties to be set for the audio system. The length of the DSP buffer in samples determining the latency of sounds by the audio output device. The current maximum number of simultaneously audible sounds in the game. The maximum number of managed sounds in the game. Beyond this limit sounds will simply stop playing. The current sample rate of the audio output device used. The current speaker mode used by the audio output device. Value describing the current load state of the audio data associated with an AudioClip. Value returned by AudioClip.loadState for an AudioClip that has failed loading its audio data. Value returned by AudioClip.loadState for an AudioClip that has succeeded loading its audio data. Value returned by AudioClip.loadState for an AudioClip that is currently loading audio data. Value returned by AudioClip.loadState for an AudioClip that has no audio data loaded and where loading has not been initiated yet. The Audio Distortion Filter distorts the sound from an AudioSource or sounds reaching the AudioListener. Distortion value. 0.0 to 1.0. Default = 0.5. The Audio Echo Filter repeats a sound after a given Delay, attenuating the repetitions based on the Decay Ratio. Echo decay per delay. 0 to 1. 1.0 = No decay, 0.0 = total decay (i.e. simple 1 line delay). Default = 0.5. Echo delay in ms. 10 to 5000. Default = 500. Volume of original signal to pass to output. 0.0 to 1.0. Default = 1.0. Volume of echo signal to pass to output. 0.0 to 1.0. Default = 1.0. The Audio High Pass Filter passes high frequencies of an AudioSource, and cuts off signals with frequencies lower than the Cutoff Frequency. Highpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0. Determines how much the filter's self-resonance isdampened. Representation of a listener in 3D space. The paused state of the audio system. This lets you set whether the Audio Listener should be updated in the fixed or dynamic update. Controls the game sound volume (0.0 to 1.0). Provides a block of the listener (master)'s output data. The array to populate with audio samples. Its length must be a power of 2. The channel to sample from. Deprecated Version. Returns a block of the listener (master)'s output data. Provides a block of the listener (master)'s spectrum data. The array to populate with audio samples. Its length must be a power of 2. The channel to sample from. The FFTWindow type to use when sampling. Deprecated Version. Returns a block of the listener (master)'s spectrum data. Number of values (the length of the samples array). Must be a power of 2. Min = 64. Max = 8192. The channel to sample from. The FFTWindow type to use when sampling. The Audio Low Pass Filter passes low frequencies of an AudioSource or all sounds reaching an AudioListener, while removing frequencies higher than the Cutoff Frequency. Returns or sets the current custom frequency cutoff curve. Lowpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0. Determines how much the filter's self-resonance is dampened. Allow recording the main output of the game or specific groups in the AudioMixer. Returns the number of samples available since the last time AudioRenderer.Render was called. This is dependent on the frame capture rate. Number of samples available since last recorded frame. Performs the recording of the main output as well as any optional mixer groups that have been registered via AudioRenderer.AddMixerGroupSink. The buffer to write the sample data to. True if the recording succeeded. Enters audio recording mode. After this Unity will output silence until AudioRenderer.Stop is called. True if the engine was switched into output recording mode. False if it is already recording. Exits audio recording mode. After this audio output will be audible again. True if the engine was recording when this function was called. The Audio Reverb Filter takes an Audio Clip and distorts it to create a custom reverb effect. Decay HF Ratio : High-frequency to low-frequency decay time ratio. Ranges from 0.1 to 2.0. Default is 0.5. Reverberation decay time at low-frequencies in seconds. Ranges from 0.1 to 20.0. Default is 1.0. Reverberation density (modal density) in percent. Ranges from 0.0 to 100.0. Default is 100.0. Reverberation diffusion (echo density) in percent. Ranges from 0.0 to 100.0. Default is 100.0. Mix level of dry signal in output in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0. Reference high frequency in hertz (Hz). Ranges from 1000.0 to 20000.0. Default is 5000.0. Reference low-frequency in hertz (Hz). Ranges from 20.0 to 1000.0. Default is 250.0. Late reverberation level relative to room effect in millibels (mB). Ranges from -10000.0 to 2000.0. Default is 0.0. Early reflections level relative to room effect in millibels (mB). Ranges from -10000.0 to 1000.0. Default is -10000.0. Late reverberation delay time relative to first reflection in seconds. Ranges from 0.0 to 0.1. Default is 0.04. Late reverberation level relative to room effect in millibels (mB). Ranges from -10000.0 to 2000.0. Default is 0.0. Set/Get reverb preset properties. Room effect level at low frequencies in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0. Room effect high-frequency level re. low frequency level in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0. Room effect low-frequency level in millibels (mB). Ranges from -10000.0 to 0.0. Default is 0.0. Reverb presets used by the Reverb Zone class and the audio reverb filter. Alley preset. Arena preset. Auditorium preset. Bathroom preset. Carpeted hallway preset. Cave preset. City preset. Concert hall preset. Dizzy preset. Drugged preset. Forest preset. Generic preset. Hallway preset. Hangar preset. Livingroom preset. Mountains preset. No reverb preset selected. Padded cell preset. Parking Lot preset. Plain preset. Psychotic preset. Quarry preset. Room preset. Sewer pipe preset. Stone corridor preset. Stoneroom preset. Underwater presset. User defined preset. Reverb Zones are used when you want to create location based ambient effects in the Scene. High-frequency to mid-frequency decay time ratio. Reverberation decay time at mid frequencies. Value that controls the modal density in the late reverberation decay. Value that controls the echo density in the late reverberation decay. The distance from the centerpoint that the reverb will not have any effect. Default = 15.0. The distance from the centerpoint that the reverb will have full effect at. Default = 10.0. Early reflections level relative to room effect. Initial reflection delay time. Late reverberation level relative to room effect. Late reverberation delay time relative to initial reflection. Set/Get reverb preset properties. Room effect level (at mid frequencies). Relative room effect level at high frequencies. Relative room effect level at low frequencies. Like rolloffscale in global settings, but for reverb room size effect. Reference high frequency (hz). Reference low frequency (hz). Rolloff modes that a 3D sound can have in an audio source. Use this when you want to use a custom rolloff. Use this mode when you want to lower the volume of your sound over the distance. Use this mode when you want a real-world rolloff. Controls the global audio settings from script. Returns the speaker mode capability of the current audio driver. (Read Only) Returns the current time of the audio system. Get the mixer's current output rate. Gets the current speaker mode. Default is 2 channel stereo. A delegate called whenever the global audio settings are changed, either by AudioSettings.Reset or by an external device change such as the OS control panel changing the sample rate or because the default output device was changed, for example when plugging in an HDMI monitor or a USB headset. True if the change was caused by an device change. Returns the current configuration of the audio device and system. The values in the struct may then be modified and reapplied via AudioSettings.Reset. The new configuration to be applied. Get the mixer's buffer size in samples. Is the length of each buffer in the ringbuffer. Is number of buffers. Returns the name of the spatializer selected on the currently-running platform. The spatializer plugin name. Returns an array with the names of all the available spatializer plugins. An array of spatializer names. A delegate called whenever the global audio settings are changed, either by AudioSettings.Reset or by an external factor such as the OS control panel changing the sample rate or because the default output device was changed, for example when plugging in an HDMI monitor or a USB headset. True if the change was caused by an device change. Performs a change of the device configuration. In response to this the AudioSettings.OnAudioConfigurationChanged delegate is invoked with the argument deviceWasChanged=false. It cannot be guaranteed that the exact settings specified can be used, but the an attempt is made to use the closest match supported by the system. The new configuration to be used. True if all settings could be successfully applied. Sets the spatializer plugin for all platform groups. If a null or empty string is passed in, the existing spatializer plugin will be cleared. The spatializer plugin name. A representation of audio sources in 3D. Bypass effects (Applied from filter components or global listener filters). When set global effects on the AudioListener will not be applied to the audio signal generated by the AudioSource. Does not apply if the AudioSource is playing into a mixer group. When set doesn't route the signal from an AudioSource into the global reverb associated with reverb zones. The default AudioClip to play. Sets the Doppler scale for this AudioSource. Allows AudioSource to play even though AudioListener.pause is set to true. This is useful for the menu element sounds or background music in pause menus. This makes the audio source not take into account the volume of the audio listener. Is the clip playing right now (Read Only)? True if all sounds played by the AudioSource (main sound started by Play() or playOnAwake as well as one-shots) are culled by the audio system. Is the audio clip looping? (Logarithmic rolloff) MaxDistance is the distance a sound stops attenuating at. Within the Min distance the AudioSource will cease to grow louder in volume. Un- / Mutes the AudioSource. Mute sets the volume=0, Un-Mute restore the original volume. The target group to which the AudioSource should route its signal. Pan has been deprecated. Use panStereo instead. PanLevel has been deprecated. Use spatialBlend instead. Pans a playing sound in a stereo way (left or right). This only applies to sounds that are Mono or Stereo. The pitch of the audio source. If set to true, the audio source will automatically start playing on awake. Sets the priority of the AudioSource. The amount by which the signal from the AudioSource will be mixed into the global reverb associated with the Reverb Zones. Sets/Gets how the AudioSource attenuates over distance. Sets how much this AudioSource is affected by 3D spatialisation calculations (attenuation, doppler etc). 0.0 makes the sound full 2D, 1.0 makes it full 3D. Enables or disables spatialization. Determines if the spatializer effect is inserted before or after the effect filters. Sets the spread angle (in degrees) of a 3d stereo or multichannel sound in speaker space. Playback position in seconds. Playback position in PCM samples. Whether the Audio Source should be updated in the fixed or dynamic update. The volume of the audio source (0.0 to 1.0). Reads a user-defined parameter of a custom ambisonic decoder effect that is attached to an AudioSource. Zero-based index of user-defined parameter to be read. Return value of the user-defined parameter that is read. True, if the parameter could be read. Get the current custom curve for the given AudioSourceCurveType. The curve type to get. The custom AnimationCurve corresponding to the given curve type. Provides a block of the currently playing source's output data. The array to populate with audio samples. Its length must be a power of 2. The channel to sample from. Deprecated Version. Returns a block of the currently playing source's output data. Reads a user-defined parameter of a custom spatializer effect that is attached to an AudioSource. Zero-based index of user-defined parameter to be read. Return value of the user-defined parameter that is read. True, if the parameter could be read. Provides a block of the currently playing audio source's spectrum data. The array to populate with audio samples. Its length must be a power of 2. The channel to sample from. The FFTWindow type to use when sampling. Deprecated Version. Returns a block of the currently playing source's spectrum data. The number of samples to retrieve. Must be a power of 2. The channel to sample from. The FFTWindow type to use when sampling. Pauses playing the clip. Plays the clip. Deprecated. Delay in number of samples, assuming a 44100Hz sample rate (meaning that Play(44100) will delay the playing by exactly 1 sec). Plays the clip. Deprecated. Delay in number of samples, assuming a 44100Hz sample rate (meaning that Play(44100) will delay the playing by exactly 1 sec). Plays an AudioClip at a given position in world space. Audio data to play. Position in world space from which sound originates. Playback volume. Plays an AudioClip at a given position in world space. Audio data to play. Position in world space from which sound originates. Playback volume. Plays the clip with a delay specified in seconds. Users are advised to use this function instead of the old Play(delay) function that took a delay specified in samples relative to a reference rate of 44.1 kHz as an argument. Delay time specified in seconds. Plays an AudioClip, and scales the AudioSource volume by volumeScale. The clip being played. The scale of the volume (0-1). Plays an AudioClip, and scales the AudioSource volume by volumeScale. The clip being played. The scale of the volume (0-1). Plays the clip at a specific time on the absolute time-line that AudioSettings.dspTime reads from. Time in seconds on the absolute time-line that AudioSettings.dspTime refers to for when the sound should start playing. Sets a user-defined parameter of a custom ambisonic decoder effect that is attached to an AudioSource. Zero-based index of user-defined parameter to be set. New value of the user-defined parameter. True, if the parameter could be set. Set the custom curve for the given AudioSourceCurveType. The curve type that should be set. The curve that should be applied to the given curve type. Changes the time at which a sound that has already been scheduled to play will end. Notice that depending on the timing not all rescheduling requests can be fulfilled. Time in seconds. Changes the time at which a sound that has already been scheduled to play will start. Time in seconds. Sets a user-defined parameter of a custom spatializer effect that is attached to an AudioSource. Zero-based index of user-defined parameter to be set. New value of the user-defined parameter. True, if the parameter could be set. Stops playing the clip. Unpause the paused playback of this AudioSource. This defines the curve type of the different custom curves that can be queried and set within the AudioSource. Custom Volume Rolloff. Reverb Zone Mix. The Spatial Blend. The 3D Spread. These are speaker types defined for use with AudioSettings.speakerMode. Channel count is set to 6. 5.1 speaker setup. This includes front left, front right, center, rear left, rear right and a subwoofer. Channel count is set to 8. 7.1 speaker setup. This includes front left, front right, center, rear left, rear right, side left, side right and a subwoofer. Channel count is set to 1. The speakers are monaural. Channel count is set to 2. Stereo output, but data is encoded in a way that is picked up by a Prologic/Prologic2 decoder and split into a 5.1 speaker setup. Channel count is set to 4. 4 speaker setup. This includes front left, front right, rear left, rear right. Channel count is unaffected. Channel count is set to 2. The speakers are stereo. This is the editor default. Channel count is set to 5. 5 speaker setup. This includes front left, front right, center, rear left, rear right. Type of the imported(native) data. Acc - not supported. Aiff. iPhone hardware decoder, supports AAC, ALAC and MP3. Extracodecdata is a pointer to an FMOD_AUDIOQUEUE_EXTRACODECDATA structure. Impulse tracker. Protracker / Fasttracker MOD. MP2/MP3 MPEG. Ogg vorbis. ScreamTracker 3. 3rd party / unknown plugin format. VAG. Microsoft WAV. FastTracker 2 XM. Xbox360 XMA. Describes when an AudioSource or AudioListener is updated. Updates the source or listener in the MonoBehaviour.FixedUpdate loop if it is attached to a Rigidbody, dynamic MonoBehaviour.Update otherwise. Updates the source or listener in the dynamic MonoBehaviour.Update loop. Updates the source or listener in the MonoBehaviour.FixedUpdate loop. Avatar definition. Return true if this avatar is a valid human avatar. Return true if this avatar is a valid mecanim avatar. It can be a generic avatar or a human avatar. Class to build avatars from user scripts. Create a new generic avatar. Root object of your transform hierarchy. Transform name of the root motion transform. If empty no root motion is defined and you must take care of avatar movement yourself. Create a humanoid avatar. Root object of your transform hierachy. It must be the top most gameobject when you create the avatar. Humanoid description of the avatar. Returns the Avatar, you must always always check the avatar is valid before using it with Avatar.isValid. IK Goal. The left foot. The left hand. The right foot. The right hand. IK Hint. The left elbow IK hint. The left knee IK hint. The right elbow IK hint. The right knee IK hint. AvatarMask is used to mask out humanoid body parts and transforms. The number of humanoid body parts. Number of transforms. Adds a transform path into the AvatarMask. The transform to add into the AvatarMask. Whether to also add all children of the specified transform. Creates a new AvatarMask. Returns true if the humanoid body part at the given index is active. The index of the humanoid body part. Returns true if the transform at the given index is active. The index of the transform. Returns the path of the transform at the given index. The index of the transform. Removes a transform path from the AvatarMask. The Transform that should be removed from the AvatarMask. Whether to also remove all children of the specified transform. Sets the humanoid body part at the given index to active or not. The index of the humanoid body part. Active or not. Sets the tranform at the given index to active or not. The index of the transform. Active or not. Sets the path of the transform at the given index. The index of the transform. The path of the transform. Avatar body part. The Body. The Head. Total number of body parts. The Left Arm. Left Fingers. Left Foot IK. Left Hand IK. The Left Leg. The Right Arm. Right Fingers. Right Foot IK. Right Hand IK. The Right Leg. The Root. Target. The body, center of mass. The left foot. The left hand. The right foot. The right hand. The root, the position of the game object. Enumeration for SystemInfo.batteryStatus which represents the current status of the device's battery. Device is plugged in and charging. Device is unplugged and discharging. Device is plugged in and the battery is full. Device is plugged in, but is not charging. The device's battery status cannot be determined. If battery status is not available on your target platform, SystemInfo.batteryStatus will return this value. Use this BeforeRenderOrderAttribute when you need to specify a custom callback order for Application.onBeforeRender. The order, lowest to highest, that the Application.onBeforeRender event recievers will be called in. When applied to methods, specifies the order called during Application.onBeforeRender events. The sorting order, sorted lowest to highest. Behaviours are Components that can be enabled or disabled. Enabled Behaviours are Updated, disabled Behaviours are not. Has the Behaviour had active and enabled called? BillboardAsset describes how a billboard is rendered. Height of the billboard that is below ground. Height of the billboard. Number of pre-rendered images that can be switched when the billboard is viewed from different angles. Number of indices in the billboard mesh. The material used for rendering. Number of vertices in the billboard mesh. Width of the billboard. Constructs a new BillboardAsset. Get the array of billboard image texture coordinate data. The list that receives the array. Get the array of billboard image texture coordinate data. The list that receives the array. Get the indices of the billboard mesh. The list that receives the array. Get the indices of the billboard mesh. The list that receives the array. Get the vertices of the billboard mesh. The list that receives the array. Get the vertices of the billboard mesh. The list that receives the array. Set the array of billboard image texture coordinate data. The array of data to set. Set the array of billboard image texture coordinate data. The array of data to set. Set the indices of the billboard mesh. The array of data to set. Set the indices of the billboard mesh. The array of data to set. Set the vertices of the billboard mesh. The array of data to set. Set the vertices of the billboard mesh. The array of data to set. Renders a billboard from a BillboardAsset. The BillboardAsset to render. Constructor. The BitStream class represents seralized variables, packed into a stream. Is the BitStream currently being read? (Read Only) Is the BitStream currently being written? (Read Only) Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Serializes different types of variables. Blend weights. Four bones affect each vertex. One bone affects each vertex. Two bones affect each vertex. Enumeration of all the muscles in the body. The chest front-back muscle. The chest left-right muscle. The chest roll left-right muscle. The last value of the BodyDof enum. The spine front-back muscle. The spine left-right muscle. The spine roll left-right muscle. The upper chest front-back muscle. The upper chest left-right muscle. The upper chest roll left-right muscle. Skinning bone weights of a vertex in the mesh. Index of first bone. Index of second bone. Index of third bone. Index of fourth bone. Skinning weight for first bone. Skinning weight for second bone. Skinning weight for third bone. Skinning weight for fourth bone. Describes a single bounding sphere for use by a CullingGroup. The position of the center of the BoundingSphere. The radius of the BoundingSphere. Initializes a BoundingSphere. The center of the sphere. The radius of the sphere. A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component). Initializes a BoundingSphere. The center of the sphere. The radius of the sphere. A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component). Represents an axis aligned bounding box. The center of the bounding box. The extents of the Bounding Box. This is always half of the size of the Bounds. The maximal point of the box. This is always equal to center+extents. The minimal point of the box. This is always equal to center-extents. The total size of the box. This is always twice as large as the extents. The closest point on the bounding box. Arbitrary point. The point on the bounding box or inside the bounding box. Is point contained in the bounding box? Creates a new Bounds. The location of the origin of the Bounds. The dimensions of the Bounds. Grows the Bounds to include the point. Grow the bounds to encapsulate the bounds. Expand the bounds by increasing its size by amount along each side. Expand the bounds by increasing its size by amount along each side. Does ray intersect this bounding box? Does ray intersect this bounding box? Does another bounding box intersect with this bounding box? Sets the bounds to the min and max value of the box. The smallest squared distance between the point and this bounding box. Returns a nicely formatted string for the bounds. Returns a nicely formatted string for the bounds. Represents an axis aligned bounding box with all values as integers. A BoundsInt.PositionCollection that contains all positions within the BoundsInt. The center of the bounding box. The maximal point of the box. The minimal point of the box. The position of the bounding box. The total size of the box. X value of the minimal point of the box. The maximal x point of the box. The minimal x point of the box. Y value of the minimal point of the box. The maximal y point of the box. The minimal y point of the box. Z value of the minimal point of the box. The maximal z point of the box. The minimal z point of the box. Clamps the position and size of this bounding box to the given bounds. Bounds to clamp to. Is point contained in the bounding box? Point to check. Whether the max limits are included in the check. Is point contained in the bounding box? Is point contained in the bounding box? Point to check. Whether the max limits are included in the check. Is point contained in the bounding box? An iterator that allows you to iterate over all positions within the BoundsInt. Current position of the enumerator. Returns this as an iterator that allows you to iterate over all positions within the BoundsInt. This BoundsInt.PositionEnumerator. Moves the enumerator to the next position. Whether the enumerator has successfully moved to the next position. Resets this enumerator to its starting state. Sets the bounds to the min and max value of the box. Returns a nicely formatted string for the bounds. Use this struct to set up a box cast command to be performed asynchronously during a job. Center of the box. The direction in which to sweep the box. The maximum distance of the sweep. Half the size of the box in each dimension. A LayerMask that is used to selectively ignore Colliders when casting a box. Rotation of the box. Creates a BoxcastCommand. Center of the box. Half the size of the box in each dimension. Rotation of the box. The direction in which to sweep the box. The maximum length of the cast. A that is used to selectively ignore colliders when casting a box. Schedules a batch of boxcasts to be performed in a job. A NativeArray of the BoxcastCommand to perform. A NativeArray of RaycastHit where the result of commands are stored. The minimum number of jobs which should be performed in a single job. A JobHandle of a job that must be completed before performing the box casts. Returns a JobHandle of the job that will perform the box casts. A box-shaped primitive collider. The center of the box, measured in the object's local space. The size of the box, measured in the object's local space. Collider for 2D physics representing an axis-aligned rectangle. Determines whether the BoxCollider2D's shape is automatically updated based on a SpriteRenderer's tiling properties. The center point of the collider in local space. Controls the radius of all edges created by the collider. The width and height of the rectangle. Contains information about compression methods, compression levels and block sizes that are supported by Asset Bundle compression at build time and recompression at runtime. LZ4HC "Chunk Based" Compression. LZ4 Compression for runtime recompression. LZMA Compression. Uncompressed Asset Bundle. Uncompressed Asset Bundle. Applies forces to simulate buoyancy, fluid-flow and fluid drag. A force applied to slow angular movement of any Collider2D in contact with the effector. The density of the fluid used to calculate the buoyancy forces. The angle of the force used to similate fluid flow. The magnitude of the force used to similate fluid flow. The random variation of the force used to similate fluid flow. A force applied to slow linear movement of any Collider2D in contact with the effector. Defines an arbitrary horizontal line that represents the fluid surface level. Data structure for cache. Please refer to See Also:Caching.AddCache for more information. The number of seconds that an AssetBundle may remain unused in the cache before it is automatically deleted. Returns the index of the cache in the cache list. Allows you to specify the total number of bytes that can be allocated for the cache. Returns the path of the cache. Returns true if the cache is readonly. Returns true if the cache is ready. Returns the number of currently unused bytes in the cache. Returns the used disk space in bytes. Returns true if the cache is valid. Removes all cached content in the cache that has been cached by the current application. The number of seconds that AssetBundles may remain unused in the cache. Returns True when cache clearing succeeded. Removes all cached content in the cache that has been cached by the current application. The number of seconds that AssetBundles may remain unused in the cache. Returns True when cache clearing succeeded. Data structure for downloading AssetBundles to a customized cache path. See Also:UnityWebRequestAssetBundle.GetAssetBundle for more information. Hash128 which is used as the version of the AssetBundle. AssetBundle name which is used as the customized cache path. The Caching class lets you manage cached AssetBundles, downloaded using UnityWebRequestAssetBundle.GetAssetBundle(). Returns the cache count in the cache list. Controls compression of cache data. Enabled by default. Gets or sets the current cache in which AssetBundles should be cached. Returns the default cache which is added by Unity internally. Returns true if Caching system is ready for use. Add a cache with the given path. Path to the cache folder. Removes all the cached versions of the given AssetBundle from the cache. The AssetBundle name. Returns true when cache clearing succeeded. Removes all AssetBundle content that has been cached by the current application. The number of seconds that AssetBundles may remain unused in the cache. True when cache clearing succeeded, false if cache was in use. Removes all AssetBundle content that has been cached by the current application. The number of seconds that AssetBundles may remain unused in the cache. True when cache clearing succeeded, false if cache was in use. Removes the given version of the AssetBundle. The AssetBundle name. Version needs to be cleaned. Returns true when cache clearing succeeded. Can return false if any cached bundle is in use. Removes all the cached versions of the AssetBundle from the cache, except for the specified version. The AssetBundle name. Version needs to be kept. Returns true when cache clearing succeeded. Returns all paths of the cache in the cache list. List of all the cache paths. Returns the Cache at the given position in the cache list. Index of the cache to get. A reference to the Cache at the index specified. Returns the Cache that has the given cache path. The cache path. A reference to the Cache with the given path. Returns all cached versions of the given AssetBundle. The AssetBundle name. List of all the cached version. Checks if an AssetBundle is cached. Url The filename of the AssetBundle. Domain and path information are stripped from this string automatically. Version The version number of the AssetBundle to check for. Negative values are not allowed. True if an AssetBundle matching the url and version parameters has previously been loaded using UnityWebRequestAssetBundle.GetAssetBundle() and is currently stored in the cache. Returns false if the AssetBundle is not in cache, either because it has been flushed from the cache or was never loaded using the Caching API. Bumps the timestamp of a cached file to be the current time. Moves the source Cache after the destination Cache in the cache list. The Cache to move. The Cache which should come before the source Cache in the cache list. Moves the source Cache before the destination Cache in the cache list. The Cache to move. The Cache which should come after the source Cache in the cache list. Removes the Cache from cache list. The Cache to be removed. Returns true if the Cache is removed. A Camera is a device through which the player views the world. Gets the temporary RenderTexture target for this Camera. The rendering path that is currently being used (Read Only). Returns all enabled cameras in the Scene. The number of cameras in the current Scene. Dynamic Resolution Scaling. High dynamic range rendering. MSAA rendering. Determines whether the stereo view matrices are suitable to allow for a single pass cull. The aspect ratio (width divided by height). The color with which the screen will be cleared. Matrix that transforms from camera space to world space (Read Only). Identifies what kind of camera this is. How the camera clears the background. Should the camera clear the stencil buffer after the deferred light pass? Number of command buffers set up on this camera (Read Only). This is used to render parts of the Scene selectively. Sets a custom matrix for the camera to use for all culling queries. The camera we are currently rendering with, for low-level render control only (Read Only). Camera's depth in the camera rendering order. How and if camera generates a depth texture. Mask to select which layers can trigger events on the camera. The far clipping plane distance. The field of view of the camera in degrees. The camera focal length, expressed in millimeters. To use this property, enable UsePhysicalProperties. Should camera rendering be forced into a RenderTexture. There are two gates for a camera, the sensor gate and the resolution gate. The physical camera sensor gate is defined by the sensorSize property, the resolution gate is defined by the render target area. High dynamic range rendering. Per-layer culling distances. How to perform per-layer culling for a Camera. The lens offset of the camera. The lens shift is relative to the sensor size. For example, a lens shift of 0.5 offsets the sensor by half its horizontal size. The first enabled camera tagged "MainCamera" (Read Only). The near clipping plane distance. Get or set the raw projection matrix with no camera offset (no jittering). Event that is fired after any camera finishes rendering. Event that is fired before any camera starts culling. Event that is fired before any camera starts rendering. Opaque object sorting mode. Is the camera orthographic (true) or perspective (false)? Camera's half-size when in orthographic mode. How tall is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only). Where on the screen is the camera rendered in pixel coordinates. How wide is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only). Get the view projection matrix used on the last frame. Set a custom projection matrix. Where on the screen is the camera rendered in normalized coordinates. The rendering path that should be used, if possible. How tall is the camera in pixels (accounting for dynamic resolution scaling) (Read Only). How wide is the camera in pixels (accounting for dynamic resolution scaling) (Read Only). If not null, the camera will only render the contents of the specified Scene. The size of the camera sensor, expressed in millimeters. Returns the eye that is currently rendering. If called when stereo is not enabled it will return Camera.MonoOrStereoscopicEye.Mono. If called during a camera rendering callback such as OnRenderImage it will return the currently rendering eye. If called outside of a rendering callback and stereo is enabled, it will return the default eye which is Camera.MonoOrStereoscopicEye.Left. Distance to a point where virtual eyes converge. Stereoscopic rendering. Render only once and use resulting image for both eyes. The distance between the virtual eyes. Use this to query or set the current eye separation. Note that most VR devices provide this value, in which case setting the value will have no effect. Defines which eye of a VR display the Camera renders into. Set the target display for this Camera. Destination render texture. An axis that describes the direction along which the distances of objects are measured for the purpose of sorting. Transparent object sorting mode. Should the jittered matrix be used for transparency rendering? Whether or not the Camera will use occlusion culling during rendering. Enable [UsePhysicalProperties] to use physical camera properties to compute the field of view and the frustum. Get the world-space speed of the camera (Read Only). Matrix that transforms from world to camera space. Add a command buffer to be executed at a specified place. When to execute the command buffer during rendering. The buffer to execute. Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point. The point during the graphics processing at which this command buffer should commence on the GPU. The buffer to execute. The desired async compute queue type to execute the buffer on. Given viewport coordinates, calculates the view space vectors pointing to the four frustum corners at the specified camera depth. Normalized viewport coordinates to use for the frustum calculation. Z-depth from the camera origin at which the corners will be calculated. Camera eye projection matrix to use. Output array for the frustum corner vectors. Cannot be null and length must be >= 4. Calculates and returns oblique near-plane projection matrix. Vector4 that describes a clip plane. Oblique near-plane projection matrix. Calculates the projection matrix from focal length, sensor size, lens shift, near plane distance, far plane distance, and Gate fit parameters. To calculate the projection matrix without taking Gate fit into account, use Camera.GateFitMode.None . See Also: Camera.GateFitParameters The calculated matrix. Focal length in millimeters. Sensor dimensions in Millimeters. Lens offset relative to the sensor size. Near plane distance. Far plane distance. Gate fit parameters to use. See Camera.GateFitParameters. Delegate type for camera callbacks. Makes this camera's settings match other camera. Copy camera settings to the other camera. Sets the non-jittered projection matrix, sourced from the VR SDK. Specifies the stereoscopic eye whose non-jittered projection matrix will be sourced from the VR SDK. Converts focal length to field of view. Focal length in millimeters. Sensor size in millimeters. Use the sensor height to get the vertical field of view. Use the sensor width to get the horizontal field of view. field of view in degrees. Converts field of view to focal length. Use either sensor height and vertical field of view or sensor width and horizontal field of view. field of view in degrees. Sensor size in millimeters. Focal length in millimeters. Enum used to specify how the sensor gate (sensor frame) defined by Camera.sensorSize fits into the resolution gate (render frame). Automatically selects a horizontal or vertical fit so that the sensor gate fits completely inside the resolution gate. Fit the resolution gate horizontally within the sensor gate. Stretch the sensor gate to fit exactly into the resolution gate. Automatically selects a horizontal or vertical fit so that the render frame fits completely inside the resolution gate. Fit the resolution gate vertically within the sensor gate. Wrapper for gate fit parameters Aspect ratio of the resolution gate. GateFitMode to use. See Camera.GateFitMode. Wrapper for gate fit parameters. Fills an array of Camera with the current cameras in the Scene, without allocating a new array. An array to be filled up with cameras currently in the Scene. Get command buffers to be executed at a specified place. When to execute the command buffer during rendering. Array of command buffers. Gets the non-jittered projection matrix of a specific left or right stereoscopic eye. Specifies the stereoscopic eye whose non-jittered projection matrix needs to be returned. The non-jittered projection matrix of the specified stereoscopic eye. Gets the projection matrix of a specific left or right stereoscopic eye. Specifies the stereoscopic eye whose projection matrix needs to be returned. The projection matrix of the specified stereoscopic eye. Gets the left or right view matrix of a specific stereoscopic eye. Specifies the stereoscopic eye whose view matrix needs to be returned. The view matrix of the specified stereoscopic eye. A Camera eye corresponding to the left or right human eye for stereoscopic rendering, or neither for non-stereoscopic rendering. A single Camera can render both left and right views in a single frame. Therefore, this enum describes which eye the Camera is currently rendering when returned by Camera.stereoActiveEye during a rendering callback (such as Camera.OnRenderImage), or which eye to act on when passed into a function. The default value is Camera.MonoOrStereoscopicEye.Left, so Camera.MonoOrStereoscopicEye.Left may be returned by some methods or properties when called outside of rendering if stereoscopic rendering is enabled. Camera eye corresponding to stereoscopic rendering of the left eye. Camera eye corresponding to non-stereoscopic rendering. Camera eye corresponding to stereoscopic rendering of the right eye. Remove all command buffers set on this camera. Remove command buffer from execution at a specified place. When to execute the command buffer during rendering. The buffer to execute. Remove command buffers from execution at a specified place. When to execute the command buffer during rendering. Render the camera manually. Render into a static cubemap from this camera. The cube map to render to. A bitmask which determines which of the six faces are rendered to. False if rendering fails, else true. Render into a cubemap from this camera. A bitfield indicating which cubemap faces should be rendered into. The texture to render to. False if rendering fails, else true. Render one side of a stereoscopic 360-degree image into a cubemap from this camera. The texture to render to. A bitfield indicating which cubemap faces should be rendered into. Set to the integer value 63 to render all faces. A Camera eye corresponding to the left or right eye for stereoscopic rendering, or neither for non-stereoscopic rendering. False if rendering fails, else true. Render the camera with shader replacement. Revert all camera parameters to default. Revert the aspect ratio to the screen's aspect ratio. Make culling queries reflect the camera's built in parameters. Reset to the default field of view. Make the projection reflect normal camera's parameters. Remove shader replacement from camera. Reset the camera to using the Unity computed projection matrices for all stereoscopic eyes. Reset the camera to using the Unity computed view matrices for all stereoscopic eyes. Resets this Camera's transparency sort settings to the default. Default transparency settings are taken from GraphicsSettings instead of directly from this Camera. Make the rendering position reflect the camera's position in the Scene. Returns a ray going from camera through a screen point. Optional argument that can be used to specify which eye transform to use. Default is Mono. Returns a ray going from camera through a screen point. Optional argument that can be used to specify which eye transform to use. Default is Mono. Transforms position from screen space into viewport space. Transforms position from screen space into world space. Make the camera render with shader replacement. Sets custom projection matrices for both the left and right stereoscopic eyes. Projection matrix for the stereoscopic left eye. Projection matrix for the stereoscopic right eye. Sets a custom projection matrix for a specific stereoscopic eye. Specifies the stereoscopic eye whose projection matrix needs to be set. The matrix to be set. Set custom view matrices for both eyes. View matrix for the stereo left eye. View matrix for the stereo right eye. Sets a custom view matrix for a specific stereoscopic eye. Specifies the stereoscopic view matrix to set. The matrix to be set. Sets the Camera to render to the chosen buffers of one or more RenderTextures. The RenderBuffer(s) to which color information will be rendered. The RenderBuffer to which depth information will be rendered. Sets the Camera to render to the chosen buffers of one or more RenderTextures. The RenderBuffer(s) to which color information will be rendered. The RenderBuffer to which depth information will be rendered. Enum used to specify either the left or the right eye of a stereoscopic camera. Specifies the target to be the left eye. Specifies the target to be the right eye. Returns a ray going from camera through a viewport point. Optional argument that can be used to specify which eye transform to use. Default is Mono. Returns a ray going from camera through a viewport point. Optional argument that can be used to specify which eye transform to use. Default is Mono. Transforms position from viewport space into screen space. Transforms position from viewport space into world space. The 3d vector in Viewport space. The 3d vector in World space. Transforms position from world space into screen space. Optional argument that can be used to specify which eye transform to use. Default is Mono. Transforms position from world space into screen space. Optional argument that can be used to specify which eye transform to use. Default is Mono. Transforms position from world space into viewport space. Optional argument that can be used to specify which eye transform to use. Default is Mono. Transforms position from world space into viewport space. Optional argument that can be used to specify which eye transform to use. Default is Mono. Values for Camera.clearFlags, determining what to clear when rendering a Camera. Clear only the depth buffer. Don't clear anything. Clear with the skybox. Clear with a background color. Describes different types of camera. Used to indicate a regular in-game camera. Used to indicate a camera that is used for rendering previews in the Editor. Used to indicate a camera that is used for rendering reflection probes. Used to indicate that a camera is used for rendering the Scene View in the Editor. Used to indicate that a camera is used for rendering VR (in edit mode) in the Editor. Element that can be used for screen rendering. Get or set the mask of additional shader channels to be used when creating the Canvas mesh. Cached calculated value based upon SortingLayerID. Is this the root Canvas? The normalized grid size that the canvas will split the renderable area into. Allows for nested canvases to override pixelPerfect settings inherited from parent canvases. Override the sorting of canvas. Force elements in the canvas to be aligned with pixels. Only applies with renderMode is Screen Space. Get the render rect for the Canvas. How far away from the camera is the Canvas generated. The number of pixels per unit that is considered the default. Is the Canvas in World or Overlay mode? The render order in which the canvas is being emitted to the Scene. (Read Only) Returns the Canvas closest to root, by checking through each parent and returning the last canvas found. If no other canvas is found then the canvas will return itself. Used to scale the entire canvas, while still making it fit the screen. Only applies with renderMode is Screen Space. The normalized grid size that the canvas will split the renderable area into. Unique ID of the Canvas' sorting layer. Name of the Canvas' sorting layer. Canvas' order within a sorting layer. For Overlay mode, display index on which the UI canvas will appear. Event that is called just before Canvas rendering happens. Camera used for sizing the Canvas when in Screen Space - Camera. Also used as the Camera that events will be sent through for a World Space [[Canvas]. Force all canvases to update their content. Returns the default material that can be used for rendering normal elements on the Canvas. Returns the default material that can be used for rendering text elements on the Canvas. Gets or generates the ETC1 Material. The generated ETC1 Material from the Canvas. A Canvas placable element that can be used to modify children Alpha, Raycasting, Enabled state. Set the alpha of the group. Does this group block raycasting (allow collision). Should the group ignore parent groups? Is the group interactable (are the elements beneath the group enabled). Returns true if the Group allows raycasts. A component that will render to the screen after all normal rendering has completed when attached to a Canvas. Designed for GUI application. Depth of the renderer relative to the root canvas. Indicates whether geometry emitted by this renderer is ignored. Indicates whether geometry emitted by this renderer can be ignored when the vertex color alpha is close to zero for every vertex of the mesh. True if any change has occured that would invalidate the positions of generated geometry. Enable 'render stack' pop draw call. True if rect clipping has been enabled on this renderer. See Also: CanvasRenderer.EnableRectClipping, CanvasRenderer.DisableRectClipping. Is the UIRenderer a mask component. The number of materials usable by this renderer. (Editor Only) Event that gets fired whenever the data in the CanvasRenderer gets invalidated and needs to be rebuilt. The number of materials usable by this renderer. Used internally for masking. Depth of the renderer realative to the parent canvas. Take the Vertex steam and split it corrisponding arrays (positions, colors, uv0s, uv1s, normals and tangents). The UIVertex list to split. The destination list for the verts positions. The destination list for the verts colors. The destination list for the verts uv0s. The destination list for the verts uv1s. The destination list for the verts normals. The destination list for the verts tangents. Remove all cached vertices. Convert a set of vertex components into a stream of UIVertex. Disables rectangle clipping for this CanvasRenderer. Enables rect clipping on the CanvasRendered. Geometry outside of the specified rect will be clipped (not rendered). Get the current alpha of the renderer. Get the current color of the renderer. Get the final inherited alpha calculated by including all the parent alphas from included parent CanvasGroups. The calculated inherited alpha. Gets the current Material assigned to the CanvasRenderer. The material index to retrieve (0 if this parameter is omitted). Result. Gets the current Material assigned to the CanvasRenderer. The material index to retrieve (0 if this parameter is omitted). Result. Gets the current Material assigned to the CanvasRenderer. Used internally for masking. Set the alpha of the renderer. Will be multiplied with the UIVertex alpha and the Canvas alpha. Alpha. The Alpha Texture that will be passed to the Shader under the _AlphaTex property. The Texture to be passed. Set the color of the renderer. Will be multiplied with the UIVertex color and the Canvas color. Renderer multiply color. Set the material for the canvas renderer. If a texture is specified then it will be used as the 'MainTex' instead of the material's 'MainTex'. See Also: CanvasRenderer.SetMaterialCount, CanvasRenderer.SetTexture. Material for rendering. Material texture overide. Material index. Set the material for the canvas renderer. If a texture is specified then it will be used as the 'MainTex' instead of the material's 'MainTex'. See Also: CanvasRenderer.SetMaterialCount, CanvasRenderer.SetTexture. Material for rendering. Material texture overide. Material index. Sets the Mesh used by this renderer. Set the material for the canvas renderer. Used internally for masking. Sets the texture used by this renderer's material. Set the vertices for the UIRenderer. Array of vertices to set. Number of vertices to set. Set the vertices for the UIRenderer. Array of vertices to set. Number of vertices to set. Given a list of UIVertex, split the stream into it's component types. Use this struct to set up a capsule cast command that is performed asynchronously during a job. The direction of the capsule cast. The maximum distance the capsule cast checks for collision. A LayerMask that selectively ignores Colliders when casting a capsule. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. Creates a CapsulecastCommand. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. The direction of the capsule cast The maximum length of the sweep. The LayerMask that selectively ignores Colliders when casting a capsule. Schedules a batch of capsule casts which are performed in a job. A NaviveArray of CapsulecastCommands to perform. A NavtiveArray of RaycastHit where the result of commands are stored. The minimum number of jobs which should be performed in a single job. A jobHandle of a job that must be completed before performing capsule casts. Returns a JobHandle of the job that will performs the capsule casts. A capsule-shaped primitive collider. The center of the capsule, measured in the object's local space. The direction of the capsule. The height of the capsule measured in the object's local space. The radius of the sphere, measured in the object's local space. A capsule-shaped primitive collider. The direction that the capsule sides can extend. The width and height of the capsule area. The direction that the capsule sides can extend. The capsule sides extend horizontally. The capsule sides extend vertically. A CharacterController allows you to easily do movement constrained by collisions without having to deal with a rigidbody. The center of the character's capsule relative to the transform's position. What part of the capsule collided with the environment during the last CharacterController.Move call. Determines whether other rigidbodies or character controllers collide with this character controller (by default this is always enabled). Enables or disables overlap recovery. Enables or disables overlap recovery. Used to depenetrate character controllers from static objects when an overlap is detected. The height of the character's capsule. Was the CharacterController touching the ground during the last move? Gets or sets the minimum move distance of the character controller. The radius of the character's capsule. The character's collision skin width. The character controllers slope limit in degrees. The character controllers step offset in meters. The current relative velocity of the Character (see notes). A more complex move function taking absolute movement deltas. Moves the character with speed. Specification for how to render a character from the font texture. See Font.characterInfo. The horizontal distance, rounded to the nearest integer, from the origin of this character to the origin of the next character. The horizontal distance from the origin of this glyph to the begining of the glyph image. Is the character flipped? The height of the glyph image. The width of the glyph image. Unicode value of the character. The maximum extend of the glyph image in the x-axis. The maximum extend of the glyph image in the y-axis. The minium extend of the glyph image in the x-axis. The minimum extend of the glyph image in the y-axis. The size of the character or 0 if it is the default font size. The style of the character. UV coordinates for the character in the texture. The uv coordinate matching the bottom left of the glyph image in the font texture. The uv coordinate matching the bottom right of the glyph image in the font texture. The uv coordinate matching the top left of the glyph image in the font texture. The uv coordinate matching the top right of the glyph image in the font texture. Screen coordinates for the character in generated text meshes. How far to advance between the beginning of this charcater and the next. Character Joints are mainly used for Ragdoll effects. Brings violated constraints back into alignment even when the solver fails. The upper limit around the primary axis of the character joint. The lower limit around the primary axis of the character joint. Set the angular tolerance threshold (in degrees) for projection. Set the linear tolerance threshold for projection. The angular limit of rotation (in degrees) around the primary axis of the character joint. The angular limit of rotation (in degrees) around the primary axis of the character joint. The secondary axis around which the joint can rotate. The configuration of the spring attached to the swing limits of the joint. The configuration of the spring attached to the twist limits of the joint. Collider for 2D physics representing an circle. The center point of the collider in local space. Radius of the circle. The Cloth class provides an interface to cloth simulation physics. Bending stiffness of the cloth. An array of CapsuleColliders which this Cloth instance should collide with. Number of cloth solver iterations per second. The cloth skinning coefficients used to set up how the cloth interacts with the skinned mesh. How much to increase mass of colliding particles. Damp cloth motion. Enable continuous collision to improve collision stability. Is this cloth enabled? A constant, external acceleration applied to the cloth. The friction of the cloth when colliding with the character. The current normals of the cloth object. A random, external acceleration applied to the cloth. Minimum distance at which two cloth particles repel each other (default: 0.0). Self-collision stiffness defines how strong the separating impulse should be for colliding particles. Cloth's sleep threshold. An array of ClothSphereColliderPairs which this Cloth instance should collide with. Sets the stiffness frequency parameter. Stretching stiffness of the cloth. Should gravity affect the cloth simulation? Use Tether Anchors. Add one virtual particle per triangle to improve collision stability. The current vertex positions of the cloth object. How much world-space acceleration of the character will affect cloth vertices. How much world-space movement of the character will affect cloth vertices. Clear the pending transform changes from affecting the cloth simulation. Get list of particles to be used for self and inter collision. List to be populated with cloth particle indices that are used for self and/or inter collision. Get list of indices to be used when generating virtual particles. List to be populated with virtual particle indices. Get weights to be used when generating virtual particles for cloth. List to populate with virtual particle weights. Fade the cloth simulation in or out. Fading enabled or not. This allows you to set the cloth indices used for self and inter collision. List of cloth particles indices to use for cloth self and/or inter collision. Set indices to use when generating virtual particles. List of cloth particle indices to use when generating virtual particles. Sets weights to be used when generating virtual particles for cloth. List of weights to be used when setting virutal particles for cloth. The ClothSkinningCoefficient struct is used to set up how a Cloth component is allowed to move with respect to the SkinnedMeshRenderer it is attached to. Definition of a sphere a vertex is not allowed to enter. This allows collision against the animated cloth. Distance a vertex is allowed to travel from the skinned mesh vertex position. A pair of SphereColliders used to define shapes for Cloth objects to collide against. The first SphereCollider of a ClothSphereColliderPair. The second SphereCollider of a ClothSphereColliderPair. Creates a ClothSphereColliderPair. If only one SphereCollider is given, the ClothSphereColliderPair will define a simple sphere. If two SphereColliders are given, the ClothSphereColliderPair defines a conic capsule shape, composed of the two spheres and the cone connecting the two. The first SphereCollider of a ClothSphereColliderPair. The second SphereCollider of a ClothSphereColliderPair. Creates a ClothSphereColliderPair. If only one SphereCollider is given, the ClothSphereColliderPair will define a simple sphere. If two SphereColliders are given, the ClothSphereColliderPair defines a conic capsule shape, composed of the two spheres and the cone connecting the two. The first SphereCollider of a ClothSphereColliderPair. The second SphereCollider of a ClothSphereColliderPair. Interface for reading and writing inputs in a Unity Cluster. Add a new VRPN input entry. Name of the input entry. This has to be unique. Device name registered to VRPN server. URL to the vrpn server. Index of the Input entry, refer to vrpn.cfg if unsure. Type of the input. True if the operation succeed. Check the connection status of the device to the VRPN server it connected to. Name of the input entry. Edit an input entry which added via ClusterInput.AddInput. Name of the input entry. This has to be unique. Device name registered to VRPN server. URL to the vrpn server. Index of the Input entry, refer to vrpn.cfg if unsure. Type of the ClusterInputType as follow. Returns the axis value as a continous float. Name of input to poll.c. Returns the binary value of a button. Name of input to poll. Return the position of a tracker as a Vector3. Name of input to poll. Returns the rotation of a tracker as a Quaternion. Name of input to poll. Sets the axis value for this input. Only works for input typed Custom. Name of input to modify. Value to set. Sets the button value for this input. Only works for input typed Custom. Name of input to modify. Value to set. Sets the tracker position for this input. Only works for input typed Custom. Name of input to modify. Value to set. Sets the tracker rotation for this input. Only works for input typed Custom. Name of input to modify. Value to set. Values to determine the type of input value to be expect from one entry of ClusterInput. Device is an analog axis that provides continuous value represented by a float. Device that return a binary result of pressed or not pressed. A user customized input. Device that provide position and orientation values. A helper class that contains static method to inquire status of Unity Cluster. Check whether the current instance is disconnected from the cluster network. Check whether the current instance is a master node in the cluster network. To acquire or set the node index of the current machine from the cluster network. A base class of all colliders. The rigidbody the collider is attached to. The world space bounding volume of the collider (Read Only). Contact offset value of this collider. Enabled Colliders will collide with other Colliders, disabled Colliders won't. Is the collider a trigger? The material used by the collider. The shared physic material of this collider. Returns a point on the collider that is closest to a given location. Location you want to find the closest point to. The point on the collider that is closest to the specified location. The closest point to the bounding box of the attached collider. Casts a Ray that ignores all Colliders except this one. The starting point and direction of the ray. If true is returned, hitInfo will contain more information about where the collider was hit. The max length of the ray. True when the ray intersects the collider, otherwise false. Parent class for collider types used with 2D gameplay. The Rigidbody2D attached to the Collider2D. Get the bounciness used by the collider. The world space bounding area of the collider. Get the CompositeCollider2D that is available to be attached to the collider. The density of the collider used to calculate its mass (when auto mass is enabled). Get the friction used by the collider. Is this collider configured as a trigger? The local offset of the collider geometry. The number of separate shaped regions in the collider. The PhysicsMaterial2D that is applied to this collider. Sets whether the Collider will be used or not used by a CompositeCollider2D. Whether the collider is used by an attached effector or not. Casts the collider shape into the Scene starting at the collider position ignoring the collider itself. Vector representing the direction to cast the shape. Array to receive results. Maximum distance over which to cast the shape. Should colliders attached to the same Rigidbody2D (known as sibling colliders) be ignored? The number of results returned. Casts the collider shape into the Scene starting at the collider position ignoring the collider itself. Vector representing the direction to cast the shape. Filter results defined by the contact filter. Array to receive results. Maximum distance over which to cast the shape. Should colliders attached to the same Rigidbody2D (known as sibling colliders) be ignored? The number of results returned. Calculates the minimum separation of this collider against another collider. A collider used to calculate the minimum separation against this collider. The minimum separation of collider and this collider. Retrieves all contact points for this collider. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all colliders in contact with this collider. An array of Collider2D used to receive the results. Returns the number of contacts placed in the colliders array. Retrieves all contact points for this collider, with the results filtered by the ContactFilter2D. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all colliders in contact with this collider, with the results filtered by the ContactFilter2D. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of Collider2D used to receive the results. Returns the number of collidersplaced in the colliders array. Check whether this collider is touching the collider or not. The collider to check if it is touching this collider. Whether this collider is touching the collider or not. Check whether this collider is touching the collider or not with the results filtered by the ContactFilter2D. The collider to check if it is touching this collider. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Whether this collider is touching the collider or not. Check whether this collider is touching other colliders or not with the results filtered by the ContactFilter2D. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Whether this collider is touching the collider or not. Checks whether this collider is touching any colliders on the specified layerMask or not. Any colliders on any of these layers count as touching. Whether this collider is touching any collider on the specified layerMask or not. Get a list of all colliders that overlap this collider. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Check if a collider overlaps a point in space. A point in world space. Does point overlap the collider? Casts a ray into the Scene starting at the collider position ignoring the collider itself. Vector representing the direction of the ray. Array to receive results. Maximum distance over which to cast the ray. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. Filter results defined by the contact filter. The number of results returned. Casts a ray into the Scene starting at the collider position ignoring the collider itself. Vector representing the direction of the ray. Array to receive results. Maximum distance over which to cast the ray. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. Filter results defined by the contact filter. The number of results returned. Represents the separation or overlap of two Collider2D. Gets the distance between two colliders. Gets whether the distance represents an overlap or not. Gets whether the distance is valid or not. A normalized vector that points from pointB to pointA. A point on a Collider2D that is a specific distance away from pointB. A point on a Collider2D that is a specific distance away from pointA. Describes a collision. The Collider we hit (Read Only). Gets the number of contacts for this collision. The contact points generated by the physics engine. You should avoid using this as it produces memory garbage. Use GetContact or GetContacts instead. The GameObject whose collider you are colliding with. (Read Only). The total impulse applied to this contact pair to resolve the collision. The relative linear velocity of the two colliding objects (Read Only). The Rigidbody we hit (Read Only). This is null if the object we hit is a collider with no rigidbody attached. The Transform of the object we hit (Read Only). Gets the contact point at the specified index. The index of the contact to retrieve. The contact at the specified index. Retrieves all contact points for this collision. An array of ContactPoint used to receive the results. Returns the number of contacts placed in the contacts array. Collision details returned by 2D physics callback functions. The incoming Collider2D involved in the collision with the otherCollider. Gets the number of contacts for this collision. The specific points of contact with the incoming Collider2D. You should avoid using this as it produces memory garbage. Use GetContact or GetContacts instead. Indicates whether the collision response or reaction is enabled or disabled. The incoming GameObject involved in the collision. The other Collider2D involved in the collision with the collider. The other Rigidbody2D involved in the collision with the rigidbody. The relative linear velocity of the two colliding objects (Read Only). The incoming Rigidbody2D involved in the collision with the otherRigidbody. The Transform of the incoming object involved in the collision. Gets the contact point at the specified index. The index of the contact to retrieve. The contact at the specified index. Retrieves all contact points for contacts between collider and otherCollider. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. The collision detection mode constants used for Rigidbody.collisionDetectionMode. Continuous collision detection is on for colliding with static mesh geometry. Continuous collision detection is on for colliding with static and dynamic geometry. Speculative continuous collision detection is on for static and dynamic geometries Continuous collision detection is off for this Rigidbody. Controls how collisions are detected when a Rigidbody2D moves. Ensures that all collisions are detected when a Rigidbody2D moves. When a Rigidbody2D moves, only collisions at the new position are detected. This mode is obsolete. You should use Discrete mode. CollisionFlags is a bitmask returned by CharacterController.Move. CollisionFlags is a bitmask returned by CharacterController.Move. CollisionFlags is a bitmask returned by CharacterController.Move. CollisionFlags is a bitmask returned by CharacterController.Move. CollisionFlags is a bitmask returned by CharacterController.Move. Representation of RGBA colors. Alpha component of the color (0 is transparent, 1 is opaque). Blue component of the color. Solid black. RGBA is (0, 0, 0, 1). Solid blue. RGBA is (0, 0, 1, 1). Completely transparent. RGBA is (0, 0, 0, 0). Cyan. RGBA is (0, 1, 1, 1). Green component of the color. A version of the color that has had the gamma curve applied. Gray. RGBA is (0.5, 0.5, 0.5, 1). The grayscale value of the color. (Read Only) Solid green. RGBA is (0, 1, 0, 1). English spelling for gray. RGBA is the same (0.5, 0.5, 0.5, 1). A linear value of an sRGB color. Magenta. RGBA is (1, 0, 1, 1). Returns the maximum color component value: Max(r,g,b). Red component of the color. Solid red. RGBA is (1, 0, 0, 1). Solid white. RGBA is (1, 1, 1, 1). Yellow. RGBA is (1, 0.92, 0.016, 1), but the color is nice to look at! Constructs a new Color with given r,g,b,a components. Red component. Green component. Blue component. Alpha component. Constructs a new Color with given r,g,b components and sets a to 1. Red component. Green component. Blue component. Creates an RGB colour from HSV input. Hue [0..1]. Saturation [0..1]. Brightness value [0..1]. Output HDR colours. If true, the returned colour will not be clamped to [0..1]. An opaque colour with HSV matching the input. Creates an RGB colour from HSV input. Hue [0..1]. Saturation [0..1]. Brightness value [0..1]. Output HDR colours. If true, the returned colour will not be clamped to [0..1]. An opaque colour with HSV matching the input. Colors can be implicitly converted to and from Vector4. Colors can be implicitly converted to and from Vector4. Linearly interpolates between colors a and b by t. Color a. Color b. Float for combining a and b. Linearly interpolates between colors a and b by t. Divides color a by the float b. Each color component is scaled separately. Subtracts color b from color a. Each component is subtracted separately. Multiplies two colors together. Each component is multiplied separately. Multiplies color a by the float b. Each color component is scaled separately. Multiplies color a by the float b. Each color component is scaled separately. Adds two colors together. Each component is added separately. Calculates the hue, saturation and value of an RGB input color. An input color. Output variable for hue. Output variable for saturation. Output variable for value. Access the r, g, b,a components using [0], [1], [2], [3] respectively. Returns a nicely formatted string of this color. Returns a nicely formatted string of this color. Representation of RGBA colors in 32 bit format. Alpha component of the color. Blue component of the color. Green component of the color. Red component of the color. Constructs a new Color32 with given r, g, b, a components. Color32 can be implicitly converted to and from Color. Color32 can be implicitly converted to and from Color. Linearly interpolates between colors a and b by t. Linearly interpolates between colors a and b by t. Returns a nicely formatted string of this color. Returns a nicely formatted string of this color. Represents a color gamut. sRGB color gamut. Display-P3 color gamut. DolbyHDR high dynamic range color gamut. HDR10 high dynamic range color gamut. Rec. 2020 color gamut. Rec. 709 color gamut. Color space for player settings. Gamma color space. Linear color space. Uninitialized color space. Attribute used to configure the usage of the ColorField and Color Picker for a color. If set to true the Color is treated as a HDR color. Maximum allowed HDR color component value when using the HDR Color Picker. Maximum exposure value allowed in the HDR Color Picker. Minimum allowed HDR color component value when using the Color Picker. Minimum exposure value allowed in the HDR Color Picker. If false then the alpha bar is hidden in the ColorField and the alpha value is not shown in the Color Picker. Attribute for Color fields. Used for configuring the GUI for the color. If false then the alpha channel info is hidden both in the ColorField and in the Color Picker. Set to true if the color should be treated as a HDR color (default value: false). Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0). Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8). Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125). Maximum exposure value allowed in the HDR Color Picker (default value: 3). Attribute for Color fields. Used for configuring the GUI for the color. If false then the alpha channel info is hidden both in the ColorField and in the Color Picker. Set to true if the color should be treated as a HDR color (default value: false). Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0). Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8). Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125). Maximum exposure value allowed in the HDR Color Picker (default value: 3). Attribute for Color fields. Used for configuring the GUI for the color. If false then the alpha channel info is hidden both in the ColorField and in the Color Picker. Set to true if the color should be treated as a HDR color (default value: false). Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0). Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8). Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125). Maximum exposure value allowed in the HDR Color Picker (default value: 3). A collection of common color functions. Returns the color as a hexadecimal string in the format "RRGGBB". The color to be converted. Hexadecimal string representing the color. Returns the color as a hexadecimal string in the format "RRGGBBAA". The color to be converted. Hexadecimal string representing the color. Attempts to convert a html color string. Case insensitive html string to be converted into a color. The converted color. True if the string was successfully converted else false. Struct used to describe meshes to be combined using Mesh.CombineMeshes. The baked lightmap UV scale and offset applied to the Mesh. Mesh to combine. The realtime lightmap UV scale and offset applied to the Mesh. Sub-Mesh index of the Mesh. Matrix to transform the Mesh with before combining. Interface into compass functionality. Used to enable or disable compass. Note, that if you want Input.compass.trueHeading property to contain a valid value, you must also enable location updates by calling Input.location.Start(). Accuracy of heading reading in degrees. The heading in degrees relative to the magnetic North Pole. (Read Only) The raw geomagnetic data measured in microteslas. (Read Only) Timestamp (in seconds since 1970) when the heading was last time updated. (Read Only) The heading in degrees relative to the geographic North Pole. (Read Only) Base class for everything attached to GameObjects. The Animation attached to this GameObject. (Null if there is none attached). The AudioSource attached to this GameObject. (Null if there is none attached). The Camera attached to this GameObject. (Null if there is none attached). The Collider attached to this GameObject. (Null if there is none attached). The Collider2D component attached to the object. The ConstantForce attached to this GameObject. (Null if there is none attached). The game object this component is attached to. A component is always attached to a game object. The GUIText attached to this GameObject. (Null if there is none attached). The GUITexture attached to this GameObject (Read Only). (null if there is none attached). The HingeJoint attached to this GameObject. (Null if there is none attached). The Light attached to this GameObject. (Null if there is none attached). The NetworkView attached to this GameObject (Read Only). (null if there is none attached). The ParticleSystem attached to this GameObject. (Null if there is none attached). The Renderer attached to this GameObject. (Null if there is none attached). The Rigidbody attached to this GameObject. (Null if there is none attached). The Rigidbody2D that is attached to the Component's GameObject. The tag of this game object. The Transform attached to this GameObject. Calls the method named methodName on every MonoBehaviour in this game object or any of its children. Name of the method to call. Optional parameter to pass to the method (can be any value). Should an error be raised if the method does not exist for a given target object? Calls the method named methodName on every MonoBehaviour in this game object or any of its children. Name of the method to call. Optional parameter to pass to the method (can be any value). Should an error be raised if the method does not exist for a given target object? Calls the method named methodName on every MonoBehaviour in this game object or any of its children. Name of the method to call. Optional parameter to pass to the method (can be any value). Should an error be raised if the method does not exist for a given target object? Calls the method named methodName on every MonoBehaviour in this game object or any of its children. Name of the method to call. Optional parameter to pass to the method (can be any value). Should an error be raised if the method does not exist for a given target object? Is this game object tagged with tag ? The tag to compare. Returns the component of Type type if the game object has one attached, null if it doesn't. The type of Component to retrieve. Generic version. See the page for more details. Returns the component with name type if the game object has one attached, null if it doesn't. Returns the component of Type type in the GameObject or any of its children using depth first search. The type of Component to retrieve. A component of the matching type, if found. Generic version. See the page for more details. A component of the matching type, if found. Returns the component of Type type in the GameObject or any of its parents. The type of Component to retrieve. A component of the matching type, if found. Generic version. See the page for more details. A component of the matching type, if found. Returns all components of Type type in the GameObject. The type of Component to retrieve. Generic version. See the page for more details. Returns all components of Type type in the GameObject or any of its children. The type of Component to retrieve. Should Components on inactive GameObjects be included in the found set? includeInactive decides which children of the GameObject will be searched. The GameObject that you call GetComponentsInChildren on is always searched regardless. Returns all components of Type type in the GameObject or any of its children. The type of Component to retrieve. Should Components on inactive GameObjects be included in the found set? includeInactive decides which children of the GameObject will be searched. The GameObject that you call GetComponentsInChildren on is always searched regardless. Generic version. See the page for more details. Should Components on inactive GameObjects be included in the found set? includeInactive decides which children of the GameObject will be searched. The GameObject that you call GetComponentsInChildren on is always searched regardless. A list of all found components matching the specified type. Generic version. See the page for more details. A list of all found components matching the specified type. Returns all components of Type type in the GameObject or any of its parents. The type of Component to retrieve. Should inactive Components be included in the found set? Generic version. See the page for more details. Should inactive Components be included in the found set? Generic version. See the page for more details. Should inactive Components be included in the found set? Calls the method named methodName on every MonoBehaviour in this game object. Name of the method to call. Optional parameter for the method. Should an error be raised if the target object doesn't implement the method for the message? Calls the method named methodName on every MonoBehaviour in this game object. Name of the method to call. Optional parameter for the method. Should an error be raised if the target object doesn't implement the method for the message? Calls the method named methodName on every MonoBehaviour in this game object. Name of the method to call. Optional parameter for the method. Should an error be raised if the target object doesn't implement the method for the message? Calls the method named methodName on every MonoBehaviour in this game object. Name of the method to call. Optional parameter for the method. Should an error be raised if the target object doesn't implement the method for the message? Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. Name of method to call. Optional parameter value for the method. Should an error be raised if the method does not exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. Name of method to call. Optional parameter value for the method. Should an error be raised if the method does not exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. Name of method to call. Optional parameter value for the method. Should an error be raised if the method does not exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. Name of method to call. Optional parameter value for the method. Should an error be raised if the method does not exist on the target object? A Collider that can merge other Colliders together. Controls the radius of all edges created by the Collider. Specifies when to generate the Composite Collider geometry. Specifies the type of geometry the Composite Collider should generate. The number of paths in the Collider. Gets the total number of points in all the paths within the Collider. Controls the minimum distance allowed between generated vertices. Regenerates the Composite Collider geometry. Specifies when to generate the Composite Collider geometry. Sets the Composite Collider geometry to not automatically update when a Collider used by the Composite Collider changes. Sets the Composite Collider geometry to update synchronously immediately when a Collider used by the Composite Collider changes. Specifies the type of geometry the Composite Collider generates. Sets the Composite Collider to generate closed outlines for the merged Collider geometry consisting of only edges. Sets the Composite Collider to generate closed outlines for the merged Collider geometry consisting of convex polygon shapes. Gets a path from the Collider by its index. The index of the path from 0 to pathCount. An ordered array of the vertices or points in the selected path. Returns the number of points placed in the points array. Gets the number of points in the specified path from the Collider by its index. The index of the path from 0 to pathCount. Returns the number of points in the path specified by index. Compression Levels relate to how much time should be spent compressing Assets into an Asset Bundle. No compression. Compression Method for Asset Bundles. LZ4 compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use. LZ4HC is a high compression variant of LZ4. LZ4HC compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use. LZMA compression results in smaller compressed Asset Bundles but they must be entirely decompressed before use. Uncompressed Asset Bundles are larger than compressed Asset Bundles, but they are the fastest to access once downloaded. GPU data buffer, mostly for use with compute shaders. Number of elements in the buffer (Read Only). Size of one element in the buffer (Read Only). Copy counter value of append/consume buffer into another buffer. Append/consume buffer to copy the counter from. A buffer to copy the counter to. Target byte offset in dst. Create a Compute Buffer. Number of elements in the buffer. Size of one element in the buffer. Has to match size of buffer type in the shader. See for cross-platform compatibility information. Type of the buffer, default is ComputeBufferType.Default (structured buffer). Create a Compute Buffer. Number of elements in the buffer. Size of one element in the buffer. Has to match size of buffer type in the shader. See for cross-platform compatibility information. Type of the buffer, default is ComputeBufferType.Default (structured buffer). Read data values from the buffer into an array. The array can only use <a href="https:docs.microsoft.comen-usdotnetframeworkinteropblittable-and-non-blittable-types">blittable<a> types. An array to receive the data. Partial read of data values from the buffer into an array. An array to receive the data. The first element index in data where retrieved elements are copied. The first element index of the compute buffer from which elements are read. The number of elements to retrieve. Retrieve a native (underlying graphics API) pointer to the buffer. Pointer to the underlying graphics API buffer. Returns true if this compute buffer is valid and false otherwise. Release a Compute Buffer. Sets counter value of append/consume buffer. Value of the append/consume counter. Set the buffer with values from an array. Array of values to fill the buffer. Partial copy of data values from an array into the buffer. Array of values to fill the buffer. The first element index in data to copy to the compute buffer. The first element index in compute buffer to receive the data. The number of elements to copy. ComputeBuffer type. Append-consume ComputeBuffer type. ComputeBuffer with a counter. Default ComputeBuffer type (structured buffer). ComputeBuffer used for Graphics.DrawProceduralIndirect, ComputeShader.DispatchIndirect or Graphics.DrawMeshInstancedIndirect arguments. Raw ComputeBuffer type (byte address buffer). Compute Shader asset. Execute a compute shader. Which kernel to execute. A single compute shader asset can have multiple kernel entry points. Number of work groups in the X dimension. Number of work groups in the Y dimension. Number of work groups in the Z dimension. Execute a compute shader. Which kernel to execute. A single compute shader asset can have multiple kernel entry points. Buffer with dispatch arguments. The byte offset into the buffer, where the draw arguments start. Find ComputeShader kernel index. Name of kernel function. The Kernel index, or logs a "FindKernel failed" error message if the kernel is not found. Get kernel thread group sizes. Which kernel to query. A single compute shader asset can have multiple kernel entry points. Thread group size in the X dimension. Thread group size in the Y dimension. Thread group size in the Z dimension. Checks whether a shader contains a given kernel. The name of the kernel to look for. True if the kernel is found, false otherwise. Set a bool parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a bool parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Sets an input or output compute buffer. For which kernel the buffer is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Buffer to set. Sets an input or output compute buffer. For which kernel the buffer is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Buffer to set. Set a float parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a float parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set multiple consecutive float parameters at once. Array variable name in the shader code. Property name ID, use Shader.PropertyToID to get it. Value array to set. Set multiple consecutive float parameters at once. Array variable name in the shader code. Property name ID, use Shader.PropertyToID to get it. Value array to set. Set an integer parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set an integer parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set multiple consecutive integer parameters at once. Array variable name in the shader code. Property name ID, use Shader.PropertyToID to get it. Value array to set. Set multiple consecutive integer parameters at once. Array variable name in the shader code. Property name ID, use Shader.PropertyToID to get it. Value array to set. Set a Matrix parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a Matrix parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a Matrix array parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a Matrix array parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a texture parameter. For which kernel the texture is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Texture to set. Optional mipmap level of the read-write texture. Set a texture parameter. For which kernel the texture is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Texture to set. Optional mipmap level of the read-write texture. Set a texture parameter. For which kernel the texture is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Texture to set. Optional mipmap level of the read-write texture. Set a texture parameter. For which kernel the texture is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Texture to set. Optional mipmap level of the read-write texture. Set a texture parameter from a global texture property. For which kernel the texture is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Global texture property to assign to shader. Property name ID, use Shader.PropertyToID to get it. Set a texture parameter from a global texture property. For which kernel the texture is being set. See FindKernel. Property name ID, use Shader.PropertyToID to get it. Name of the buffer variable in shader code. Global texture property to assign to shader. Property name ID, use Shader.PropertyToID to get it. Set a vector parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a vector parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a vector array parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. Set a vector array parameter. Variable name in shader code. Property name ID, use Shader.PropertyToID to get it. Value to set. The configurable joint is an extremely flexible joint giving you complete control over rotation and linear motion. Definition of how the joint's rotation will behave around its local X axis. Only used if Rotation Drive Mode is Swing & Twist. The configuration of the spring attached to the angular X limit of the joint. Allow rotation around the X axis to be Free, completely Locked, or Limited according to Low and High Angular XLimit. Boundary defining rotation restriction, based on delta from original rotation. Allow rotation around the Y axis to be Free, completely Locked, or Limited according to Angular YLimit. Definition of how the joint's rotation will behave around its local Y and Z axes. Only used if Rotation Drive Mode is Swing & Twist. The configuration of the spring attached to the angular Y and angular Z limits of the joint. Boundary defining rotation restriction, based on delta from original rotation. Allow rotation around the Z axis to be Free, completely Locked, or Limited according to Angular ZLimit. If enabled, all Target values will be calculated in world space instead of the object's local space. Boundary defining upper rotation restriction, based on delta from original rotation. Boundary defining movement restriction, based on distance from the joint's origin. The configuration of the spring attached to the linear limit of the joint. Boundary defining lower rotation restriction, based on delta from original rotation. Set the angular tolerance threshold (in degrees) for projection. If the joint deviates by more than this angle around its locked angular degrees of freedom, the solver will move the bodies to close the angle. Setting a very small tolerance may result in simulation jitter or other artifacts. Sometimes it is not possible to project (for example when the joints form a cycle). Set the linear tolerance threshold for projection. If the joint separates by more than this distance along its locked degrees of freedom, the solver will move the bodies to close the distance. Setting a very small tolerance may result in simulation jitter or other artifacts. Sometimes it is not possible to project (for example when the joints form a cycle). Brings violated constraints back into alignment even when the solver fails. Projection is not a physical process and does not preserve momentum or respect collision geometry. It is best avoided if practical, but can be useful in improving simulation quality where joint separation results in unacceptable artifacts. Control the object's rotation with either X & YZ or Slerp Drive by itself. The joint's secondary axis. Definition of how the joint's rotation will behave around all local axes. Only used if Rotation Drive Mode is Slerp Only. If enabled, the two connected rigidbodies will be swapped, as if the joint was attached to the other body. This is a Vector3. It defines the desired angular velocity that the joint should rotate into. The desired position that the joint should move into. This is a Quaternion. It defines the desired rotation that the joint should rotate into. The desired velocity that the joint should move along. Definition of how the joint's movement will behave along its local X axis. Allow movement along the X axis to be Free, completely Locked, or Limited according to Linear Limit. Definition of how the joint's movement will behave along its local Y axis. Allow movement along the Y axis to be Free, completely Locked, or Limited according to Linear Limit. Definition of how the joint's movement will behave along its local Z axis. Allow movement along the Z axis to be Free, completely Locked, or Limited according to Linear Limit. Constrains movement for a ConfigurableJoint along the 6 axes. Motion along the axis will be completely free and completely unconstrained. Motion along the axis will be limited by the respective limit. Motion along the axis will be locked. The various test results the connection tester may return with. A force applied constantly. The force applied to the rigidbody every frame. The force - relative to the rigid bodies coordinate system - applied every frame. The torque - relative to the rigid bodies coordinate system - applied every frame. The torque applied to the rigidbody every frame. Applies both linear and angular (torque) forces continuously to the rigidbody each physics update. The linear force applied to the rigidbody each physics update. The linear force, relative to the rigid-body coordinate system, applied each physics update. The torque applied to the rigidbody each physics update. A set of parameters for filtering contact results. Given the current state of the contact filter, determine whether it would filter anything. Sets the contact filter to filter the results that only include Collider2D on the layers defined by the layer mask. Sets the contact filter to filter the results to only include Collider2D with a Z coordinate (depth) less than this value. Sets the contact filter to filter the results to only include contacts with collision normal angles that are less than this angle. Sets the contact filter to filter the results to only include Collider2D with a Z coordinate (depth) greater than this value. Sets the contact filter to filter the results to only include contacts with collision normal angles that are greater than this angle. Sets the contact filter to filter the results by depth using minDepth and maxDepth. Sets the contact filter to filter results by layer mask. Sets the contact filter to filter the results by the collision's normal angle using minNormalAngle and maxNormalAngle. Sets the contact filter to filter within the minDepth and maxDepth range, or outside that range. Sets the contact filter to filter within the minNormalAngle and maxNormalAngle range, or outside that range. Sets to filter contact results based on trigger collider involvement. Turns off depth filtering by setting useDepth to false. The associated values of minDepth and maxDepth are not changed. Turns off layer mask filtering by setting useLayerMask to false. The associated value of layerMask is not changed. Turns off normal angle filtering by setting useNormalAngle to false. The associated values of minNormalAngle and maxNormalAngle are not changed. Checks if the Transform for obj is within the depth range to be filtered. The GameObject used to check the z-position (depth) of Transform.position. Returns true when obj is excluded by the filter and false if otherwise. Checks if the GameObject.layer for obj is included in the layerMask to be filtered. The GameObject used to check the GameObject.layer. Returns true when obj is excluded by the filter and false if otherwise. Checks if the angle of normal is within the normal angle range to be filtered. The normal used to calculate an angle. Returns true when normal is excluded by the filter and false if otherwise. Checks if the angle is within the normal angle range to be filtered. The angle used for comparison in the filter. Returns true when angle is excluded by the filter and false if otherwise. Checks if the collider is a trigger and should be filtered by the useTriggers to be filtered. The Collider2D used to check for a trigger. Returns true when collider is excluded by the filter and false if otherwise. Sets the contact filter to not filter any ContactPoint2D. A copy of the contact filter set to not filter any ContactPoint2D. Sets the minDepth and maxDepth filter properties and turns on depth filtering by setting useDepth to true. The value used to set minDepth. The value used to set maxDepth. Sets the layerMask filter property using the layerMask parameter provided and also enables layer mask filtering by setting useLayerMask to true. The value used to set the layerMask. Sets the minNormalAngle and maxNormalAngle filter properties and turns on normal angle filtering by setting useNormalAngle to true. The value used to set the minNormalAngle. The value used to set the maxNormalAngle. Describes a contact point where the collision occurs. Normal of the contact point. The other collider in contact at the point. The point of contact. The distance between the colliders at the contact point. The first collider in contact at the point. Details about a specific point of contact involved in a 2D physics collision. The incoming Collider2D involved in the collision with the otherCollider. Indicates whether the collision response or reaction is enabled or disabled. Surface normal at the contact point. Gets the impulse force applied at the contact point along the ContactPoint2D.normal. The other Collider2D involved in the collision with the collider. The other Rigidbody2D involved in the collision with the rigidbody. The point of contact between the two colliders in world space. Gets the relative velocity of the two colliders at the contact point (Read Only). The incoming Rigidbody2D involved in the collision with the otherRigidbody. Gets the distance between the colliders at the contact point. Gets the impulse force applied at the contact point which is perpendicular to the ContactPoint2D.normal. The ContextMenu attribute allows you to add commands to the context menu. Adds the function to the context menu of the component. The name of the context menu item. Whether this is a validate function (defaults to false). Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear. Adds the function to the context menu of the component. The name of the context menu item. Whether this is a validate function (defaults to false). Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear. Adds the function to the context menu of the component. The name of the context menu item. Whether this is a validate function (defaults to false). Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear. Use this attribute to add a context menu to a field that calls a named method. The name of the function that should be called. The name of the context menu item. Use this attribute to add a context menu to a field that calls a named method. The name of the context menu item. The name of the function that should be called. ControllerColliderHit is used by CharacterController.OnControllerColliderHit to give detailed information about the collision and how to deal with it. The collider that was hit by the controller. The controller that hit the collider. The game object that was hit by the controller. The direction the CharacterController was moving in when the collision occured. How far the character has travelled until it hit the collider. The normal of the surface we collided with in world space. The impact point in world space. The rigidbody that was hit by the controller. The transform that was hit by the controller. MonoBehaviour.StartCoroutine returns a Coroutine. Instances of this class are only used to reference these coroutines, and do not hold any exposed properties or functions. Holds data for a single application crash event and provides access to all gathered crash reports. Returns last crash report, or null if no reports are available. Returns all currently available reports in a new array. Crash report data as formatted text. Time, when the crash occured. Remove report from available reports list. Remove all reports from available reports list. Engine API for CrashReporting Service. This Boolean field will cause CrashReportHandler to capture exceptions when set to true. By default enable capture exceptions is true. The Performance Reporting service will keep a buffer of up to the last X log messages (Debug.Log, etc) to send along with crash reports. The default is 10 log messages, the max is 50. Set this to 0 to disable capture of logs with your crash reports. Get a custom crash report metadata field that has been set. Value that was previously set for the key, or null if no value was found. Set a custom metadata key-value pair to be included with crash reports. Mark a ScriptableObject-derived type to be automatically listed in the Assets/Create submenu, so that instances of the type can be easily created and stored in the project as ".asset" files. The default file name used by newly created instances of this type. The display name for this type shown in the Assets/Create menu. The position of the menu item within the Assets/Create menu. Class for handling cube maps, Use this to create or modify existing. The format of the pixel data in the texture (Read Only). How many mipmap levels are in this texture (Read Only). Actually apply all previous SetPixel and SetPixels changes. When set to true, mipmap levels are recalculated. When set to true, system memory copy of a texture is released. Creates a Unity cubemap out of externally created native cubemap object. The width and height of each face of the cubemap should be the same. Format of underlying cubemap object. Does the cubemap have mipmaps? Native cubemap texture object. Create a new empty cubemap texture. Width/height of a cube face in pixels. Pixel data format to be used for the Cubemap. Should mipmaps be created? Returns pixel color at coordinates (face, x, y). Returns pixel colors of a cubemap face. The face from which pixel data is taken. Mipmap level for the chosen face. Sets pixel color at coordinates (face, x, y). Sets pixel colors of a cubemap face. Pixel data for the Cubemap face. The face to which the new data should be applied. The mipmap level for the face. Performs smoothing of near edge regions. Pixel distance at edges over which to apply smoothing. Class for handling Cubemap arrays. Number of cubemaps in the array (Read Only). Texture format (Read Only). Actually apply all previous SetPixels changes. When set to true, mipmap levels are recalculated. When set to true, system memory copy of a texture is released. Create a new cubemap array. Cubemap face size in pixels. Number of elements in the cubemap array. Format of the pixel data. Should mipmaps be created? Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false. Create a new cubemap array. Cubemap face size in pixels. Number of elements in the cubemap array. Format of the pixel data. Should mipmaps be created? Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false. Returns pixel colors of a single array slice/face. Cubemap face to read pixels from. Array slice to read pixels from. Mipmap level to read pixels from. Array of pixel colors. Returns pixel colors of a single array slice/face. Cubemap face to read pixels from. Array slice to read pixels from. Mipmap level to read pixels from. Array of pixel colors in low precision (8 bits/channel) format. Set pixel colors for a single array slice/face. An array of pixel colors. Cubemap face to set pixels for. Array element index to set pixels for. Mipmap level to set pixels for. Set pixel colors for a single array slice/face. An array of pixel colors in low precision (8 bits/channel) format. Cubemap face to set pixels for. Array element index to set pixels for. Mipmap level to set pixels for. Cubemap face. Left facing side (-x). Downward facing side (-y). Backward facing side (-z). Right facing side (+x). Upwards facing side (+y). Forward facing side (+z). Cubemap face is unknown or unspecified. Describes a set of bounding spheres that should have their visibility and distances maintained. Pauses culling group execution. Sets the callback that will be called when a sphere's visibility and/or distance state has changed. Locks the CullingGroup to a specific camera. Create a CullingGroup. Clean up all memory used by the CullingGroup immediately. Erase a given bounding sphere by moving the final sphere on top of it. The index of the entry to erase. Erase a given entry in an arbitrary array by copying the final entry on top of it, then decrementing the number of entries used by one. The index of the entry to erase. An array of entries. The number of entries in the array that are actually used. Get the current distance band index of a given sphere. The index of the sphere. The sphere's current distance band index. Returns true if the bounding sphere at index is currently visible from any of the contributing cameras. The index of the bounding sphere. True if the sphere is visible; false if it is invisible. Retrieve the indices of spheres that have particular visibility and/or distance states. True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved. The distance band that retrieved spheres must be in. An array that will be filled with the retrieved sphere indices. The index of the sphere to begin searching at. The number of sphere indices found and written into the result array. Retrieve the indices of spheres that have particular visibility and/or distance states. True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved. The distance band that retrieved spheres must be in. An array that will be filled with the retrieved sphere indices. The index of the sphere to begin searching at. The number of sphere indices found and written into the result array. Retrieve the indices of spheres that have particular visibility and/or distance states. True if only visible spheres should be retrieved; false if only invisible spheres should be retrieved. The distance band that retrieved spheres must be in. An array that will be filled with the retrieved sphere indices. The index of the sphere to begin searching at. The number of sphere indices found and written into the result array. Set bounding distances for 'distance bands' the group should compute, as well as options for how spheres falling into each distance band should be treated. An array of bounding distances. The distances should be sorted in increasing order. An array of CullingDistanceBehaviour settings. The array should be the same length as the array provided to the distances parameter. It can also be omitted or passed as null, in which case all distances will be given CullingDistanceBehaviour.Normal behaviour. Sets the number of bounding spheres in the bounding spheres array that are actually being used. The number of bounding spheres being used. Sets the array of bounding sphere definitions that the CullingGroup should compute culling for. The BoundingSpheres to cull. Set the reference point from which distance bands are measured. A fixed point to measure the distance from. A transform to measure the distance from. The transform's position will be automatically tracked. Set the reference point from which distance bands are measured. A fixed point to measure the distance from. A transform to measure the distance from. The transform's position will be automatically tracked. This delegate is used for recieving a callback when a sphere's distance or visibility state has changed. A CullingGroupEvent that provides information about the sphere that has changed. Provides information about the current and previous states of one sphere in a CullingGroup. The current distance band index of the sphere, after the most recent culling pass. Did this sphere change from being visible to being invisible in the most recent culling pass? Did this sphere change from being invisible to being visible in the most recent culling pass? The index of the sphere that has changed. Was the sphere considered visible by the most recent culling pass? The distance band index of the sphere before the most recent culling pass. Was the sphere visible before the most recent culling pass? Cursor API for setting the cursor (mouse pointer). Determines whether the hardware pointer is locked to the center of the view, constrained to the window, or not constrained at all. Determines whether the hardware pointer is visible or not. Sets the mouse cursor to the given texture. Specify a custom cursor that you wish to use as a cursor. The texture to use for the cursor. To use a texture, you must first import it with `Read/Write`enabled. Alternatively, you can use the default cursor import setting. If you created your cursor texture from code, it must be in RGBA32 format, have alphaIsTransparency enabled, and have no mip chain. To use the default cursor, set the texture to `Null`. The offset from the top left of the texture to use as the target point (must be within the bounds of the cursor). Allow this cursor to render as a hardware cursor on supported platforms, or force software cursor. How the cursor should behave. Confine cursor to the game window. Lock cursor to the center of the game window. Cursor behavior is unmodified. Determines whether the mouse cursor is rendered using software rendering or, on supported platforms, hardware rendering. Use hardware cursors on supported platforms. Force the use of software cursors. Attribute to define the class as a grid brush and to make it available in the palette window. If set to true, brush will replace Unity built-in brush as the default brush in palette window. Only one class at any one time should set defaultBrush to true. Name of the default instance of this brush. Hide all asset instances of this brush in the tile palette window. Hide the default instance of brush in the tile palette window. Attribute to define the class as a grid brush and to make it available in the palette window. If set to true, brush will replace Unity built-in brush as the default brush in palette window. Name of the default instance of this brush. Hide all asset instances of this brush in the tile palette window. Hide the default instance of brush in the tile palette window. Attribute to define the class as a grid brush and to make it available in the palette window. If set to true, brush will replace Unity built-in brush as the default brush in palette window. Name of the default instance of this brush. Hide all asset instances of this brush in the tile palette window. Hide the default instance of brush in the tile palette window. Custom Render Textures are an extension to Render Textures, enabling you to render directly to the Texture using a Shader. Bitfield that allows to enable or disable update on each of the cubemap faces. Order from least significant bit is +X, -X, +Y, -Y, +Z, -Z. If true, the Custom Render Texture is double buffered so that you can access it during its own update. otherwise the Custom Render Texture will be not be double buffered. Color with which the Custom Render Texture is initialized. This parameter will be ignored if an initializationMaterial is set. Material with which the Custom Render Texture is initialized. Initialization texture and color are ignored if this parameter is set. Specify how the texture should be initialized. Specify if the texture should be initialized with a Texture and a Color or a Material. Texture with which the Custom Render Texture is initialized (multiplied by the initialization color). This parameter will be ignored if an initializationMaterial is set. Material with which the content of the Custom Render Texture is updated. Shader Pass used to update the Custom Render Texture. Specify how the texture should be updated. Space in which the update zones are expressed (Normalized or Pixel space). If true, Update zones will wrap around the border of the Custom Render Texture. Otherwise, Update zones will be clamped at the border of the Custom Render Texture. Clear all Update Zones. Create a new Custom Render Texture. Create a new Custom Render Texture. Create a new Custom Render Texture. Returns the list of Update Zones. Output list of Update Zones. Triggers an initialization of the Custom Render Texture. Setup the list of Update Zones for the Custom Render Texture. Triggers the update of the Custom Render Texture. Number of upate pass to perform. Specify the source of a Custom Render Texture initialization. Custom Render Texture is initalized with a Material. Custom Render Texture is initialized by a Texture multiplied by a Color. Frequency of update or initialization of a Custom Render Texture. Initialization/Update will only occur when triggered by the script. Initialization/Update will occur once at load time and then can be triggered again by script. Initialization/Update will occur at every frame. Structure describing an Update Zone. If true, and if the texture is double buffered, a request is made to swap the buffers before the next update. Otherwise, the buffers will not be swapped. Shader Pass used to update the Custom Render Texture for this Update Zone. Rotation of the Update Zone. Position of the center of the Update Zone within the Custom Render Texture. Size of the Update Zone. Space in which coordinates are provided for Update Zones. Coordinates are normalized. (0, 0) is top left and (1, 1) is bottom right. Coordinates are expressed in pixels. (0, 0) is top left (width, height) is bottom right. Base class for custom yield instructions to suspend coroutines. Indicates if coroutine should be kept suspended. Class containing methods to ease debugging while developing a game. Reports whether the development console is visible. The development console cannot be made to appear using: In the Build Settings dialog there is a check box called "Development Build". Get default debug logger. Assert a condition and logs an error message to the Unity console on failure. Condition you expect to be true. Object to which the message applies. String or object to be converted to string representation for display. Assert a condition and logs an error message to the Unity console on failure. Condition you expect to be true. Object to which the message applies. String or object to be converted to string representation for display. Assert a condition and logs an error message to the Unity console on failure. Condition you expect to be true. Object to which the message applies. String or object to be converted to string representation for display. Assert a condition and logs an error message to the Unity console on failure. Condition you expect to be true. Object to which the message applies. String or object to be converted to string representation for display. Assert a condition and logs a formatted error message to the Unity console on failure. Condition you expect to be true. A composite format string. Format arguments. Object to which the message applies. Assert a condition and logs a formatted error message to the Unity console on failure. Condition you expect to be true. A composite format string. Format arguments. Object to which the message applies. Pauses the editor. Clears errors from the developer console. Draws a line between specified start and end points. Point in world space where the line should start. Point in world space where the line should end. Color of the line. How long the line should be visible for. Should the line be obscured by objects closer to the camera? Draws a line between specified start and end points. Point in world space where the line should start. Point in world space where the line should end. Color of the line. How long the line should be visible for. Should the line be obscured by objects closer to the camera? Draws a line between specified start and end points. Point in world space where the line should start. Point in world space where the line should end. Color of the line. How long the line should be visible for. Should the line be obscured by objects closer to the camera? Draws a line between specified start and end points. Point in world space where the line should start. Point in world space where the line should end. Color of the line. How long the line should be visible for. Should the line be obscured by objects closer to the camera? Draws a line from start to start + dir in world coordinates. Point in world space where the ray should start. Direction and length of the ray. Color of the drawn line. How long the line will be visible for (in seconds). Should the line be obscured by other objects closer to the camera? Draws a line from start to start + dir in world coordinates. Point in world space where the ray should start. Direction and length of the ray. Color of the drawn line. How long the line will be visible for (in seconds). Should the line be obscured by other objects closer to the camera? Draws a line from start to start + dir in world coordinates. Point in world space where the ray should start. Direction and length of the ray. Color of the drawn line. How long the line will be visible for (in seconds). Should the line be obscured by other objects closer to the camera? Draws a line from start to start + dir in world coordinates. Point in world space where the ray should start. Direction and length of the ray. Color of the drawn line. How long the line will be visible for (in seconds). Should the line be obscured by other objects closer to the camera? Log a message to the Unity Console. String or object to be converted to string representation for display. Object to which the message applies. Log a message to the Unity Console. String or object to be converted to string representation for display. Object to which the message applies. A variant of Debug.Log that logs an assertion message to the console. String or object to be converted to string representation for display. Object to which the message applies. A variant of Debug.Log that logs an assertion message to the console. String or object to be converted to string representation for display. Object to which the message applies. Logs a formatted assertion message to the Unity console. A composite format string. Format arguments. Object to which the message applies. Logs a formatted assertion message to the Unity console. A composite format string. Format arguments. Object to which the message applies. A variant of Debug.Log that logs an error message to the console. String or object to be converted to string representation for display. Object to which the message applies. A variant of Debug.Log that logs an error message to the console. String or object to be converted to string representation for display. Object to which the message applies. Logs a formatted error message to the Unity console. A composite format string. Format arguments. Object to which the message applies. Logs a formatted error message to the Unity console. A composite format string. Format arguments. Object to which the message applies. A variant of Debug.Log that logs an error message to the console. Object to which the message applies. Runtime Exception. A variant of Debug.Log that logs an error message to the console. Object to which the message applies. Runtime Exception. Logs a formatted message to the Unity Console. A composite format string. Format arguments. Object to which the message applies. Logs a formatted message to the Unity Console. A composite format string. Format arguments. Object to which the message applies. A variant of Debug.Log that logs a warning message to the console. String or object to be converted to string representation for display. Object to which the message applies. A variant of Debug.Log that logs a warning message to the console. String or object to be converted to string representation for display. Object to which the message applies. Logs a formatted warning message to the Unity Console. A composite format string. Format arguments. Object to which the message applies. Logs a formatted warning message to the Unity Console. A composite format string. Format arguments. Object to which the message applies. Attribute used to make a float, int, or string variable in a script be delayed. Attribute used to make a float, int, or string variable in a script be delayed. Depth texture generation mode for Camera. Generate a depth texture. Generate a depth + normals texture. Specifies whether motion vectors should be rendered (if possible). Do not generate depth texture (Default). Detail prototype used by the Terrain GameObject. Bend factor of the detailPrototype. Color when the DetailPrototypes are "dry". Color when the DetailPrototypes are "healthy". Maximum height of the grass billboards (if render mode is GrassBillboard). Maximum width of the grass billboards (if render mode is GrassBillboard). Minimum height of the grass billboards (if render mode is GrassBillboard). Minimum width of the grass billboards (if render mode is GrassBillboard). How spread out is the noise for the DetailPrototype. GameObject used by the DetailPrototype. Texture used by the DetailPrototype. Render mode for the DetailPrototype. Render mode for detail prototypes. The detail prototype will use the grass shader. The detail prototype will be rendered as billboards that are always facing the camera. Will show the prototype using diffuse shading. Describes physical orientation of the device as determined by the OS. The device is held parallel to the ground with the screen facing downwards. The device is held parallel to the ground with the screen facing upwards. The device is in landscape mode, with the device held upright and the home button on the right side. The device is in landscape mode, with the device held upright and the home button on the left side. The device is in portrait mode, with the device held upright and the home button at the bottom. The device is in portrait mode but upside down, with the device held upright and the home button at the top. The orientation of the device cannot be determined. Enumeration for SystemInfo.deviceType, denotes a coarse grouping of kinds of devices. A stationary gaming console. Desktop or laptop computer. A handheld device like mobile phone or a tablet. Device type is unknown. You should never see this in practice. Specifies the category of crash to cause when calling ForceCrash(). Cause a crash by calling the abort() function. Cause a crash by performing an invalid memory access. The invalid memory access is performed on each platform as follows: Cause a crash using Unity's native fatal error implementation. Cause a crash by calling a pure virtual function to raise an exception. A utility class that you can use for diagnostic purposes. Manually causes an application crash in the specified category. Manually causes an assert that outputs the specified message to the log and registers an error. Manually causes a native error that outputs the specified message to the log and registers an error. Manually causes a warning that outputs the specified message to the log and registers an error. Prevents MonoBehaviour of same type (or subtype) to be added more than once to a GameObject. Provides access to a display / screen for rendering operations. Gets the state of the display and returns true if the display is active and false if otherwise. Color RenderBuffer. Depth RenderBuffer. The list of currently connected Displays. Contains at least one (main) display. Main Display. Vertical resolution that the display is rendering at. Horizontal resolution that the display is rendering at. Vertical native display resolution. Horizontal native display resolution. Activate an external display. Eg. Secondary Monitors connected to the System. This overloaded function available for Windows allows specifying desired Window Width, Height and Refresh Rate. Desired Width of the Window (for Windows only. On Linux and Mac uses Screen Width). Desired Height of the Window (for Windows only. On Linux and Mac uses Screen Height). Desired Refresh Rate. Query relative mouse coordinates. Mouse Input Position as Coordinates. Set rendering size and position on screen (Windows only). Change Window Width (Windows Only). Change Window Height (Windows Only). Change Window Position X (Windows Only). Change Window Position Y (Windows Only). Sets rendering resolution for the display. Rendering width in pixels. Rendering height in pixels. Joint that keeps two Rigidbody2D objects a fixed distance apart. Should the distance be calculated automatically? The distance separating the two ends of the joint. Whether to maintain a maximum distance only or not. If not then the absolute distance will be maintained instead. A component can be designed to drive a RectTransform. The DrivenRectTransformTracker struct is used to specify which RectTransforms it is driving. Add a RectTransform to be driven. The object to drive properties. The RectTransform to be driven. The properties to be driven. Clear the list of RectTransforms being driven. Resume recording undo of driven RectTransforms. Stop recording undo actions from driven RectTransforms. An enumeration of transform properties that can be driven on a RectTransform by an object. Selects all driven properties. Selects driven property RectTransform.anchoredPosition. Selects driven property RectTransform.anchoredPosition3D. Selects driven property RectTransform.anchoredPosition.x. Selects driven property RectTransform.anchoredPosition.y. Selects driven property RectTransform.anchoredPosition3D.z. Selects driven property combining AnchorMaxX and AnchorMaxY. Selects driven property RectTransform.anchorMax.x. Selects driven property RectTransform.anchorMax.y. Selects driven property combining AnchorMinX and AnchorMinY. Selects driven property RectTransform.anchorMin.x. Selects driven property RectTransform.anchorMin.y. Selects driven property combining AnchorMinX, AnchorMinY, AnchorMaxX and AnchorMaxY. Deselects all driven properties. Selects driven property combining PivotX and PivotY. Selects driven property RectTransform.pivot.x. Selects driven property RectTransform.pivot.y. Selects driven property Transform.localRotation. Selects driven property combining ScaleX, ScaleY && ScaleZ. Selects driven property Transform.localScale.x. Selects driven property Transform.localScale.y. Selects driven property Transform.localScale.z. Selects driven property combining SizeDeltaX and SizeDeltaY. Selects driven property RectTransform.sizeDelta.x. Selects driven property RectTransform.sizeDelta.y. Status of the menu item. The item is displayed with a checkmark. The item is disabled and is not be selectable by the user. The item is not displayed. The item is displayed normally. Describe the unit of a duration. A fixed duration is a duration expressed in seconds. A normalized duration is a duration expressed in percentage. Allows to control the dynamic Global Illumination. Allows for scaling the contribution coming from realtime & baked lightmaps. Note: this value can be set in the Lighting Window UI and it is serialized, that is not the case for other properties in this class. Is precomputed realtime Global Illumination output converged? The number of milliseconds that can be spent on material updates. When enabled, new dynamic Global Illumination output is shown in each frame. Threshold for limiting updates of realtime GI. The unit of measurement is "percentage intensity change". Allows to set an emissive color for a given renderer quickly, without the need to render the emissive input for the entire system. The Renderer that should get a new color. The emissive Color. Allows overriding the distant environment lighting for Realtime GI, without changing the Skybox Material. Array of float values to be used for Realtime GI environment lighting. Schedules an update of the environment texture. Schedules an update of the albedo and emissive textures of a system that contains the renderer or the terrain. The Renderer to use when searching for a system to update. The Terrain to use when searching for systems to update. Schedules an update of the albedo and emissive textures of a system that contains the renderer or the terrain. The Renderer to use when searching for a system to update. The Terrain to use when searching for systems to update. Schedules an update of the albedo and emissive textures of a system that contains the renderer or the terrain. The Renderer to use when searching for a system to update. The Terrain to use when searching for systems to update. Collider for 2D physics representing an arbitrary set of connected edges (lines) defined by its vertices. Gets the number of edges. Controls the radius of all edges created by the collider. Gets the number of points. Get or set the points defining multiple continuous edges. Reset to a single edge consisting of two points. A base class for all 2D effectors. The mask used to select specific layers allowed to interact with the effector. Should the collider-mask be used or the global collision matrix? The mode used to apply Effector2D forces. The force is applied at a constant rate. The force is applied inverse-linear relative to a point. The force is applied inverse-squared relative to a point. Selects the source and/or target to be used by an Effector2D. The source/target is defined by the Collider2D. The source/target is defined by the Rigidbody2D. A UnityGUI event. Is Alt/Option key held down? (Read Only) Which mouse button was pressed. Is Caps Lock on? (Read Only) The character typed. How many consecutive mouse clicks have we received. Is Command/Windows key held down? (Read Only) The name of an ExecuteCommand or ValidateCommand Event. Is Control key held down? (Read Only) The current event that's being processed right now. The relative movement of the mouse compared to last event. Index of display that the event belongs to. Is the current keypress a function key? (Read Only) Is this event a keyboard event? (Read Only) Is this event a mouse event? (Read Only) The raw key code for keyboard events. Which modifier keys are held down. The mouse position. Is the current keypress on the numeric keyboard? (Read Only) Is Shift held down? (Read Only) The type of event. Returns the current number of events that are stored in the event queue. Current number of events currently in the event queue. Get a filtered event type for a given control ID. The ID of the control you are querying from. Create a keyboard event. Get the next queued [Event] from the event system. Next Event. Use this event. Types of modifier key that can be active during a keystroke event. Alt key. Caps lock key. Command key (Mac). Control key. Function key. No modifier key pressed during a keystroke event. Num lock key. Shift key. THe mode that a listener is operating in. The listener will bind to one argument bool functions. The listener will use the function binding specified by the even. The listener will bind to one argument float functions. The listener will bind to one argument int functions. The listener will bind to one argument Object functions. The listener will bind to one argument string functions. The listener will bind to zero argument functions. Zero argument delegate used by UnityEvents. One argument delegate used by UnityEvents. Two argument delegate used by UnityEvents. Three argument delegate used by UnityEvents. Four argument delegate used by UnityEvents. A zero argument persistent callback that can be saved with the Scene. Add a non persistent listener to the UnityEvent. Callback function. Constructor. Invoke all registered callbacks (runtime and persistent). Remove a non persistent listener from the UnityEvent. Callback function. One argument version of UnityEvent. Two argument version of UnityEvent. Three argument version of UnityEvent. Four argument version of UnityEvent. Abstract base class for UnityEvents. Get the number of registered persistent listeners. Get the target method name of the listener at index index. Index of the listener to query. Get the target component of the listener at index index. Index of the listener to query. Given an object, function name, and a list of argument types; find the method that matches. Object to search for the method. Function name to search for. Argument types for the function. Remove all non-persisent (ie created from script) listeners from the event. Modify the execution state of a persistent listener. Index of the listener to query. State to set. Controls the scope of UnityEvent callbacks. Callback is always issued. Callback is not issued. Callback is only issued in the Runtime and Editor playmode. Types of UnityGUI input and processing events. An event that is called when the mouse is clicked. An event that is called when the mouse is clicked and dragged. An event that is called when the mouse is no longer being clicked. User has right-clicked (or control-clicked on the mac). Editor only: drag & drop operation exited. Editor only: drag & drop operation performed. Editor only: drag & drop operation updated. Execute a special command (eg. copy & paste). Event should be ignored. A keyboard key was pressed. A keyboard key was released. A layout event. Mouse button was pressed. Mouse was dragged. Mouse entered a window (Editor views only). Mouse left a window (Editor views only). Mouse was moved (Editor views only). Mouse button was released. A repaint event. One is sent every frame. The scroll wheel was moved. Already processed event. Validates a special command (e.g. copy & paste). Add this attribute to a class to prevent the class and its inherited classes from being created with ObjectFactory methods. Default constructor. Add this attribute to a class to prevent creating a Preset from the instances of the class. Makes instances of a script always execute, both as part of Play Mode and when editing. Makes all instances of a script execute in Edit Mode. An exception that will prevent all subsequent immediate mode GUI functions from evaluating for the remainder of the GUI loop. A world position that is guaranteed to be on the surface of the NavMesh. Unique identifier for the node in the NavMesh to which the world position has been mapped. A world position that sits precisely on the surface of the NavMesh or along its links. The types of nodes in the navigation data. Type of node in the NavMesh representing one surface polygon. Type of node in the NavMesh representing a point-to-point connection between two positions on the NavMesh surface. Object used for doing navigation operations in a NavMeshWorld. Initiates a pathfinding operation between two locations on the NavMesh. Array of custom cost values for all of the 32 possible area types. Each value must be at least 1.0f. This parameter is optional and defaults to the area costs configured in the project settings. See Also: NavMesh.GetAreaCost. Bitmask with values of 1 set at the indices for areas that can be traversed, and values of 0 for areas that are not traversable. This parameter is optional and defaults to NavMesh.AllAreas, if omitted. See Also:. The start location on the NavMesh for the path. The location on the NavMesh where the path ends. InProgress if the operation was successful and the query is ready to search for a path. Failure if the query's NavMeshWorld or any of the received parameters are no longer valid. Returns a valid NavMeshLocation for a position and a polygon provided by the user. World position of the NavMeshLocation to be created. Valid identifier for the NavMesh node. Object containing the desired position and NavMesh node. Creates the NavMeshQuery object and allocates memory to store NavMesh node information, if required. NavMeshWorld object used as an entry point to the collection of NavMesh objects. This object that can be used by query operations. Label indicating the desired life time of the object. (Known issue: Currently allocator has no effect). The number of nodes that can be temporarily stored in the query during search operations. This value defaults to 0 if no other value is specified. Destroys the NavMeshQuery and deallocates all memory used by it. Obtains the number of nodes in the path that has been computed during a successful NavMeshQuery.UpdateFindPath operation. A reference to an int which will be set to the number of NavMesh nodes in the found path. Success when the number of nodes in the path was retrieved correctly. PartialPath when a path was found but it falls short of the desired end location. Failure when the path size can not be evaluated because the preceding call to UpdateFindPath was not successful. Returns the identifier of the agent type the NavMesh was baked for or for which the link has been configured. Identifier of a node from a NavMesh surface or link. Agent type identifier. Copies into the provided array the list of NavMesh nodes that form the path found by the NavMeshQuery operation. Data array to be filled with the sequence of NavMesh nodes that comprises the found path. Number of path nodes successfully copied into the provided array. Returns whether the NavMesh node is a polygon or a link. Identifier of a node from a NavMesh surface or link. Ground when the node is a polygon on a NavMesh surface. OffMeshConnection when the node is a. Obtains the end points of the line segment common to two adjacent NavMesh nodes. First NavMesh node. Second NavMesh node. One of the world points for the resulting separation edge which must be passed through when traversing between the two specified nodes. This point is the left side of the edge when traversing from the first node to the second. One of the world points for the resulting separation edge which must be passed through when traversing between the two specified nodes. This point is the right side of the edge when traversing from the first node to the second. True if a connection exists between the two NavMesh nodes. False if no connection exists between the two NavMesh nodes. Returns true if the node referenced by the specified PolygonId is active in the NavMesh. Identifier of the NavMesh node to be checked. Returns true if the node referenced by the PolygonId contained in the NavMeshLocation is active in the NavMesh. Location on the NavMesh to be checked. Same as checking location.polygon directly. Finds the closest point and PolygonId on the NavMesh for a given world position. World position for which the closest point on the NavMesh needs to be found. Maximum distance, from the specified position, expanding along all three axes, within which NavMesh surfaces are searched. Identifier for the agent type whose NavMesh surfaces should be selected for this operation. The Humanoid agent type exists for all NavMeshes and has an ID of 0. Other agent types can be defined manually through the Editor. A separate NavMesh surface needs to be baked for each agent type. Bitmask used to represent areas of the NavMesh that should (value of 1) or shouldn't (values of 0) be sampled. This parameter is optional and defaults to NavMesh.AllAreas if unspecified. See Also:. An object with position and valid PolygonId - when a point on the NavMesh has been found. An invalid object - when no NavMesh surface with the desired features has been found within the search area. See Also: NavMeshQuery.IsValid. Translates a NavMesh location to another position without losing contact with the surface. Position to be moved across the NavMesh surface. World position you require the agent to move to. Bitmask with values of 1 set at the indices corresponding to areas that can be traversed, and with values of 0 for areas that should not be traversed. This parameter can be omitted, in which case it defaults to NavMesh.AllAreas. See Also:. A new location on the NavMesh placed as closely as possible to the specified target position. The start location is returned when that start is inside an area which is not allowed by the areaMask. Translates a series of NavMesh locations to other positions without losing contact with the surface. Array of positions to be moved across the NavMesh surface. At the end of the method call this array contains the resulting locations. World positions to be used as movement targets by the agent. Filters for the areas which can be traversed during the movement to each of the locations. Translates a series of NavMesh locations to other positions without losing contact with the surface, given one common area filter for all of them. Array of positions to be moved across the NavMesh surface. At the end of the method call this array contains the resulting locations. World positions you want the agent to reach when moving to each of the locations. Filters for the areas which can be traversed during the movement to each of the locations. Returns the transformation matrix of the NavMesh surface that contains the specified NavMesh node (Read Only). NavMesh node for which its owner's transform must be determined. Transformation matrix for the surface owning the specified polygon. Matrix4x4.identity when the NavMesh node is a. Returns the inverse transformation matrix of the NavMesh surface that contains the specified NavMesh node (Read Only). NavMesh node for which its owner's inverse transform must be determined. Inverse transformation matrix of the surface owning the specified polygon. Matrix4x4.identity when the NavMesh node is a. Trace a line between two points on the NavMesh. Holds the properties of the raycast resulting location. The start location of the ray on the NavMesh. start.polygon must be of the type NavMeshPolyTypes.Ground. The desired end of the ray, in world coordinates. Bitmask that correlates index positions with area types. The index goes from 0 to 31. In each relevant index position, you have to set the value to either 1 or 0. 1 indicates area types that the ray can pass through. 0 indicates area types that block the ray. This parameter is optional. If you leave out this parameter, it defaults to NavMesh.AllAreas. To learn more, see:. Array of custom cost values for all of the 32 possible area types. They act as multipliers to the distance reported by the ray when crossing various areas. This parameter is optional. If you omit it, it defaults to the area costs that you configured in the Project settings. To learn more, see NavMesh.GetAreaCost. Success if the ray can be correctly traced using the provided arguments. Failure if the start location is not valid in the query's NavMeshWorld, or if it is inside an area not permitted by the areaMask argument, or when it is on a. Trace a line between two points on the NavMesh, and return the list of polygons through which it passed. Holds the properties of the raycast resulting location. A buffer that will be filled with the sequence of polygons through which the ray passes. The reported number of polygons through which the ray has passed, all stored in the path buffer. It will not be greater than path.Length. The start location of the ray on the NavMesh. start.polygon must be of the type NavMeshPolyTypes.Ground. The desired end of the ray, in world coordinates. A bitfield that specifies which NavMesh areas can be traversed when the ray is traced. This parameter is optional. If you do not fill out this parameter, it defaults to NavMesh.AllAreas. Cost multipliers that affect the distance reported by the ray over different area types. This parameter is optional. If you omit it, it defaults to the area costs that you configured in the Project settings. Success if the ray can be correctly traced using the provided arguments. Failure if the start location is not valid in the query's NavMeshWorld, or if it is inside an area not permitted by the areaMask argument, or when it is on a. BufferTooSmall is part of the returned flags when the provided path buffer is not large enough to hold all the polygons that the ray passed through. Continues a path search that is in progress. Maximum number of nodes to be traversed by the search algorithm during this call. Outputs the actual number of nodes that have been traversed during this call. InProgress if the search needs to continue further by calling UpdateFindPath again. Success if the search is completed and a path has been found or not. Failure if the search for the desired position could not be completed because the NavMesh has changed significantly since the search was initiated. Additionally the returned value can contain the OutOfNodes flag when the pathNodePoolSize parameter for the NavMeshQuery initialization was not large enough to accommodate the search space. Assembles together a collection of NavMesh surfaces and links that are used as a whole for performing navigation operations. Tells the NavMesh world to halt any changes until the specified job is completed. The job that needs to be completed before the NavMesh world can be modified in any way. Returns a reference to the single NavMeshWorld that can currently exist and be used in Unity. Returns true if the NavMeshWorld has been properly initialized. Bit flags representing the resulting state of NavMeshQuery operations. The node buffer of the query was too small to store all results. The operation has failed. The operation is in progress. A parameter did not contain valid information, useful for carring out the NavMesh query. Operation ran out of memory. Query ran out of node stack space during a search. Query did not reach the end location, returning best guess. Bitmask that has 0 set for the Success, Failure and InProgress bits and 1 set for all the other flags. The operation was successful. Data in the NavMesh cannot be recognized and used. Data in the NavMesh world has a wrong version. Represents a compact identifier for the data of a NavMesh node. Returns true if two PolygonId objects refer to the same NavMesh node. Returns true if two PolygonId objects refer to the same NavMesh node. Returns the hash code for use in collections. Returns true if the PolygonId has been created empty and has never pointed to any node in the NavMesh. Returns true if two PolygonId objects refer to the same NavMesh node or if they are both null. Returns true if two PolygonId objects refer to different NavMesh nodes or if only one of them is null. The humanoid stream of animation data passed from one Playable to another. The position of the body center of mass relative to the root. The rotation of the body center of mass relative to the root. The position of the body center of mass in world space. The rotation of the body center of mass in world space. The scale of the Avatar. (Read Only) Returns true if the stream is valid; false otherwise. (Read Only) The left foot height from the floor. (Read Only) The left foot velocity from the last evaluated frame. (Read Only) The right foot height from the floor. (Read Only) The right foot velocity from the last evaluated frame. (Read Only) Returns the position of this IK goal relative to the root. The AvatarIKGoal that is queried. The position of this IK goal. Returns the rotation of this IK goal relative to the root. The AvatarIKGoal that is queried. The rotation of this IK goal. Returns the position of this IK goal in world space. The AvatarIKGoal that is queried. The position of this IK goal. Returns the position of this IK goal in world space computed from the stream current pose. The AvatarIKGoal that is queried. The position of this IK goal. Returns the rotation of this IK goal in world space. The AvatarIKGoal that is queried. The rotation of this IK goal. Returns the rotation of this IK goal in world space computed from the stream current pose. The AvatarIKGoal that is queried. The rotation of this IK goal. Returns the position weight of the IK goal. The AvatarIKGoal that is queried. The position weight of the IK goal. Returns the rotation weight of the IK goal. The AvatarIKGoal that is queried. The rotation weight of the IK goal. Returns the position of this IK Hint in world space. The AvatarIKHint that is queried. The position of this IK Hint. Returns the position weight of the IK Hint. The AvatarIKHint that is queried. The position weight of the IK Hint. Returns the muscle value. The Muscle that is queried. The muscle value. Reset the current pose to the stance pose (T Pose). Sets the position of this IK goal relative to the root. The AvatarIKGoal that is queried. The position of this IK goal. Sets the rotation of this IK goal relative to the root. The AvatarIKGoal that is queried. The rotation of this IK goal. Sets the position of this IK goal in world space. The AvatarIKGoal that is queried. The position of this IK goal. Sets the rotation of this IK goal in world space. The AvatarIKGoal that is queried. The rotation of this IK goal. Sets the position weight of the IK goal. The AvatarIKGoal that is queried. The position weight of the IK goal. Sets the rotation weight of the IK goal. The AvatarIKGoal that is queried. The rotation weight of the IK goal. Sets the position of this IK hint in world space. The AvatarIKHint that is queried. The position of this IK hint. Sets the position weight of the IK Hint. The AvatarIKHint that is queried. The position weight of the IK Hint. Sets the LookAt body weight. The LookAt body weight. Sets the LookAt clamp weight. The LookAt clamp weight. Sets the LookAt eyes weight. The LookAt eyes weight. Sets the LookAt head weight. The LookAt head weight. Sets the look at position in world space. The look at position. Sets the muscle value. The Muscle that is queried. The muscle value. Execute the IK solver. A Playable that can run a custom, multi-threaded animation job. Creates an AnimationScriptPlayable in the PlayableGraph. The PlayableGraph object that will own the AnimationScriptPlayable. The IAnimationJob to execute when processing the playable. The number of inputs on the playable. A new AnimationScriptPlayable linked to the PlayableGraph. Gets the job data contained in the playable. Returns the IAnimationJob data contained in the playable. Returns whether the playable inputs will be processed or not. true if the inputs will be processed; false otherwise. Sets a new job data in the playable. The new IAnimationJob data to set in the playable. Sets the new value for processing the inputs or not. The new value for processing the inputs or not. The stream of animation data passed from one Playable to another. Gets or sets the avatar angular velocity for the evaluated frame. Gets the delta time for the evaluated frame. (Read Only) Gets the number of input streams. (Read Only) Returns true if the stream is from a humanoid avatar; false otherwise. (Read Only) Returns true if the stream is valid; false otherwise. (Read Only) Gets the root motion position for the evaluated frame. (Read Only) Gets the root motion rotation for the evaluated frame. (Read Only) Gets or sets the avatar velocity for the evaluated frame. Gets the same stream, but as an AnimationHumanStream. Returns the same stream, but as an AnimationHumanStream. Gets the AnimationStream of the playable input at index. The input index. Returns the AnimationStream of the playable input at index. Returns an invalid stream if the input is not an animation Playable. Static class providing extension methods for Animator and the animation C# jobs. Create a PropertySceneHandle representing the new binding on the Component property of a Transform in the Scene. The Animator instance the method is called on. The Transform to target. The Component type. The property to bind. isObjectReference need to be set to true if the property to bind does access an Object like SpriteRenderer.sprite. The PropertySceneHandle representing the new binding. Create a PropertySceneHandle representing the new binding on the Component property of a Transform in the Scene. The Animator instance the method is called on. The Transform to target. The Component type. The property to bind. isObjectReference need to be set to true if the property to bind does access an Object like SpriteRenderer.sprite. The PropertySceneHandle representing the new binding. Create a TransformSceneHandle representing the new binding between the Animator and a Transform in the Scene. The Animator instance the method is called on. The Transform to bind. The TransformSceneHandle representing the new binding. Create a PropertyStreamHandle representing the new binding on the Component property of a Transform already bound to the Animator. The Animator instance the method is called on. The Transform to target. The Component type. The property to bind. isObjectReference need to be set to true if the property to bind does animate an Object like SpriteRenderer.sprite. The PropertyStreamHandle representing the new binding. Create a PropertyStreamHandle representing the new binding on the Component property of a Transform already bound to the Animator. The Animator instance the method is called on. The Transform to target. The Component type. The property to bind. isObjectReference need to be set to true if the property to bind does animate an Object like SpriteRenderer.sprite. The PropertyStreamHandle representing the new binding. Create a TransformStreamHandle representing the new binding between the Animator and a Transform already bound to the Animator. The Animator instance the method is called on. The Transform to bind. The TransformStreamHandle representing the new binding. Close a stream that has been opened using OpenAnimationStream. The Animator instance the method is called on. The stream to close. Open a new stream on the Animator. The Animator instance the method is called on. The new stream. Whether or not the stream have been opened. Newly created handles are always resolved lazily on the next access when the jobs are run. To avoid a cpu spike while evaluating the jobs you can manually resolve all handles from the main thread. The Animator instance the method is called on. Newly created handles are always resolved lazily on the next access when the jobs are run. To avoid a cpu spike while evaluating the jobs you can manually resolve all handles from the main thread. The Animator instance the method is called on. The interface defining an animation job to use with an IAnimationJobPlayable. Defines what to do when processing the animation. The animation stream to work on. Defines what to do when processing the root motion. The animation stream to work on. The interface defining an animation playable that uses IAnimationJob. Gets the job data contained in the playable. Returns the IAnimationJob data contained in the playable. Sets a new job data in the playable. The new IAnimationJob data to set in the playable. Handle for a muscle in the AnimationHumanStream. The muscle human sub-part. (Read Only) The muscle human part. (Read Only) The total number of DoF parts in a humanoid. (Read Only) The name of the muscle. (Read Only) The different constructors that creates the muscle handle. The muscle body sub-part. The muscle head sub-part. The muscle human part. The muscle leg sub-part. The muscle arm sub-part. The muscle finger sub-part. The different constructors that creates the muscle handle. The muscle body sub-part. The muscle head sub-part. The muscle human part. The muscle leg sub-part. The muscle arm sub-part. The muscle finger sub-part. The different constructors that creates the muscle handle. The muscle body sub-part. The muscle head sub-part. The muscle human part. The muscle leg sub-part. The muscle arm sub-part. The muscle finger sub-part. The different constructors that creates the muscle handle. The muscle body sub-part. The muscle head sub-part. The muscle human part. The muscle leg sub-part. The muscle arm sub-part. The muscle finger sub-part. The different constructors that creates the muscle handle. The muscle body sub-part. The muscle head sub-part. The muscle human part. The muscle leg sub-part. The muscle arm sub-part. The muscle finger sub-part. The different constructors that creates the muscle handle. The muscle body sub-part. The muscle head sub-part. The muscle human part. The muscle leg sub-part. The muscle arm sub-part. The muscle finger sub-part. The different constructors that creates the muscle handle. The muscle body sub-part. The muscle head sub-part. The muscle human part. The muscle leg sub-part. The muscle arm sub-part. The muscle finger sub-part. Fills the array with all the possible muscle handles on a humanoid. An array of MuscleHandle. Handle for a Component property on an object in the Scene. Gets the boolean property value from an object in the Scene. The AnimationStream managing this handle. The boolean property value. Gets the float property value from an object in the Scene. The AnimationStream managing this handle. The float property value. Gets the integer property value from an object in the Scene. The AnimationStream managing this handle. The integer property value. Returns whether or not the handle is resolved. The AnimationStream managing this handle. Returns true if the handle is resolved, false otherwise. Returns whether or not the handle is valid. The AnimationStream managing this handle. Whether or not the handle is valid. Resolves the handle. The AnimationStream managing this handle. Sets the boolean property value to an object in the Scene. The AnimationStream managing this handle. The new boolean property value. Sets the float property value to an object in the Scene. The AnimationStream managing this handle. The new float property value. Sets the integer property value to an object in the Scene. The AnimationStream managing this handle. The new integer property value. Handle for a Component property on an object in the AnimationStream. Gets the boolean property value from a stream. The AnimationStream holding the animated values. The boolean property value. Gets the float property value from a stream. The AnimationStream holding the animated values. The float property value. Gets the integer property value from a stream. The AnimationStream holding the animated values. The integer property value. Returns whether or not the handle is resolved. The AnimationStream holding the animated values. Returns true if the handle is resolved, false otherwise. Returns whether or not the handle is valid. The AnimationStream holding the animated values. Whether or not the handle is valid. Resolves the handle. The AnimationStream holding the animated values. Sets the boolean property value into a stream. The AnimationStream holding the animated values. The new boolean property value. Sets the float property value into a stream. The AnimationStream holding the animated values. The new float property value. Sets the integer property value into a stream. The AnimationStream holding the animated values. The new integer property value. Position, rotation and scale of an object in the Scene. Gets the position of the transform relative to the parent. The AnimationStream that manage this handle. The position of the transform relative to the parent. Gets the rotation of the transform relative to the parent. The AnimationStream that manage this handle. The rotation of the transform relative to the parent. Gets the scale of the transform relative to the parent. The AnimationStream that manage this handle. The scale of the transform relative to the parent. Gets the position of the transform in world space. The AnimationStream that manage this handle. The position of the transform in world space. Gets the rotation of the transform in world space. The AnimationStream that manage this handle. The rotation of the transform in world space. Returns whether this is a valid handle. The AnimationStream that manage this handle. Whether this is a valid handle. Sets the position of the transform relative to the parent. The AnimationStream that manage this handle. The position of the transform relative to the parent. Sets the rotation of the transform relative to the parent. The AnimationStream that manage this handle. The rotation of the transform relative to the parent. Sets the scale of the transform relative to the parent. The AnimationStream that manage this handle. The scale of the transform relative to the parent. Sets the position of the transform in world space. The AnimationStream that manage this handle. The position of the transform in world space. Sets the rotation of the transform in world space. The AnimationStream that manage this handle. The rotation of the transform in world space. Position, rotation and scale of an object in the AnimationStream. Gets the position of the transform relative to the parent. The AnimationStream that hold the animated values. The position of the transform relative to the parent. Gets the rotation of the transform relative to the parent. The AnimationStream that hold the animated values. The rotation of the transform relative to the parent. Gets the scale of the transform relative to the parent. The AnimationStream that hold the animated values. The scale of the transform relative to the parent. Gets the position of the transform in world space. The AnimationStream that hold the animated values. The position of the transform in world space. Gets the rotation of the transform in world space. The AnimationStream that hold the animated values. The rotation of the transform in world space. Returns whether this handle is resolved. The AnimationStream that hold the animated values. Returns true if the handle is resolved, false otherwise. Returns whether this is a valid handle. The AnimationStream that hold the animated values. Whether this is a valid handle. Bind this handle with an animated values from the AnimationStream. The AnimationStream that hold the animated values. Sets the position of the transform relative to the parent. The AnimationStream that hold the animated values. The position of the transform relative to the parent. Sets the rotation of the transform relative to the parent. The AnimationStream that hold the animated values. The rotation of the transform relative to the parent. Sets the scale of the transform relative to the parent. The scale of the transform relative to the parent. The AnimationStream that hold the animated values. Sets the position of the transform in world space. The position of the transform in world space. The AnimationStream that hold the animated values. Sets the rotation of the transform in world space. The AnimationStream that hold the animated values. The rotation of the transform in world space. Provides access to the audio samples generated by Unity objects such as VideoPlayer. Number of sample frames available for consuming with Experimental.Audio.AudioSampleProvider.ConsumeSampleFrames. The number of audio channels per sample frame. Pointer to the native function that provides access to audio sample frames. Enables the Experimental.Audio.AudioSampleProvider.sampleFramesAvailable events. If true, buffers produced by ConsumeSampleFrames will get padded when silence if there are less available than asked for. Otherwise, the extra sample frames in the buffer will be left unchanged. Number of sample frames that can still be written to by the sample producer before overflowing. Then the free sample count falls below this threshold, the Experimental.Audio.AudioSampleProvider.sampleFramesAvailable event and associated native is emitted. Unique identifier for this instance. The maximum number of sample frames that can be accumulated inside the internal buffer before an overflow event is emitted. Object where this provider came from. Invoked when the number of available sample frames goes beyond the threshold set with Experimental.Audio.AudioSampleProvider.freeSampleFrameCountLowThreshold. Number of available sample frames. Invoked when the number of available sample frames goes beyond the maximum that fits in the internal buffer. The number of sample frames that were dropped due to the overflow. The expected playback rate for the sample frames produced by this class. Index of the track in the object that created this provider. True if the object is valid. Clear the native handler set with Experimental.Audio.AudioSampleProvider.SetSampleFramesAvailableNativeHandler. Clear the native handler set with Experimental.Audio.AudioSampleProvider.SetSampleFramesOverflowNativeHandler. Consume sample frames from the internal buffer. Buffer where the consumed samples will be transferred. How many sample frames were written into the buffer passed in. Type that represents the native function pointer for consuming sample frames. Id of the provider. See Experimental.Audio.AudioSampleProvider.id. Pointer to the sample frames buffer to fill. The actual C type is float*. Number of sample frames that can be written into interleavedSampleFrames. Release internal resources. Inherited from IDisposable. Type that represents the native function pointer for handling sample frame events. User data specified when the handler was set. The actual C type is void*. Id of the provider. See Experimental.Audio.AudioSampleProvider.id. Number of sample frames available or overflowed, depending on event type. Delegate for sample frame events. Provider emitting the event. How many sample frames are available, or were dropped, depending on the event. Set the native event handler for events emitted when the number of available sample frames crosses the threshold. Pointer to the function to invoke when the event is emitted. User data to be passed to the handler when invoked. The actual C type is void*. Set the native event handler for events emitted when the internal sample frame buffer overflows. Pointer to the function to invoke when the event is emitted. User data to be passed to the handler when invoked. The actual C type is void*. A helper structure used to initialize a LightDataGI structure as a directional light. The direct light color. The direction of the light. The indirect light color. The light's instanceID. The lightmode. The penumbra width for soft shadows in radians. True if the light casts shadows, otherwise False. A helper structure used to initialize a LightDataGI structure as a disc light. The direct light color. The indirect light color. The light's instanceID. The lightmode. The light's orientation. The light's position. The radius of the disc light. The light's range. True if the light casts shadows, otherwise False. Available falloff models for baking. Inverse squared distance falloff model. Inverse squared distance falloff model (without smooth range attenuation). Quadratic falloff model. Linear falloff model. Falloff model is undefined. The interop structure to pass light information to the light baking backends. There are helper structures for Directional, Point, Spot and Rectangle lights to correctly initialize this structure. The color of the light. The cone angle for spot lights. The falloff model to use for baking point and spot lights. The indirect color of the light. The inner cone angle for spot lights. The light's instanceID. The lightmap mode for the light. The orientation of the light. The position of the light. The range of the light. Unused for directional lights. Set to 1 for shadow casting lights, 0 otherwise. The light's sphere radius for point and spot lights, or the width for rectangle lights. The height for rectangle lights. The type of the light. Initialize the struct with the parameters from the given light type. Initialize the struct with the parameters from the given light type. Initialize the struct with the parameters from the given light type. Initialize the struct with the parameters from the given light type. Initialize a light so that the baking backends ignore it. Utility class for converting Unity Lights to light types recognized by the baking backends. Extracts informations from Lights. The lights baketype. Returns the light's light mode. Extract type specific information from Lights. The input light. Extracts directional light information. Extracts point light information. Extracts spot light information. Extracts rectangle light information. Extract type specific information from Lights. The input light. Extracts directional light information. Extracts point light information. Extracts spot light information. Extracts rectangle light information. Extract type specific information from Lights. The input light. Extracts directional light information. Extracts point light information. Extracts spot light information. Extracts rectangle light information. Extract type specific information from Lights. The input light. Extracts directional light information. Extracts point light information. Extracts spot light information. Extracts rectangle light information. Extracts the indirect color from a light. Extracts the inner cone angle of spot lights. Interface to the light baking backends. Get the currently set conversion delegate. Returns the currently set conversion delegate. Delegate called when converting lights into a form that the baking backends understand. The list of lights to be converted. The output generated by the delegate function. Lights that should be skipped must be added to the output, initialized with InitNoBake on the LightDataGI structure. Resets the light conversion delegate to Unity's default conversion function. Set a delegate that converts a list of lights to a list of LightDataGI structures that are passed to the baking backends. Must be reset by calling ResetDelegate again. The lightmode. A light can be realtime, mixed, baked or unknown. Unknown lights will be ignored by the baking backends. The light is fully baked and has no realtime component. The light is mixed. Mixed lights are interpreted based on the global light mode setting in the lighting window. The light is realtime. No contribution will be baked in lightmaps or light probes. The light should be ignored by the baking backends. The light type. An infinite directional light. A light shaped like a disc emitting light into the hemisphere that it is facing. A point light emitting light in all directions. A light shaped like a rectangle emitting light into the hemisphere that it is facing. A spot light emitting light in a direction with a cone shaped opening angle. Contains normalized linear color values for red, green, blue in the range of 0 to 1, and an additional intensity value. The blue color value in the range of 0.0 to 1.0. The green color value in the range of 0.0 to 1.0. The intensity value used to scale the red, green and blue values. The red color value in the range of 0.0 to 1.0. Returns a black color. Returns a black color. Converts a Light's color value to a normalized linear color value, automatically handling gamma conversion if necessary. Light color. Light intensity. Returns the normalized linear color value. A helper structure used to initialize a LightDataGI structure as a point light. The direct light color. The falloff model to use for baking the point light. The indirect light color. The light's instanceID. The lightmode. The light's position. The light's range. True if the light casts shadows, otherwise False. The light's sphere radius, influencing soft shadows. A helper structure used to initialize a LightDataGI structure as a rectangle light. The direct light color. The height of the rectangle light. The indirect light color. The light's instanceID. The lightmode. The light's orientation. The light's position. The light's range. True if the light casts shadows, otherwise False. The width of the rectangle light. A helper structure used to initialize a LightDataGI structure as a spot light. The direct light color. The outer angle for the spot light. The falloff model to use for baking the spot light. The indirect light color. The inner angle for the spot light. The light's instanceID. The lightmode. The light's orientation. The light's position. The light's range. True if the light casts shadows, otherwise False. The light's sphere radius, influencing soft shadows. An IntegratedSubsystem is initialized from an IntegratedSubsystemDescriptor for a given Subsystem (Example, Input, Environment, Display, etc.) and provides an interface to interact with that given IntegratedSubsystem until it is Destroyed. After an IntegratedSubsystem is created it can be Started or Stopped to turn on and off functionality (and preserve performance). The base type for IntegratedSubsystem only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given IntegratedSubsystem. Note: initializing a second IntegratedSubsystem from the same IntegratedSubsystemDescriptor will return a reference to the existing IntegratedSubsystem as only one IntegratedSubsystem is currently allowed for a single IntegratedSubsystem provider. Destroys this instance of a subsystem. Starts an instance of a subsystem. Stops an instance of a subsystem. Information about a subsystem that can be queried before creating a subsystem instance. A unique string that identifies the subsystem that this Descriptor can create. Interface implemented by both Subsystem and IntegratedSubsystem which provides control over the state of either. Destroys this instance of a subsystem. Starts an instance of a subsystem. Stops an instance of a subsystem. A subsystem descriptor is metadata about a subsystem which can be inspected before loading / initializing a subsystem. The class representing the player loop in Unity. Returns the default update order of all engine systems in Unity. Set a new custom update order of all engine systems in Unity. The representation of a single system being updated by the player loop in Unity. The loop condition for a native engine system. To get a valid value for this, you must copy it from one of the PlayerLoopSystems returned by PlayerLoop.GetDefaultPlayerLoop. A list of sub systems which run as part of this item in the player loop. This property is used to identify which native system this belongs to, or to get the name of the managed system to show in the profiler. A managed delegate. You can set this to create a new C# entrypoint in the player loop. A native engine system. To get a valid value for this, you must copy it from one of the PlayerLoopSystems returned by PlayerLoop.GetDefaultPlayerLoop. The type of the connected target. The connected target is an Editor. No target is connected, this is only possible in a Player. The connected target is a Player. The state of an Editor-to-Player or Editor-to-Editor connection to be used in Experimental.Networking.PlayerConnection.EditorGUI.AttachToPlayerDropdown or Experimental.Networking.PlayerConnection.EditorGUILayout.AttachToPlayerDropdown. Supplies the type of the established connection, as in whether the target is a Player or an Editor. The name of the connected target. An implementation of IPlayable that produces a Camera texture. Creates a CameraPlayable in the PlayableGraph. The PlayableGraph object that will own the CameraPlayable. Camera used to produce a texture in the PlayableGraph. A CameraPlayable linked to the PlayableGraph. An implementation of IPlayable that allows application of a Material shader to one or many texture inputs to produce a texture output. Creates a MaterialEffectPlayable in the PlayableGraph. The PlayableGraph object that will own the MaterialEffectPlayable. Material used to modify linked texture playable inputs. Shader pass index.(Note: -1 for all passes). A MaterialEffectPlayable linked to the PlayableGraph. An implementation of IPlayable that allows mixing two textures. Creates a TextureMixerPlayable in the PlayableGraph. The PlayableGraph object that will own the TextureMixerPlayable. A TextureMixerPlayable linked to the PlayableGraph. A PlayableBinding that contains information representing a TexturePlayableOutput. Creates a PlayableBinding that contains information representing a TexturePlayableOutput. A reference to a UnityEngine.Object that acts as a key for this binding. The name of the TexturePlayableOutput. Returns a PlayableBinding that contains information that is used to create a TexturePlayableOutput. An IPlayableOutput implementation that will be used to manipulate textures. Returns an invalid TexturePlayableOutput. Update phase in the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Update phase in the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Update phase in the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Update phase in the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Update phase in the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Update phase in the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Update phase in the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Native engine system updated by the native player loop. Values for the blend state. Turns on alpha-to-coverage. Blend state for render target 0. Blend state for render target 1. Blend state for render target 2. Blend state for render target 3. Blend state for render target 4. Blend state for render target 5. Blend state for render target 6. Blend state for render target 7. Determines whether each render target uses a separate blend state. Creates a new blend state with the specified values. Determines whether each render target uses a separate blend state. Turns on alpha-to-coverage. Default values for the blend state. Camera related properties in CullingParameters. Get a camera culling plane. Plane index (up to 5). Camera culling plane. Get a shadow culling plane. Plane index (up to 5). Shadow culling plane. Set a camera culling plane. Plane index (up to 5). Camera culling plane. Set a shadow culling plane. Plane index (up to 5). Shadow culling plane. Core Camera related properties in CullingParameters. Culling results (visible objects, lights, reflection probes). Array of visible lights. Off screen lights that still effect visible Scene vertices. Array of visible reflection probes. Visible renderers. Calculates the view and projection matrices and shadow split data for a directional light. The index into the active light array. The cascade index. The number of cascades. The cascade ratios. The resolution of the shadowmap. The near plane offset for the light. The computed view matrix. The computed projection matrix. The computed cascade data. If false, the shadow map for this cascade does not need to be rendered this frame. Calculates the view and projection matrices and shadow split data for a point light. The index into the active light array. The cubemap face to be rendered. The amount by which to increase the camera FOV above 90 degrees. The computed view matrix. The computed projection matrix. The computed split data. If false, the shadow map for this light and cubemap face does not need to be rendered this frame. Calculates the view and projection matrices and shadow split data for a spot light. The index into the active light array. The computed view matrix. The computed projection matrix. The computed split data. If false, the shadow map for this light does not need to be rendered this frame. Perform culling for a Camera. Camera to cull for. Render loop the culling results will be used with. Culling results. Flag indicating whether culling succeeded. Perform culling with custom CullingParameters. Parameters for culling. Render loop the culling results will be used with. Culling results. Fills a compute buffer with per-object light indices. The compute buffer object to fill. Get culling parameters for a camera. Camera to get parameters for. Resultant culling parameters. Generate single-pass stereo aware culling parameters. Flag indicating whether culling parameters are valid. Get culling parameters for a camera. Camera to get parameters for. Resultant culling parameters. Generate single-pass stereo aware culling parameters. Flag indicating whether culling parameters are valid. If a RenderPipeline sorts or otherwise modifies the VisibleLight list, an index remap will be necessary to properly make use of per-object light lists. Array of indices that map from VisibleLight indices to internal per-object light list indices. Gets the number of per-object light indices. The number of per-object light indices. Returns the bounding box that encapsulates the visible shadow casters. Can be used to, for instance, dynamically adjust cascade ranges. The index of the shadow-casting light. The bounds to be computed. True if the light affects at least one shadow casting object in the Scene. If a RenderPipeline sorts or otherwise modifies the VisibleLight list, an index remap will be necessary to properly make use of per-object light lists. If an element of the array is set to -1, the light corresponding to that element will be disabled. Array with light indices that map from VisibleLight to internal per-object light lists. Values for the depth state. How should depth testing be performed. Controls whether pixels from this object are written to the depth buffer. Creates a new depth state with the given values. Controls whether pixels from this object are written to the depth buffer. How should depth testing be performed. Default values for the depth state. Flags controlling RenderLoop.DrawRenderers. When set, enables dynamic batching. When set, enables GPU instancing. No flags are set. Settings for ScriptableRenderContext.DrawRenderers. Other flags controlling object rendering. The maxiumum number of passes that can be rendered in 1 DrawRenderers call. What kind of per-object data to setup during rendering. How to sort objects during rendering. Create a draw settings struct. Camera to use. Camera's transparency sort mode is used to determine whether to use orthographic or distance based sorting. Shader pass to use. Set the Material to use for all drawers that would render in this group. Override material. Pass to use in the material. Set the shader passes that this draw call can render. Index of the shader pass to use. Name of the shader pass. Type of sorting to use while rendering. Sort objects based on distance along a custom axis. Orthographic sorting mode. Perspective sorting mode. This struct describes the methods to sort objects during rendering. Used to calculate distance to objects, by comparing the positions of objects to this axis. Used to calculate the distance to objects. What kind of sorting to do while rendering. Type of sorting to use while rendering. Should orthographic sorting be used? Used to calculate the distance to objects. Settings for ScriptableRenderContext.DrawShadows. Culling results to use. The index of the shadow-casting light to be rendered. The split data. Create a shadow settings object. The cull results for this light. The light index. Filter settings for ScriptableRenderContext.DrawRenderers. Set to true to exclude objects that are currently in motion from rendering. The default value is false. Only render objects in the given layer mask. The rendering layer mask to use when filtering available renderers for drawing. Render objects whose material render queue in inside this range. Specifies whether the values of the struct should be initialized. Describes a subset of objects to be rendered. See Also: ScriptableRenderContext.DrawRenderers. Use this format usages to figure out the capabilities of specific GraphicsFormat To blend on a rendertexture. To sample textures with a linear filter To perform resource load and store on a texture To create and render to a MSAA 2X rendertexture. To create and render to a MSAA 4X rendertexture. To create and render to a MSAA 8X rendertexture. To create and render to a rendertexture. To create and sample textures. Use this format to create either Textures or RenderTextures from scripts. A four-component, 64-bit packed unsigned normalized format that has a 10-bit A component in bits 30..39, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations. A four-component, 64-bit packed unsigned normalized format that has a 10-bit A component in bits 30..39, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion). The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations. A four-component, 16-bit packed unsigned normalized format that has a 1-bit A component in bit 15, a 5-bit R component in bits 10..14, a 5-bit G component in bits 5..9, and a 5-bit B component in bits 0..4. A four-component, 32-bit packed signed integer format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9. A four-component, 32-bit packed unsigned integer format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9. A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit R component in bits 0..9. A four-component, 32-bit packed signed integer format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. A four-component, 32-bit packed unsigned integer format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations. A four-component, 32-bit packed unsigned normalized format that has a 2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion). The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations. A three-component, 32-bit packed unsigned floating-point format that has a 10-bit B component in bits 22..31, an 11-bit G component in bits 11..21, an 11-bit R component in bits 0..10. A four-component, 16-bit packed unsigned normalized format that has a 4-bit B component in bits 12..15, a 4-bit G component in bits 8..11, a 4-bit R component in bits 4..7, and a 4-bit A component in bits 0..3. A four-component, 16-bit packed unsigned normalized format that has a 5-bit B component in bits 11..15, a 5-bit G component in bits 6..10, a 5-bit R component in bits 1..5, and a 1-bit A component in bit 0. A three-component, 16-bit packed unsigned normalized format that has a 5-bit B component in bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit R component in bits 0..4. A three-component, 24-bit signed integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2. A three-component, 24-bit signed normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2. A three-component, 24-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, and an 8-bit B component stored with sRGB nonlinear encoding in byte 2. A three-component, 24-bit unsigned integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2 A three-component, 24-bit unsigned normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, and an 8-bit R component in byte 2. A four-component, 32-bit signed integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit signed normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit unsigned normalized format that has an 8-bit B component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, an 8-bit R component stored with sRGB nonlinear encoding in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit unsigned integer format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit unsigned normalized format that has an 8-bit B component in byte 0, an 8-bit G component in byte 1, an 8-bit R component in byte 2, and an 8-bit A component in byte 3. A one-component, 16-bit unsigned normalized format that has a single 16-bit depth component. A two-component, 32-bit format that has 24 unsigned normalized bits in the depth component and, optionally: 8 bits that are unused. A two-component, 32-bit packed format that has 8 unsigned integer bits in the stencil component, and 24 unsigned normalized bits in the depth component. A one-component, 32-bit signed floating-point format that has 32-bits in the depth component. A two-component format that has 32 signed float bits in the depth component and 8 unsigned integer bits in the stencil component. There are optionally: 24-bits that are unused. A three-component, 32-bit packed unsigned floating-point format that has a 5-bit shared exponent in bits 27..31, a 9-bit B component mantissa in bits 18..26, a 9-bit G component mantissa in bits 9..17, and a 9-bit R component mantissa in bits 0..8. The format is not specified. A one-component, block-compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of signed normalized red texel data. A one-component, block-compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized red texel data. A one-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of signed normalized red texel data. A one-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized red texel data. A four-component, 32-bit packed unsigned normalized format that has a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are gamma encoded and their values range from -0.5271 to 1.66894. The alpha component is clamped to either 0.0 or 1.0 on sampling, rendering, and writing operations. A four-component, 32-bit packed unsigned normalized format that has a 10-bit R component in bits 20..29, a 10-bit G component in bits 10..19, and a 10-bit B component in bits 0..9. The components are linearly encoded and their values range from -0.752941 to 1.25098 (pre-expansion). A one-component, 16-bit signed floating-point format that has a single 16-bit R component. A one-component, 16-bit signed integer format that has a single 16-bit R component. A one-component, 16-bit signed normalized format that has a single 16-bit R component. A one-component, 16-bit unsigned integer format that has a single 16-bit R component. A one-component, 16-bit unsigned normalized format that has a single 16-bit R component. A two-component, 32-bit signed floating-point format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3. A two-component, 32-bit signed integer format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3. A two-component, 32-bit signed normalized format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3. A two-component, 32-bit unsigned integer format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3. A two-component, 32-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, and a 16-bit G component in bytes 2..3. A three-component, 48-bit signed floating-point format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5. A three-component, 48-bit signed integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5. A three-component, 48-bit signed normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5. A three-component, 48-bit unsigned integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5. A three-component, 48-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in bytes 4..5. A four-component, 64-bit signed floating-point format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7. A four-component, 64-bit signed integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7. A four-component, 64-bit signed normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7. A four-component, 64-bit unsigned integer format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7. A four-component, 64-bit unsigned normalized format that has a 16-bit R component in bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a 16-bit A component in bytes 6..7. A one-component, 32-bit signed floating-point format that has a single 32-bit R component. A one-component, 32-bit signed integer format that has a single 32-bit R component. A one-component, 32-bit unsigned integer format that has a single 32-bit R component. A two-component, 64-bit signed floating-point format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7. A two-component, 64-bit signed integer format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7. A two-component, 64-bit unsigned integer format that has a 32-bit R component in bytes 0..3, and a 32-bit G component in bytes 4..7. A three-component, 96-bit signed floating-point format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11. A three-component, 96-bit signed integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11. A three-component, 96-bit unsigned integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in bytes 8..11. A four-component, 128-bit signed floating-point format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15. A four-component, 128-bit signed integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15. A four-component, 128-bit unsigned integer format that has a 32-bit R component in bytes 0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11, and a 32-bit A component in bytes 12..15. A four-component, 16-bit packed unsigned normalized format that has a 4-bit R component in bits 12..15, a 4-bit G component in bits 8..11, a 4-bit B component in bits 4..7, and a 4-bit A component in bits 0..3. A four-component, 16-bit packed unsigned normalized format that has a 5-bit R component in bits 11..15, a 5-bit G component in bits 6..10, a 5-bit B component in bits 1..5, and a 1-bit A component in bit 0. A three-component, 16-bit packed unsigned normalized format that has a 5-bit R component in bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit B component in bits 0..4. A one-component, 8-bit signed integer format that has a single 8-bit R component. A one-component, 8-bit signed normalized format that has a single 8-bit R component. A one-component, 8-bit unsigned normalized format that has a single 8-bit R component stored with sRGB nonlinear encoding. A one-component, 8-bit unsigned integer format that has a single 8-bit R component. A one-component, 8-bit unsigned normalized format that has a single 8-bit R component. A two-component, 16-bit signed integer format that has an 8-bit R component in byte 0, and an 8-bit G component in byte 1. A two-component, 16-bit signed normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1. A two-component, 16-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1. A two-component, 16-bit unsigned integer format that has an 8-bit R component in byte 0, and an 8-bit G component in byte 1. A two-component, 16-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB nonlinear encoding in byte 1. A three-component, 24-bit signed integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2. A three-component, 24-bit signed normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2. A three-component, 24-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, and an 8-bit B component stored with sRGB nonlinear encoding in byte 2. A three-component, 24-bit unsigned integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2. A three-component, 24-bit unsigned normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, and an 8-bit B component in byte 2. A four-component, 32-bit signed integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit signed normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit unsigned normalized format that has an 8-bit R component stored with sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB nonlinear encoding in byte 1, an 8-bit B component stored with sRGB nonlinear encoding in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit unsigned integer format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3. A four-component, 32-bit unsigned normalized format that has an 8-bit R component in byte 0, an 8-bit G component in byte 1, an 8-bit B component in byte 2, and an 8-bit A component in byte 3. A two-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values. A two-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values. A two-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values. A two-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RG texel data with the first 64 bits encoding red values followed by 64 bits encoding green values. A four-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding, and provides 1 bit of alpha. A four-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data, and provides 1 bit of alpha. A three-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of signed floating-point RGB texel data. A three-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned floating-point RGB texel data. A three-component, ETC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque. A three-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque. A three-component, ETC2 compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque. A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque. A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque. A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has no alpha and is considered opaque. A three-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has no alpha and is considered opaque. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 10×10 rectangle of unsigned normalized RGBA texel data. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 12×12 rectangle of unsigned normalized RGBA texel data. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 5×5 rectangle of unsigned normalized RGBA texel data. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes a 6×6 rectangle of unsigned normalized RGBA texel data. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components. A four-component, ASTC compressed format where each 128-bit compressed texel block encodes an 8×8 rectangle of unsigned normalized RGBA texel data. A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with sRGB nonlinear encoding applied to the RGB components. A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data. A three-component, block-compressed format. Each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data with sRGB nonlinear encoding. This format has a 1 bit alpha channel. A three-component, block-compressed format. Each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGB texel data. This format has a 1 bit alpha channel. A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding. A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values. A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding. A four-component, block-compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values. A four-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values with sRGB nonlinear encoding applied. A four-component, ETC2 compressed format where each 128-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 64 bits encoding alpha values followed by 64 bits encoding RGB values. A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values with sRGB nonlinear encoding applied. A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values. A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values with sRGB nonlinear encoding applied. A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 4×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values. A one-component, 8-bit unsigned integer format that has 8-bits in the stencil component. Defines a series of commands and settings that describes how Unity renders a frame. When the IRenderPipeline is invalid or destroyed this returns true. Defines custom rendering for this RenderPipeline. Structure that holds the rendering commands for this loop. Cameras to render. An asset that produces a specific IRenderPipeline. Create a IRenderPipeline specific to this asset. Created pipeline. Override this method to destroy RenderPipeline cached state. The render index for the terrain brush in the editor. Queue index. Defines the required members for a Runtime Reflection Systems. Update the reflection probes. Whether a reflection probe was updated. LODGroup culling parameters. Rendering view height in pixels. Camera position. Camera's field of view. Indicates whether camera is orthographic. Orhographic camera size. Values for the raster state. Controls which sides of polygons should be culled (not drawn). Enable clipping based on depth. Scales the maximum Z slope. Scales the minimum resolvable depth buffer value. Creates a new raster state with the given values. Controls which sides of polygons should be culled (not drawn). Scales the minimum resolvable depth buffer value. Scales the maximum Z slope. Default values for the raster state. Visible reflection probes sorting options. Sort probes by importance. Sort probes by importance, then by size. Do not sort reflection probes. Sort probes from largest to smallest. What kind of per-object data to setup during rendering. Do not setup any particular per-object data besides the transformation matrix. Setup per-object lightmaps. Setup per-object light probe SH data. Setup per-object light probe proxy volume data. Setup per-object motion vectors. Setup per-object occlusion probe data. Setup per-object occlusion probe proxy volume data (occlusion in alpha channels). Setup per-object reflection probe data. Setup per-object shadowmask. Setup per-object light indices. Object encapsulating the duration of a single renderpass that contains one or more subpasses. The RenderPass object provides a new way to switch rendertargets in the context of a Scriptable Rendering Pipeline. As opposed to the SetRenderTargets function, the RenderPass object specifies a clear beginning and an end for the rendering, alongside explicit load/store actions on the rendering surfaces. The RenderPass object also allows running multiple subpasses within the same renderpass, where the pixel shaders have a read access to the current pixel value within the renderpass. This allows for efficient implementation of various rendering methods on tile-based GPUs, such as deferred rendering. RenderPasses are natively implemented on Metal (iOS) and Vulkan, but the API is fully functional on all rendering backends via emulation (using legacy SetRenderTargets calls and reading the current pixel values via texel fetches). A quick example on how to use the RenderPass API within the Scriptable Render Pipeline to implement deferred rendering: The RenderPass mechanism has the following limitations: - All attachments must have the same resolution and MSAA sample count - The rendering results of previous subpasses are only available within the same screen-space pixel coordinate via the UNITY_READ_FRAMEBUFFER_INPUT(x) macro in the shader; the attachments cannot be bound as textures or otherwise accessed until the renderpass has ended - iOS Metal does not allow reading from the Z-Buffer, so an additional render target is needed to work around that - The maximum amount of attachments allowed per RenderPass is currently 8 + depth, but note that various GPUs may have stricter limits. Read only: array of RenderPassAttachment objects currently bound into this RenderPass. Read only: The ScriptableRenderContext object this RenderPass was created for. Read only: The depth/stencil attachment used in this RenderPass, or null if none. Read only: The height of the RenderPass surfaces in pixels. Read only: MSAA sample count for this RenderPass. Read only: The width of the RenderPass surfaces in pixels. Create a RenderPass and start it within the ScriptableRenderContext. The ScriptableRenderContext object currently being rendered. The width of the RenderPass surfaces in pixels. The height of the RenderPass surfaces in pixels. MSAA sample count; set to 1 to disable antialiasing. Array of color attachments to use within this RenderPass. The attachment to be used as the depthstencil buffer for this RenderPass, or null to disable depthstencil. End the RenderPass. This class encapsulates a single subpass within a RenderPass. RenderPasses can never be standalone, they must always contain at least one SubPass. See Also: RenderPass. Create a subpass and start it. The RenderPass object this subpass is part of. Array of attachments to be used as the color render targets in this subpass. All attachments in this array must also be declared in the RenderPass constructor. Array of attachments to be used as input attachments in this subpass. All attachments in this array must also be declared in the RenderPass constructor. If true, the depth attachment is read-only in this subpass. Some renderers require this in order to be able to use the depth attachment as input. End the subpass. A declaration of a single color or depth rendering surface to be attached into a RenderPass. The currently assigned clear color for this attachment. Default is black. Currently assigned depth clear value for this attachment. Default value is 1.0. Currently assigned stencil clear value for this attachment. Default is 0. The RenderTextureFormat of this attachment. The load action to be used on this attachment when the RenderPass starts. The store action to use with this attachment when the RenderPass ends. Only used when either BindSurface or BindResolveSurface has been called. When the renderpass that uses this attachment ends, resolve the MSAA surface into the given target. The target surface to receive the MSAA-resolved pixels. Binds this RenderPassAttachment to the given target surface. The surface to use as the backing storage for this RenderPassAttachment. Whether to read in the existing contents of the surface when the RenderPass starts. Whether to store the rendering results of the attachment when the RenderPass ends. When the RenderPass starts, clear this attachment into the color or depth/stencil values given (depending on the format of this attachment). Changes loadAction to RenderBufferLoadAction.Clear. Color clear value. Ignored on depth/stencil attachments. Depth clear value. Ignored on color surfaces. Stencil clear value. Ignored on color or depth-only surfaces. Create a RenderPassAttachment to be used with RenderPass. The format of this attachment. Defines a series of commands and settings that describes how Unity renders a frame. Call that should be issued by an SRP when the SRP begins to render a Camera so that other systems can inject per camera render logic. Call that should be issued by an SRP when the SRP begins to render so that other systems can inject 'pre render' logic. When the IRenderPipeline is invalid or destroyed this returns true. Call the delegate used during SRP rendering before a single camera starts rendering. Call the delegate used during SRP rendering before a render begins. Dispose the Renderpipeline destroying all internal state. Defines custom rendering for this RenderPipeline. An asset that produces a specific IRenderPipeline. Returns the list of current IRenderPipeline's created by the asset. Enumerable of created pipelines. Create a IRenderPipeline specific to this asset. Created pipeline. Destroys all cached data and created IRenderLoop's. Retrieves the default Autodesk Interactive masked Shader for this pipeline. Returns the default shader. Retrieves the default Autodesk Interactive Shader for this pipeline. Returns the default shader. Retrieves the default Autodesk Interactive transparent Shader for this pipeline. Returns the default shader. Return the default 2D Material for this pipeline. Default material. Return the default Line Material for this pipeline. Default material. Return the default Material for this pipeline. Default material. Return the default particle Material for this pipeline. Default material. Return the default Shader for this pipeline. Default shader. Return the default Terrain Material for this pipeline. Default material. Return the default UI ETC1 Material for this pipeline. Default material. Return the default UI Material for this pipeline. Default material. Return the default UI overdraw Material for this pipeline. Default material. Returns the list of names used to display Rendering Layer Mask UI for this pipeline. Array of 32 Rendering Layer Mask names. The render index for the terrain brush in the editor. Queue index. Create a IRenderPipeline specific to this asset. Created pipeline. Default implementation of OnDisable for RenderPipelineAsset. See ScriptableObject.OnDisable Default implementation of OnValidate for RenderPipelineAsset. See MonoBehaviour.OnValidate Render Pipeline manager. Returns the instance of the currently used Render Pipeline. Describes a material render queue range. A range that includes all objects. Inclusive upper bound for the range. Inclusive lower bound for the range. A range that includes only opaque objects. A range that includes only transparent objects. A set of values used to override the render state. Note that it is not enough to set e.g. blendState, but that mask must also include RenderStateMask.Blend for the override to occur. Specifies the new blend state. Specifies the new depth state. Specifies which parts of the render state that is overriden. Specifies the new raster state. The value to be compared against and/or the value to be written to the buffer based on the stencil state. Specifies the new stencil state. Creates a new render state block with the specified mask. Specifies which parts of the render state that is overriden. Maps a RenderType to a specific render state override. Specifices the RenderType to override the render state for. Specifies the values to override the render state with. Creates a new render state mapping with the specified values. Specifices the RenderType to override the render state for. Specifies the values to override the render state with. Creates a new render state mapping with the specified values. Specifices the RenderType to override the render state for. Specifies the values to override the render state with. Specifies which parts of the render state that is overriden. When set, the blend state is overridden. When set, the depth state is overridden. When set, all render states are overridden. No render states are overridden. When set, the raster state is overridden. When set, the stencil state and reference value is overridden. Values for the blend state. Operation used for blending the alpha (A) channel. Operation used for blending the color (RGB) channel. Blend factor used for the alpha (A) channel of the destination. Blend factor used for the color (RGB) channel of the destination. Blend factor used for the alpha (A) channel of the source. Blend factor used for the color (RGB) channel of the source. Specifies which color components will get written into the target framebuffer. Creates a new blend state with the given values. Specifies which color components will get written into the target framebuffer. Blend factor used for the color (RGB) channel of the source. Blend factor used for the color (RGB) channel of the destination. Blend factor used for the alpha (A) channel of the source. Blend factor used for the alpha (A) channel of the destination. Operation used for blending the color (RGB) channel. Operation used for blending the alpha (A) channel. Default values for the blend state. Parameters controlling culling process in CullResults. This parameter determines query distance for occlusion culling. The accurateOcclusionThreshold controls the distance where the level of detail (LOD) changes. The default value of this parameter is -1, and any value less than 0 has the same effect. Default values result in automatic calculation of the LOD. When you use occlusion culling, the occlusion data of the world varies in level of detail. In the occlusion data, there are tiles of various sizes. Each tile contains a cells-and-portals graph. In each cell, visibility is the same. This means that any two points are visible within the cell. Portals are the openings between the cells, which determine the visibility between them. The tiles are in a k-d tree. The tree contains different sized tiles, where each tile represents a level of detail. When you query a small tile, you get accurate culling results at the price of query time. During the culling, the tile size varies with the distance from the camera. This gives finer detail closer to the camera, and coarser detail at further distance. The higher the value is, the higher the accuracy is far away form the camera. High values can have a negative impact on performance. Camera Properties used for culling. Culling Flags for the culling. CullingMask used for culling. CullingMatrix used for culling. Number of culling planes to use. The projection matrix generated for single-pass stereo culling. Distance between the virtual eyes. The view matrix generated for single-pass stereo culling. Is the cull orthographic. Layers to cull. LODParameters for culling. Position for the origin of th cull. Reflection Probe Sort options for the cull. Scene Mask to use for the cull. Shadow distance to use for the cull. Fetch the culling plane at the given index. Get the distance for the culling of a specific layer. Set the culling plane at a given index. Set the distance for the culling of a specific layer. Defines state and drawing commands used in a custom render pipelines. Draw subset of visible objects. Specifies parts of the render state to override. Specifies parts of the render state to override for specific render types. Specifies which set of visible objects to draw. Specifies how to draw the objects. Specifies how the renderers should be further filtered. Draw subset of visible objects. Specifies parts of the render state to override. Specifies parts of the render state to override for specific render types. Specifies which set of visible objects to draw. Specifies how to draw the objects. Specifies how the renderers should be further filtered. Draw subset of visible objects. Specifies parts of the render state to override. Specifies parts of the render state to override for specific render types. Specifies which set of visible objects to draw. Specifies how to draw the objects. Specifies how the renderers should be further filtered. Draw shadow casters for a single light. Specifies which set of shadow casters to draw, and how to draw them. Draw skybox. Camera to draw the skybox for. Emit UI geometry into the Scene view for rendering. Camera to emit the geometry for. Execute a custom graphics command buffer. Command buffer to execute. Executes a command buffer on an async compute queue with the queue selected based on the ComputeQueueType parameter passed. It is required that all of the commands within the command buffer be of a type suitable for execution on the async compute queues. If the buffer contains any commands that are not appropriate then an error will be logged and displayed in the editor window. Specifically the following commands are permitted in a CommandBuffer intended for async execution: CommandBuffer.BeginSample CommandBuffer.CopyCounterValue CommandBuffer.CopyTexture CommandBuffer.CreateGPUFence CommandBuffer.DispatchCompute CommandBuffer.EndSample CommandBuffer.IssuePluginEvent CommandBuffer.SetComputeBufferParam CommandBuffer.SetComputeFloatParam CommandBuffer.SetComputeFloatParams CommandBuffer.SetComputeTextureParam CommandBuffer.SetComputeVectorParam CommandBuffer.WaitOnGPUFence All of the commands within the buffer are guaranteed to be executed on the same queue. If the target platform does not support async compute queues then the work is dispatched on the graphics queue. The CommandBuffer to be executed. Describes the desired async compute queue the supplied CommandBuffer should be executed on. Setup camera specific global shader variables. Camera to setup shader variables for. Set up the stereo shader variables and state. Setup camera specific global shader variables. Camera to setup shader variables for. Set up the stereo shader variables and state. Fine-grain control to begin stereo rendering on the scriptable render context. Camera to enable stereo rendering on. Indicate completion of stereo rendering on a single frame. Camera to indicate completion of stereo rendering. Stop stereo rendering on the scriptable render context. Camera to disable stereo rendering on. Submit rendering loop for execution. Empty implementation of IScriptableRuntimeReflectionSystem. Update the reflection probes. Whether a reflection probe was updated. Global settings for the scriptable runtime reflection system. The current scriptable runtime reflection system instance. Shader pass name identifier. Create shader pass name identifier. Pass name. Describes the culling information for a given shadow split (e.g. directional cascade). The number of culling planes. The culling sphere. The first three components of the vector describe the sphere center, and the last component specifies the radius. Gets a culling plane. The culling plane index. The culling plane. Sets a culling plane. The index of the culling plane to set. The culling plane. How to sort objects during rendering. Sort objects back to front. Sort renderers taking canvas order into account. Typical sorting for opaque objects. Typical sorting for transparencies. Do not sort objects. Sort objects to reduce draw state changes. Sort objects in rough front-to-back buckets. Sorts objects by renderer priority. Sort by material render queue. Sort by renderer sorting layer. Values for the stencil state. The function used to compare the reference value to the current contents of the buffer. The function used to compare the reference value to the current contents of the buffer for back-facing geometry. The function used to compare the reference value to the current contents of the buffer for front-facing geometry. Controls whether the stencil buffer is enabled. What to do with the contents of the buffer if the stencil test fails. What to do with the contents of the buffer if the stencil test fails for back-facing geometry. What to do with the contents of the buffer if the stencil test fails for front-facing geometry. What to do with the contents of the buffer if the stencil test (and the depth test) passes. What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry. What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry. An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer. An 8 bit mask as an 0–255 integer, used when writing to the buffer. What to do with the contents of the buffer if the stencil test passes, but the depth test fails. What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry. What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry. Creates a new stencil state with the given values. An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer. An 8 bit mask as an 0–255 integer, used when writing to the buffer. Controls whether the stencil buffer is enabled. The function used to compare the reference value to the current contents of the buffer for front-facing geometry. What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry. What to do with the contents of the buffer if the stencil test fails for front-facing geometry. What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry. The function used to compare the reference value to the current contents of the buffer for back-facing geometry. What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry. What to do with the contents of the buffer if the stencil test fails for back-facing geometry. What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry. The function used to compare the reference value to the current contents of the buffer. What to do with the contents of the buffer if the stencil test (and the depth test) passes. What to do with the contents of the buffer if the stencil test fails. What to do with the contents of the buffer if the stencil test passes, but the depth test. Creates a new stencil state with the given values. An 8 bit mask as an 0–255 integer, used when comparing the reference value with the contents of the buffer. An 8 bit mask as an 0–255 integer, used when writing to the buffer. Controls whether the stencil buffer is enabled. The function used to compare the reference value to the current contents of the buffer for front-facing geometry. What to do with the contents of the buffer if the stencil test (and the depth test) passes for front-facing geometry. What to do with the contents of the buffer if the stencil test fails for front-facing geometry. What to do with the contents of the buffer if the stencil test passes, but the depth test fails for front-facing geometry. The function used to compare the reference value to the current contents of the buffer for back-facing geometry. What to do with the contents of the buffer if the stencil test (and the depth test) passes for back-facing geometry. What to do with the contents of the buffer if the stencil test fails for back-facing geometry. What to do with the contents of the buffer if the stencil test passes, but the depth test fails for back-facing geometry. The function used to compare the reference value to the current contents of the buffer. What to do with the contents of the buffer if the stencil test (and the depth test) passes. What to do with the contents of the buffer if the stencil test fails. What to do with the contents of the buffer if the stencil test passes, but the depth test. Default values for the stencil state. Describes the rendering features supported by a given render pipeline. Get / Set a SupportedRenderingFeatures. This is the fallback mode if the mode the user had previously selected is no longer available. See SupportedRenderingFeatures.supportedMixedLightingModes. Flags for supported reflection probes. Determines if the renderer will override the Environment Lighting and will no longer need the built-in UI for it. Determines if the renderer will override the fog settings in the Lighting Panel and will no longer need the built-in UI for it. Determines if the renderer will override halo and flare settings in the Lighting Panel and will no longer need the built-in UI for it. Are light probe proxy volumes supported? Are motion vectors supported? Can renderers support receiving shadows? Are reflection probes supported? Determines if the renderer supports renderer priority sorting. What baking types are supported. The unsupported ones will be hidden from the UI. See LightmapBakeType. Specifies what modes are supported. Has to be at least one. See LightmapsMode. Specifies what LightmapMixedBakeMode that are supported. Please define a SupportedRenderingFeatures.defaultMixedLightingMode in case multiple modes are supported. Same as MixedLightingMode for baking, but is used to determine what is supported by the pipeline. Same as MixedLightingMode.IndirectOnly but determines if it is supported by the pipeline. No mode is supported. Determines what is supported by the rendering pipeline. This enum is similar to MixedLightingMode. Same as MixedLightingMode.Subtractive but determines if it is supported by the pipeline. Supported modes for ReflectionProbes. Default reflection probe support. Rotated reflection probes are supported. Holds data of a visible light. Light color multiplied by intensity. Light flags, see VisibleLightFlags. Accessor to Light component. Light type. Light transformation matrix. Light range. Light's influence rectangle on screen. Spot light angle. Flags for VisibleLight. Light intersects far clipping plane. Light intersects near clipping plane. No flags are set. Holds data of a visible reflection probe. Probe blending distance. Probe bounding box. Should probe use box projection. Probe projection center. Shader data for probe HDR texture decoding. Probe importance. Probe transformation matrix. Accessor to ReflectionProbe component. Probe texture. Experimental render settings features. If enabled, ambient trilight will be sampled using the old radiance sampling method. A Subsystem is initialized from a SubsystemDescriptor for a given Subsystem (Example, Input, Environment, Display, etc.) and provides an interface to interact with that given Subsystem until it is Destroyed. After a Subsystem is created it can be Started or Stopped to turn on and off functionality (and preserve performance). The base type for Subsystem only exposes this functionality; this class is designed to be a base class for derived classes that expose more functionality specific to a given Subsystem. Note: initializing a second Subsystem from the same SubsystemDescriptor will return a reference to the existing Subsystem as only one Subsystem is currently allowed for a single Subsystem provider. Destroys this instance of a subsystem. Starts an instance of a subsystem. Stops an instance of a subsystem. Information about a subsystem that can be queried before creating a subsystem instance. A unique string that identifies the subsystem that this Descriptor can create. The System.Type of the subsystem implementation associated with this descriptor. Gives access to subsystems which provide additional functionality through plugins. Returns active Subsystems of a specific instance type. Active instances. Returns a list of SubsystemDescriptors which describe additional functionality that can be enabled. Subsystem specific descriptors. Represents a linear 2D transformation between brush UV space and a target XY space (typically this is a Terrain-local object space.) (Read Only) Brush UV origin, in XY space. (Read Only) Brush U vector, in XY space. (Read Only) Brush V vector, in XY space. (Read Only) Target XY origin, in Brush UV space. (Read Only) Target X vector, in Brush UV space. (Read Only) Target Y vector, in Brush UV space. Creates a BrushTransform. Origin of the brush, in target XY space. Brush U vector, in target XY space. Brush V vector, in target XY space. Applies the transform to convert a Brush UV coordinate to the target XY space. Brush UV coordinate to transform. Target XY coordinate. Creates an axis-aligned BrushTransform from a rectangle. Brush rectangle, in target XY coordinates. BrushTransform describing the brush. Get the axis-aligned bounding rectangle of the brush, in target XY space. Bounding rectangle in target XY space. Applies the transform to convert a target XY coordinate to Brush UV space. Point in target XY space. Point transformed to Brush UV space. The context for a paint operation that may span multiple connected Terrains. (Read Only) RenderTexture that an edit operation writes to modify the data. (Read Only) The value of RenderTexture.active at the time CreateRenderTargets is called. (Read Only) The Terrain used to build the PaintContext. (Read Only) The pixel rectangle that this PaintContext represents. (Read Only) The size of a PaintContext pixel in terrain units (as defined by originTerrain.) (Read Only) Render target that stores the original data from the Terrains. (Read Only) The height of the target terrain texture. This is the resolution for a single Terrain. (Read Only) The width of the target terrain texture. This is the resolution for a single Terrain. (Read Only) The number of Terrains in this PaintContext. Flushes the delayed actions created by PaintContext heightmap and alphamap modifications. Releases the allocated resources of this PaintContext. When true, indicates that this function restores RenderTexture.active Constructs a PaintContext that you can use to edit a texture on a Terrain, in the region defined by boundsInTerrainSpace and extraBorderPixels. Terrain that defines terrain space for this PaintContext. Terrain space bounds to edit in the target terrain texture. Width of the target terrain texture (per Terrain). Height of the target terrain texture (per Terrain). Number of extra border pixels required. Creates the sourceRenderTexture and destinationRenderTexture. Render Texture format. Creates a new PaintContext, to edit a target texture on a Terrain, in a region defined by pixelRect. Terrain that defines terrain space for this PaintContext. Pixel rectangle to edit in the target terrain texture. Width of the target terrain texture (per Terrain). Height of the target terrain texture (per Terrain). Gathers the alphamap information into sourceRenderTexture. TerrainLayer used for painting. Set to true to specify that the inputLayer is added to the terrain if it does not already exist. Set to false to specify that terrain layers are not added to the terrain. Gathers the heightmap information into sourceRenderTexture. Gathers the normal information into sourceRenderTexture. Retrieves the clipped pixel rectangle for a Terrain, relative to the PaintContext render textures. Index of the Terrain. Returns the clipped pixel rectangle. Retrieves the clipped pixel rectangle for a Terrain. Index of the Terrain. Returns the clipped pixel rectangle. Retrieves a Terrain from the PaintContext. Index of the terrain. Returns the Terrain object. Applies an edited alphamap PaintContext by copying modifications back to the source Terrains. Unique name used for the undo stack. Applies an edited heightmap PaintContext by copying modifications back to the source Terrains. Unique name used for the undo stack. A set of utility functions for custom terrain paint tools. Helper function to set up a PaintContext for modifying the heightmap of one or more Terrain tiles. Reference Terrain tile. Defines terrain space and heightmap resolution. The region in terrain space to edit. Number of extra border pixels required. PaintContext containing the combined heightmap data for the specified region. Helper function to set up a PaintContext for modifying the heightmap of one or more Terrain tiles. Reference Terrain tile. Defines terrain space and heightmap resolution. The region in terrain space to edit. Number of extra border pixels required. PaintContext containing the combined heightmap data for the specified region. Helper function to set up a PaintContext for modifying the alphamap of one or more Terrain tiles. Reference Terrain tile. Defines terrain space and alphamap resolution. Selects the alphamap to paint. The region in terrain space to edit. Number of extra border pixels required. PaintContext containing the combined alphamap data for the specified region. Helper function to set up a PaintContext for modifying the alphamap of one or more Terrain tiles. Reference Terrain tile. Defines terrain space and alphamap resolution. Selects the alphamap to paint. The region in terrain space to edit. Number of extra border pixels required. PaintContext containing the combined alphamap data for the specified region. Builds a Scale & Offset transform to convert between one PaintContext's UV space and another PaintContext's UV space. Source PaintContext. Destination PaintContext. ScaleOffset transform. Enumeration of the render passes in the built-in paint material. Built-in render pass for painting the splatmap texture. Built-in render pass for raising and lowering terrain height. Built-in render pass for setting terrain height. Built-in render pass for smoothing the terrain height. Built-in render pass for stamping heights on the terrain. Creates a BrushTransform from the input parameters. Reference terrain, defines terrain UV and object space. Center point of the brush, in terrain UV space (0-1 across the terrain tile). Size of the brush, in terrain space. Brush rotation in degrees (clockwise). Transform from terrain space to Brush UVs. Helper function to set up a PaintContext that collects mesh normal data from one or more Terrain tiles. Reference Terrain tile. Defines terrain space and heightmap resolution. The region in terrain space from which to collect normals. Number of extra border pixels required. PaintContext containing the combined normalmap data for the specified region. Helper function to set up a PaintContext that collects mesh normal data from one or more Terrain tiles. Reference Terrain tile. Defines terrain space and heightmap resolution. The region in terrain space from which to collect normals. Number of extra border pixels required. PaintContext containing the combined normalmap data for the specified region. Helper function for completing a heightmap modification. The heightmap paint context to complete. Unique name used for the undo stack. Helper function for completing a texture alphamap modification. The texture paint context to complete. Unique name used for the undo stack. Finds the index of a TerrainLayer in a Terrain tile. Terrain tile. Terrain layer to search for. Returns the index of the terrain layer if it exists or -1 if it doesn't exist. Returns the default material for blitting operations. Built in "Hidden/BlitCopy" material. Returns the built-in in paint material used by the built-in tools. Built-in terrain paint material. Returns the default copy terrain layer material. Built in "HiddenTerrainTerrainLayerUtils" material. Returns the alphamap texture at mapIndex. Terrain tile. Index to retrieve. Alphamap texture at mapIndex. Releases the allocated resources of the specified PaintContext. The PaintContext containing the resources to release. Sets up all of the material properties used by functions in TerrainTool.cginc. PaintContext describing the area we are editing, and the terrain space. BrushTransform from terrain space to Brush UVs. Material to populate with transform properties. Provides a set of utility functions that are used by the terrain tools. Automatically connects neighboring terrains. Type for mapping Terrain.groupingID coordinates to TerrainMap. Type for mapping 2D (X,Y) coordinates to a Terrain object. Indicates the error status of the TerrainMap. Mapping from TileCoord to Terrain. Creates a TerrainMap. Defines the grid origin and size, as well as group id if no filter is specified. Origin of the grid. Size of the grid. Typically takes the terrain size.x and size.z. Filter to be applied when populating the map. See Also: TerrainFilter. If null, the filter will fall back to matching terrains in the same group as the origin. Validate the terrain map. Default is true. The resulting terrain map. Can return null when no terrains pass the filter. Creates a TerrainMap. Defines the grid origin and size, as well as group id if no filter is specified. Origin of the grid. Size of the grid. Typically takes the terrain size.x and size.z. Filter to be applied when populating the map. See Also: TerrainFilter. If null, the filter will fall back to matching terrains in the same group as the origin. Validate the terrain map. Default is true. The resulting terrain map. Can return null when no terrains pass the filter. Retrieves the Terrain object corresponding to the tile coordinates (tileX,tileZ). Tile X coordinate. Tile Z coordinate. Returns a valid Terrain object if successful, null otherwise. Describes the information about the edge and how to tessellate it. The maximum angle to be considered within this range. The render order of the edges that belong in this range. The list of Sprites that are associated with this range. The minimum angle to be considered within this range. A collection of APIs that facilitate pixel perfect rendering of sprite-based renderers. To achieve a pixel perfect render, Sprites must be displaced to discrete positions at render time. This value defines the minimum distance between these positions. This doesn’t affect the GameObject's transform position. Data that describes the important points of the shape. The position of the left tangent in local space. The various modes of the tangent handles. They could be continuous or broken. The position of this point in the object's local space. The position of the right tangent point in the local space. A struct that holds a rich set of information that describes the bind pose of this Sprite. The length of the bone. This is important for the leaf bones to describe their length without needing another bone as the terminal bone. The name of the bone. This is useful when recreating bone hierarchy at editor or runtime. You can also use this as a way of resolving the bone path when a Sprite is bound to a more complex or richer hierarchy. The ID of the parent of this bone. The position in local space of this bone. The rotation of this bone in local space. A list of methods designed for reading and writing to the rich internal data of a Sprite. Returns an array of BindPoses. The sprite to retrieve the bind pose from. A list of bind poses for this sprite. There is no need to dispose the returned NativeArray. Returns a list of SpriteBone in this Sprite. The sprite to get the list of SpriteBone from. An array of SpriteBone that belongs to this Sprite. Returns a list of BoneWeight that corresponds to each and every vertice in this Sprite. The Sprite to get the BoneWeights from. The list of BoneWeight. The length should equal the number of vertices. There is no need to call dispose on this NativeArray. Returns a list of indices. This is the same as Sprite.triangle. A read-only list of indices indicating how the triangles are formed between the vertices. The array is marked as undisposable. Retrieves a strided accessor to the internal vertex attributes. A read-only list of. Returns the number of vertices in this Sprite. Checks if a specific channel exists for this Sprite. True if the channel exists. Sets the bind poses for this Sprite. The list of bind poses for this Sprite. The array must be disposed of by the caller. Sets the SpriteBones for this Sprite. Sets the BoneWeight for this Sprite. The length of the input array must match the number of vertices. The list of BoneWeight for this Sprite. The array must be disposed of by the caller. Set the indices for this Sprite. This is the same as Sprite.triangle. The list of indices for this Sprite. The array must be disposed of by the caller. Sets a specific channel of the VertexAttribute. The list of values for this specific VertexAttribute channel. The array must be disposed of by the caller. Sets the vertex count. This resizes the internal buffer. It also preserves any configurations of VertexAttributes. A list of methods that allow the caller to override what the SpriteRenderer renders. Stop using the deformable buffer to render the Sprite and use the original mesh instead. Returns an array of vertices to be deformed by the caller. Provides the JobHandle that updates the deform buffer to the SpriteRenderer. Additional data about the shape's control point. This is useful during tessellation of the shape. The threshold of the angle that decides if it should be tessellated as a curve or a corner. The radius of the curve to be tessellated. True will indicate that this point should be tessellated as a corner or a continuous line otherwise. The height of the tessellated edge. The Sprite to be used for a particular edge. Input parameters for the SpriteShape tessellator. If enabled, the tessellator will adapt the size of the quads based on the height of the edge. The threshold of the angle that indicates whether it is a corner or not. The threshold of the angle that decides if it should be tessellated as a curve or a corner. The radius of the curve to be tessellated. The local displacement of the Sprite when tessellated. If true, the Shape will be tessellated as a closed form. The scale to be used to calculate the UVs of the fill texture. The texture to be used for the fill of the SpriteShape. If enabled the tessellator will consider creating corners based on the various input parameters. The tessellation quality of the input Spline that determines the complexity of the mesh. The borders to be used for calculating the uv of the edges based on the border info found in Sprites. The world space transform of the game object used for calculating the UVs of the fill texture. Renders SpriteShapes defined through the SpriteShapeUtility.GenerateSpriteShape API. A static class that helps tessellate a SpriteShape mesh. Generate a mesh based on input parameters. The output mesh. Input parameters for the SpriteShape tessellator. A list of control points that describes the shape. Additional data about the shape's control point. This is useful during tessellation of the shape. The list of Sprites that could be used for the edges. The list of Sprites that could be used for the corners. A parameter that determins how to tessellate each of the edge. Generate a mesh based on input parameters. SpriteShapeRenderer to which the generated geometry is fed to. Input parameters for the SpriteShape tessellator. A list of control points that describes the shape. Additional data about the shape's control point. This is useful during tessellation of the shape. The list of Sprites that could be used for the edges. The list of Sprites that could be used for the corners. A parameter that determins how to tessellate each of the edge. Event sent after an element is added to an element that is a descendent of a panel. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Abstract base class for controls. The value associated with the field. Allow to set a value without being of the change, if any. New Value to set. UxmlTraits for the BaseField. Enumerator to get the child elements of the UxmlTraits of BaseField. Constructor. This is a base class for the Slider fields. This is the actual property to contain the direction of the slider. This is the maximum value that the slider encodes. This is the minimum value that the slider encodes. This is a generic page size used to change the value when clicking in the slider. This is the range from the minimum value to the maximum value of the slider. The actual value of the slider. Method used to adjust the dragelement. Mainly used in a scroller. The factor used to adjust the drag element, where a value > 1 will make it invisible. Element that can be bound to a property. Binding object that will be updated. Path of the target property to be bound. Constructor. Instantiates a BindableElement using the data read from a UXML file. Constructor. UxmlTraits for the BindableElement. Constructor. Initialize EnumField properties using values from the attribute bag. Event sent immediately after an element has lost focus. This event trickles down, it does not bubble up, and it cannot be cancelled. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Styled visual element to match the IMGUI Box Style. Instantiates a Box using the data read from a UXML file. Constructor. A clickable button. Clickable MouseManipulator for this Button. Constructs a Button. Action triggered when the button is clicked. Constructs a Button. Action triggered when the button is clicked. Instantiates a Button using the data read from a UXML file. Constructor. UxmlTraits for the UI.Button. Constructor. Interface for classes capable of having callbacks to handle events. Handle an event, most often by executing the callbacks associated with the event. The event to handle. Return true if event handlers for the event propagation BubbleUp phase have been attached on this object. True if object has event handlers for the BubbleUp phase. Returns true if event handlers, for the event propagation TrickleDown phase, are attached to this object. True if object has event handlers for the TrickleDown phase. Adds an event handler to the instance. If the event handler has already been registered for the same phase (either TrickleDown or BubbleUp) then this method has no effect. The event handler to add. By default, this callback is called during the BubbleUp phase. Pass TrickleDown.TrickleDown to call this callback during the TrickleDown phase. Data to pass to the callback. Adds an event handler to the instance. If the event handler has already been registered for the same phase (either TrickleDown or BubbleUp) then this method has no effect. The event handler to add. By default, this callback is called during the BubbleUp phase. Pass TrickleDown.TrickleDown to call this callback during the TrickleDown phase. Data to pass to the callback. Sends an event to the event handler. The event to send. Remove callback from the instance. The callback to remove. Set this parameter to true to remove the callback from the TrickleDown phase. Set this parameter to false to remove the callback from the BubbleUp phase. Remove callback from the instance. The callback to remove. Set this parameter to true to remove the callback from the TrickleDown phase. Set this parameter to false to remove the callback from the BubbleUp phase. Sends an event when a value in a field changes. The new value. The value before the change occured. Constructor. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The previous value. The new value. Returns an initialized event. Sets the event to its initial state. Enum which describes the various types of changes that can occur on a VisualElement. All change types have been flagged. Persistence key or parent has changed on the current VisualElement. Persistence key or parent has changed on some child of the current VisualElement. Base class for command events. Name of the command. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The command name. An IMGUI command event. Returns an initialized event. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The command name. An IMGUI command event. Returns an initialized event. Resets the event members to their initial values. The event sent when clicking the right mouse button. Constructor. Use this class to display a contextual menu. Displays the contextual menu. The event that triggered the display of the menu. The element for which the menu is displayed. Checks if the event triggers the display of the contextual menu. This method also displays the menu. The element for which the menu is displayed. The event to inspect. Manipulator that displays a contextual menu when the user clicks the right mouse button or presses the menu key on the keyboard. Constructor. Register the event callbacks on the manipulator target. Unregister the event callbacks from the manipulator target. The event sent when a contextual menu requires menu items. The menu to populate. The event that triggered the ContextualMenuPopulateEvent. Constructor. Retrieves an event from the event pool. Use this method to retrieve a mouse event and initialize the event, instead of creating a new mouse event. Events obtained from this method should be released back to the pool using Dispose(). The event that triggered the display of the contextual menu. The menu to populate. The element that triggered the display of the contextual menu. Returns an initialized event. Resets the event members to their initial values. This class is used during UXML template instantiation. Script interface for VisualElement cursor style property IStyle.cursor. The offset from the top left of the texture to use as the target point (must be within the bounds of the cursor). The texture to use for the cursor style. To use a texture as a cursor, import the texture with "Read/Write enabled" in the texture importer (or using the "Cursor" defaults). Event sent just before an element is detach from its parent, if the parent is the descendant of a panel. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Base class for drag and drop events. Use the DragEnterEvent class to manage events that occur when dragging enters an element or one of its descendants. The DragEnterEvent is cancellable, it does not trickle down, and it does not bubble up. Constructor. Avoid renewing events. Instead, use GetPooled() to get an event from a pool of reusable events. Resets the event members to their initial values. The event sent to a dragged element when the drag and drop process ends. Constructor. Resets the event members to their initial values. Use the DragLeaveEvent class to manage events sent when dragging leaves an element or one of its descendants. The DragLeaveEvent is cancellable, it does not trickle down, and it does not bubble up. Constructor. Avoid renewing events. Instead, use GetPooled() to get an event from a pool of reusable events. Resets the event members to their initial values. The event sent to an element when another element is dragged and dropped on the element. Constructor. The event sent when the element being dragged enters a possible drop target. Constructor. A drop-down menu. Add an item that will execute an action in the drop-down menu. The item is added at the end of the current item list. Name of the item. This name will be displayed in the drop-down menu. Callback to execute when the user selects this item in the menu. Callback to execute to determine the status of the item. An object that will be stored in the userData property of the MenuAction item. Add a separator line in the menu. The separator is added at the end of the current item list. The submenu path where the separator will be added. Path components are delimited by forward slashes ('/'). Add a separator line in the menu. The separator is added at the end of the current item list. The submenu path where the separator will be added. Path components are delimited by forward slashes ('/'). Constructor. A class holding information about the event that triggered the display of the drop-down menu. If the triggering event was a mouse event, this property is the mouse position. The position is expressed using the coordinate system of the element that received the mouse event. Otherwise this property is zero. If modifier keys (Alt, Control, Shift, Windows/Command) were pressed to trigger the display of the dropdown menu, this property lists the modifier keys. If the triggering event was a mouse event, this property is the mouse position expressed using the global coordinate system. Otherwise this property is zero. Constructor. Add an item that will execute an action in the drop-down menu. The item is added at the end of the specified index in the list. Name of the item. This name will be displayed in the drop-down menu. Callback to execute when the user selects this item in the menu. Callback to execute to determine the status of the item. Index where the item should be inserted. An object that will be stored in the userData property of the MenuAction item. This object is accessible through the action callback. Add a separator line in the menu. The separator is added at the end of the specified index in the list. Index where the separator should be inserted. The submenu path where the separator is added. Path components are delimited by forward slashes ('/'). A menu action item. Provides information on the event that triggered the drop-down menu. The name of the item. The name can be prefixed by its submenu path. Path components are delimited by forward slashes ('/'). The status of the item. The userData object stored by the constructor. Status callback that always returns StatusFlags.Disabled. Unused parameter. Always return StatusFlags.Disabled. Status callback that always returns StatusFlags.Enabled. Unused parameter. Always return StatusFlags.Enabled. Constructor. The path and name of the menu item. Use the path, delimited by forward slashes ('/'), to place the menu item within a submenu. Action to be executed when the menu item is selected. Function called to determine if the menu item is enabled. An object that will be stored in the userData property. Execute the callback associated with this item. Update the status flag of this item by calling the item status callback. Information about the event that triggered the display of the drop-down menu, such as the mouse position or the key pressed. An item in a drop-down menu. Get the list of menu items. The list of items in the menu. Update the status of all items by calling their status callback and remove the separators in excess. This is called just before displaying the menu. Remove the menu item at index. The index of the item to remove. A separator menu item. The submenu path where the separator will be added. Path components are delimited by forward slashes ('/'). Constructor. The path for the submenu. Path components are delimited by forward slashes ('/'). The base class for all UIElements events. Whether this event type bubbles up in the event propagation path. The current target of the event. The current target is the element in the propagation path for which event handlers are currently being executed. Whether the event is being dispatched to a visual element. An event cannot be redispatched while it being dispatched. If you need to recursively dispatch an event, it is recommended that you use a copy of the event. Flags for the event. The IMGUIEvent at the source of this event. The source can be null since not all events are generated by IMGUI. Return true if the default actions should not be executed for this event. Whether StopImmediatePropagation() was called for this event. Whether StopPropagation() was called for this event. The original mouse position of the IMGUI event, before it is transformed to the current target local coordinates. Whether the event is allocated from a pool of events. The current propagation phase. The target visual element that received this event. Unlike currentTarget, this target does not change when the event is sent to other elements along the propagation path. The time when the event was created. Whether this event is sent down the event propagation path during the TrickleDown phase. Implementation of IDisposable. Retrieves the type id for this event instance. The type ID. Resets all event members to their initial values. Whether the default actions are prevented from being executed for this event. Registers an event class to the event type system. The type ID. Immediately stops the propagation of the event. The event is not sent to other elements along the propagation path. This method prevents other event handlers from executing on the current target. Stops propagating this event. The event is not sent to other elements along the propagation path. This method does not prevent other event handlers from executing on the current target. Generic base class for events, implementing event pooling and automatic registration to the event type system. Implementation of IDispose. Retrieves the type id for this event instance. The type ID. Gets an event from the event pool. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). Returns an initialized event. Resets all event members to their initial values. Gets the type id for the event class. The event class type id. Dispatches events to a IPanel. Gates control when the dispatcher processes events. Constructor. The dispatcher controlled by this gate. Implementation of IDisposable.Dispose. Opens the gate. If all gates are open, events in the queue are processed. The event sent when an element should execute a command. Constructor. Use this structure to set the IStyle.Flex shorthand property which sets the IStyle.flexGrow, IStyle.flexShrink, and IStyle.flexBasis properties. The value for the IStyle.flexBasis property. The value for the IStyle.flexBasis property. The value for the IStyle.flexBasis property. Constructor. Base class for objects that can get the focus. Return true if the element can be focused. Return the focus controller for this element. An integer used to sort focusables in the focus ring. A negative value means that the element can not be focused. Tell the element to release the focus. Attempt to give the focus to this element. Base class for defining in which direction the focus moves in a focus ring. Last value for the direction defined by this class. The null direction. This is usually used when the focus stays on the same element. Focus came from an unspecified direction, for example after a mouse down. The underlying integer value for this direction. Class in charge of managing the focus inside a Panel. The currently focused element. Constructor. Ask the controller to change the focus according to the event. The focus controller will use its focus ring to choose the next element to be focused. Event sent immediately after an element has gained focus. This event trickles down, it does not bubble up, and it cannot be cancelled. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Base class for focus related events. Direction of the focus change. For FocusOut and Blur events, contains the element that gains the focus. For FocusIn and Focus events, contains the element that loses the focus. Gets an event from the event pool and initializes the event with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The event target. The related target. The direction of the focus change. Returns an initialized event. Resets the event members to their initial values. Event sent immediately before an element gains focus. This event trickles down and bubbles up. This event cannot be cancelled. Constructor. Resets the event members to their initial values. Event sent immediately before an element loses focus. This event trickles down and bubbles up. This event cannot be cancelled. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Resets the event members to their initial values. Collapsable section of UI. Contains the collapse state. True if the Foldout is open and the contents are visible. False if it's collapsed. Instantiates a Foldout using the data read from a UXML file. Constructor. Event sent after layout calculations, when the position or the dimension of an element changes. This event cannot be cancelled, it does not trickle down, and it does not bubble up. The new dimensions of the element. The old dimensions of the element. Constructor. Gets an event from the event pool and initializes the event with the specified values. Use this method instead of instancing new events. Use Dispose() to release events back to the event pool. The old dimensions of the element. The new dimensions of the element. Returns an initialized event. Resets the event values to their initial values. Interface for all bindable fields. Binding object that will be updated. Path of the target property to be bound. Base interface for Binding objects. Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method. Disconnects the field from its bound property Called at regular intervals to synchronize bound properties to their IBindable counterparts. Extensions methods to provide additional IBindable functionality. Checks if a IBindable is bound to a property. This Bindable object. Returns true if this IBindable is bound to a property. Base interface for ChangeEvent. Interface for Command events. Name of the command. Interface for drag and drop events. Interface for class capable of handling events. Handle an event. The event to handle. Return true if event handlers for the event propagation BubbleUp phase have been attached on this object. True if object has event handlers for the BubbleUp phase. Returns true if event handlers, for the event propagation TrickleDown phase, are attached to this object. Returns true if the object already has event handlers for the TrickleDown phase. Sends an event to the event handler. The event to send. Interface for focus events. Direction of the focus change. Related target. See implementation for specific meaning. Interface for classes implementing focus rings. Get the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right. Get the next element in the given direction. Interface for keyboard events. Returns true if the platform specific action key is pressed. This key is Command on macOS and Control otherwise. Return true if the Alt key is pressed. The character. Return true if the Windows/Command key is pressed. Return true if the Control key is pressed. The key code. Flag set holding the pressed modifier keys (Alt, Control, Shift, Windows/Command). Return true if the Shift key is pressed. A VisualElement representing a source texture. The source texture of the Image element. The source rectangle inside the texture relative to the top left corner. The base texture coordinates of the Image relative to the bottom left corner. Instantiates an Image using the data read from a UXML file. Constructor. UxmlTraits for the Image. Returns an empty enumerable, as images generally do not have children. Constructor. An interface for Manipulator classes. The element that handles the interaction. Element that draws IMGUI content. Indicate whether this element can be focused. Indicate the type of context this element is associated with. See ContextType. Construct an element used to draw IMGUI elements. The function called when drawing is in-progress. Construct an element used to draw IMGUI elements. The function called when drawing is in-progress. This method is called whenever a Repaint is required from the VisualElement. This method is called as part of the IEventHandler interface. EventBase representing the event to be handled. Marks layout as dirty to trigger a redraw. Instantiates an IMGUIContainer using the data read from a UXML file. Constructor. UxmlTraits for the IMGUIContainer. Returns an empty enumerable, as IMGUIContainer cannot have VisualElement children. Constructor. Class used to send a IMGUI event that has no equivalent UIElements event. Constructor. Use GetPooled() to get an event from a pool of reusable events. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The IMGUI event used to initialize the event. Returns an initialized event. Resets the event members to their initial values. Interface for mouse capture events. Interface for mouse events. Returns true if the platform specific action key is pressed. This key is Command on macOS and Control otherwise. Return true if the Alt key is pressed. Integer representing the pressed mouse button: 0 is left, 1 is right, 2 is center. Number of clicks. Return true if the Windows/Command key is pressed. Return true if the Control key is pressed. The mouse position in the current target coordinate system. Flag set holding the pressed modifier keys (Alt, Control, Shift, Windows/Command). Mouse position difference between the last mouse event and this one. The mouse position in the panel coordinate system. Return true if the Shift key is pressed. Interface for controls that hold a value and can notify when it is changed by user input. The Value held by the control. Registers this callback to receive ChangeEvent<T> when value is changed by user input. Unregisters this callback from receiving ChangeEvent<T> when value is changed by user input. Set the value and, if different, notifies registers callbacks with a ChangeEvent<T> The new value to be set. Set the value and, even if different, does not notify registers callbacks with a ChangeEvent<T> The new value to be set. Sends an event when text from a TextField changes. The new text. The text before the change occured. Constructor. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The new text. The text before the change occured. Returns an initialized event. Resets the event members to their initial values. Interface for classes implementing UI panels. Return the focus controller for this panel. Interface for panel change events. A reference to a scheduled action. A scheduler allows you to register actions to be executed at a later point. Add this item to the list of scheduled tasks. The item to register. Schedule this action to be executed later. The item will be automatically unscheduled after it has ran for the amount of time specified with the durationMs parameter. Action to be executed. The minimum delay in milliseconds before executing the action. The minimum interval in milliseconds between each execution. The total duration in milliseconds where this item will be active. Internal reference to the scheduled action. Schedule this action to be executed later. After the execution, the item will be automatically unscheduled. Action to be executed. The minimum delay in milliseconds before executing the action. Internal reference to the scheduled action. Schedule this action to be executed later. Item will be unscheduled when condition is met. Action to be executed. The minimum delay in milliseconds before executing the action. The minimum interval in milliseconds bettwen each execution. When condition returns true, the item will be unscheduled. Internal reference to the scheduled action. Manually unschedules a previously scheduled action. The item to be removed from this scheduler. This interface provides access to a VisualElement style data. Alignment of the whole area of children on the cross axis if they span over multiple lines in this container. Alignment of children on the cross axis of this container. Similar to align-items, but only for this specific element. Background color to paint in the element's box. Background image to paint in the element's box. Background image scaling in the element's box. Space reserved for the bottom edge of the border during the layout phase. This is the radius of the bottom-left corner when a rounded rectangle is drawn in the element's box. This is the radius of the bottom-right corner when a rounded rectangle is drawn in the element's box. Space reserved for the bottom edge of the border during the layout phase. Color of the border to paint inside the element's box. Space reserved for the left edge of the border during the layout phase. Space reserved for the left edge of the border during the layout phase. This is the radius of every corner when a rounded rectangle is drawn in the element's box. Space reserved for the right edge of the border during the layout phase. Space reserved for the right edge of the border during the layout phase. Space reserved for the top edge of the border during the layout phase. This is the radius of the top-left corner when a rounded rectangle is drawn in the element's box. This is the radius of the top-right corner when a rounded rectangle is drawn in the element's box. Space reserved for the top edge of the border during the layout phase. Color to use when drawing the text of an element. Mouse cursor to display when the mouse pointer is over an element. Ration of this element in its parent during the layout phase. Initial main size of a flex item, on the main flex axis. The final layout mught be smaller or larger, according to the flex shrinking and growing determined by the flex property. Direction of the main axis to layout children in a container. Specifies how much the item will grow relative to the rest of the flexible items inside the same container. Specifies how the item will shrink relative to the rest of the flexible items inside the same container. Placement of children over multiple lines if not enough space is available in this container. Font to draw the element's text. Font size to draw the element's text. Font style and weight (normal, bold, italic) to draw the element's text. Fixed height of an element for the layout. Justification of children on the main axis of this container. Space reserved for the bottom edge of the margin during the layout phase. Space reserved for the left edge of the margin during the layout phase. Space reserved for the right edge of the margin during the layout phase. Space reserved for the top edge of the margin during the layout phase. Maximum height for an element, when it is flexible or measures its own size. Maximum width for an element, when it is flexible or measures its own size. Minimum height for an element, when it is flexible or measures its own size. Minimum height for an element, when it is flexible or measures its own size. Space reserved for the bottom edge of the padding during the layout phase. Space reserved for the left edge of the padding during the layout phase. Space reserved for the right edge of the padding during the layout phase. Space reserved for the top edge of the padding during the layout phase. Bottom distance from the element's box during layout. Left distance from the element's box during layout. Right distance from the element's box during layout. Top distance from the element's box during layout. Element's positioning in its parent container. Size of the 9-slice's bottom edge when painting an element's background image. Size of the 9-slice's left edge when painting an element's background image. Size of the 9-slice's right edge when painting an element's background image. Size of the 9-slice's top edge when painting an element's background image. Clipping if the text does not fit in the element's box. Horizontal and vertical text alignment in the element's box. Specifies whether or not an element is visible. Fixed width of an element for the layout. Word wrapping over multiple lines if not enough space is available to draw the text of an element. This interface provides access to a VisualElement transform data. Transformation matrix calculated from the position, rotation and scale of the transform (Read Only). The position of the VisualElement's transform. The rotation of the VisualElement's transform stored as a Quaternion. The scale of the VisualElement's transform. Interface allowing access to this elements datawatch. Starts watching an object. When watched, all changes on an object will trigger the callback to be invoked. The object to watch. Callback. A reference to this datawatch request. Disposing it will ensure any native resources will also be released. Unregisters a previously watched request. The registered request. An internal reference to a data watch request. This type allows UXML attribute value retrieval during the VisualElement instantiation. An instance will be provided to the factory method - see UXMLFactoryAttribute. Get the value of an attribute as a string. Attribute name. The attribute value or null if not found. True if the attribute was found, false otherwise. Interface for UXML factories. While it is not strictly required, concrete factories should derive from the generic class UxmlFactory. Must return true if the UXML element attributes are not restricted to the values enumerated by uxmlAttributesDescription. The type of element for which this element type can substitute for. The UXML namespace for the type returned by substituteForTypeName. The fully qualified XML name for the type returned by substituteForTypeName. Describes the UXML attributes expected by the element. The attributes enumerated here will appear in the UXML schema. Describes the types of element that can appear as children of this element in a UXML file. The name of the UXML element read by the factory. The namespace of the UXML element read by the factory. The fully qualified name of the UXML element read by the factory. Returns true if the factory accepts the content of the attribute bag. The attribute bag. True if the factory accepts the content of the attribute bag. False otherwise. Instanciate and initialize an object of type T0. A bag of name-value pairs, one for each attribute of the UXML element. This can be used to initialize the properties of the created object. When the element is created as part of a template instance inserted in another document, this contains information about the insertion point. The created object. Represents a scheduled task created with a VisualElement's schedule interface. Returns the VisualElement this object is associated with. Will be true when this item is scheduled. Note that an item's callback will only be executed when it's VisualElement is attached to a panel. Repeats this action after a specified time. Minimum amount of time in milliseconds between each action execution. This ScheduledItem. Cancels any previously scheduled execution of this item and re-schedules the item. Minimum time in milliseconds before this item will be executed. After specified duration, the item will be automatically unscheduled. The total duration in milliseconds where this item will be active. This ScheduledItem. Removes this item from its VisualElement's scheduler. If not already active, will schedule this item on its VisualElement's scheduler. Adds a delay to the first invokation. The minimum number of milliseconds after activation where this item's action will be executed. This ScheduledItem. Item will be unscheduled automatically when specified condition is met. When condition returns true, the item will be unscheduled. This ScheduledItem. A scheduler allows you to register actions to be executed at a later point. Schedule this action to be executed later. The action to be executed. The action to be executed. Reference to the scheduled action. Schedule this action to be executed later. The action to be executed. The action to be executed. Reference to the scheduled action. Base class for keyboard events. Returns true if the platform specific action key is pressed. This key is Command on macOS and Control otherwise. Returns true if the Alt key is pressed. The character. Returns true if the Windows/Command key is pressed. Returns true if the Control key is pressed. The key code. Flags holding the pressed modifier keys (Alt, Control, Shift, Windows/Command). Returns true if the Shift key is pressed. Gets a keyboard event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The character for this event. The keyCode for this event. Event modifier keys that are active for this event. A keyboard IMGUI event. Returns an initialized event. Gets a keyboard event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). The character for this event. The keyCode for this event. Event modifier keys that are active for this event. A keyboard IMGUI event. Returns an initialized event. Resets the event members to their initial values. Event sent when a key is pressed on the keyboard. This event trickles down and bubbles up. This event is cancellable. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Event sent when a key is released on the keyboard. This event trickles down and bubbles up. This event is cancellable. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Provides an Element displaying text. Constructs a label. The text to be displayed. Constructs a label. The text to be displayed. Instantiates a Label using the data read from a UXML file. Constructor. UxmlTraits for the Label. Constructor. A vertically scrollable area that only creates visual elements for visible items while allowing the binding of many more items. As the user scrolls, visual elements are recycled and re-bound to new data items. Callback for binding a data item to the visual element. ListView requires all visual elements to have the same height so that it can calculate a sensible scroller size. This property must be set for the list view to function. The items data source. This property must be set for the list view to function. Callback for constructing the VisualElement that will serve as the template for each recycled and re-bound element in the list. This property must be set for the list view to function. Callback for when an item is chosen (double-click). This is different from just a selection. The chosen item. Callback for a selection change. List of selected items. Currently selected item index in the items source. If multiple items are selected, this will return the first selected item's index. The currently selected item from the items source. If multiple items are selected, this will return the first selected item. Controls the selection state, whether: selections are disabled, there is only one selectable item, or if there are multiple selectable items. Clear, recreate all visible visual elements, and rebind all items. This should be called whenever the items source changes. Scroll to a specific visual element. Element to scroll to. Scroll so that a specific item index from the items source is visible. Item index to scroll to. Instantiates a ListView using the data read from a UXML file. Constructor. UxmlTraits for the ListView. Returns an empty enumerable, as list views generally do not have children. Constructor. Initialize ListView properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. Base class for objects that define user interaction with a VisualElement. Most often manipulators hold state for complex interactions, for example interactions that require a mouse down, mouse move mouse up sequence. The element that handles the interaction. Register event callbacks on the target visual element. Unregister event callbacks on the target visual element. Used by manipulators to match events against their requirements. The button that activates the manipulation. Number of mouse clicks required to activate the manipulator. Any modifier keys (ie. ctrl, alt, ...) that are needed to activate the manipulation. Returns true if the current mouse event satisfies the activation requirements. The mouse event. True if the event matches the requirements. A min/max slider containing a representation of a range. This is the high limit of the slider. This is the low limit of the slider. This is the high value of the range represented on the slider. This is the low value of the range represented on the slider. Returns the range of the low/high limits of the slider. This is the value of the slider. This is a Vector2 where the x is the lower bound and the y is the higher bound. Constructor. The minimum value in the range to be represented. The maximum value in the range to be represented. The minimum value of the slider limit. The maximum value of the slider limit. This is the sldier direction, for now, only Horizontal is supported. Constructor. The minimum value in the range to be represented. The maximum value in the range to be represented. The minimum value of the slider limit. The maximum value of the slider limit. This is the sldier direction, for now, only Horizontal is supported. Instantiates a MinMaxSlider using the data read from a UXML file. Constructor. UxmlTraits for the MinMaxSlider. Constructor. Initialize MinMaxSlider properties using values from the attribute bag. The element to initialize. The bag of attributes. Creation Context, unused. Class that manages capturing mouse events. Assigns an event handler to capture mouse events. The event handler that captures mouse events. Checks if the event handler is capturing the mouse. Event handler to check. True if the handler captures the mouse. Checks if there is a handler capturing the mouse. Returns true if a handler is capturing the mouse, false otherwise. Stops an event handler from capturing the mouse. The event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens. Stops an event handler from capturing the mouse. The event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens. Event sent after a handler starts capturing the mouse. Constructor. Event sent when the handler capturing the mouse changes. In the case of a MouseCaptureEvent, this property is the IEventHandler that loses the capture. In the case of a MouseCaptureOutEvent, this property is the IEventHandler that gains the capture. Retrieves an event from the event pool. Use this method to retrieve a mouse event and initialize the event, instead of creating a new mouse event. Events obtained from this method should be released back to the pool using Dispose(). The handler taking or releasing the mouse capture. The related target. Returns an initialized event. Resets the event members to their initial values. Event sent before a handler stops capturing the mouse. Constructor. Mouse down event. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Event sent when the mouse pointer enters an element or one of its descendent elements. The event is cancellable, it does not trickle down, and it does not bubble up. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Resets the event members to their initial values. Event sent when the mouse pointer enters a window. The event is cancellable, it does not trickle down, and it does not bubble up. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Resets the event members to their initial values. The base class for mouse events. Returns true if the platform specific action key is pressed. This key is Command on macOS and Control otherwise. Returns true if the Alt key is pressed. Integer representing the pressed mouse button: 0 is left, 1 is right, 2 is center. Number of clicks. Returns true if the Windows/Command key is pressed. Returns true if the Control key is pressed. The current target of the event. The current target is the element in the propagation path for which event handlers are currently being executed. The mouse position in the current target coordinate system. Flags holding the pressed modifier keys (Alt, Control, Shift, Windows/Command). The difference of the mouse position between the previous mouse event and the current mouse event. The mouse position in the screen coordinate system. Returns true if the Shift key is pressed. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). A mouse IMGUI event. Returns an initialized event. Resets the event members to their initial values. Event sent when the mouse pointer exits an element and all its descendent elements. The event is cancellable, it does not trickle down, and it does not bubble up. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Resets the event members to their initial values. Event sent when the mouse pointer exits a window. The event is cancellable, it does not trickle down, and it does not bubble up. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Resets the event members to their initial values. Mouse move event. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Event sent when the mouse pointer exits an element. The event trickles down, it bubbles up, and it is cancellable. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Event sent when the mouse pointer enters an element. The event trickles down, it bubbles up, and it is cancellable. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Mouse up event. Constructor. Avoid newing events. Instead, use GetPooled() to get an event from a pool of reusable events. Abstract base class for events notifying of a panel change. In the case of AttachToPanelEvent, the panel to which the event target element is now attached. In the case of DetachFromPanelEvent, the panel to which the event target element will be attached. In the case of AttachToPanelEvent, the panel to which the event target element was attached. In the case of DetachFromPanelEvent, the panel from which the event target element is detached. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). Sets the originPanel property of the event. Sets the destinationPanel property of the event. Returns an initialized event. Resets the event members to their initial values. Styled visual element that matches the EditorGUILayout.Popup IMGUI element. Instantiates a PopupWindow using the data read from a UXML file. Constructor. UxmlTraits for the PopupWindow. Returns an empty enumerable, as popup windows generally do not have children. Constructor. The propagation phases of an event. The event is being sent to the event target. The event is being sent to the event target parent element up to the root element. The event is being sent to the target element for it to execute its default actions for this event. Event handlers do not get the events in this phase. Instead, ExecuteDefaultAction is called on the target. The event is not being propagated. The event is being sent from the root element to the target parent element. A button that executes an action repeatedly while it is pressed. Constructor. The action to execute when the button is pressed. The initial delay before the action is executed for the first time. The interval between each execution of the action. Constructor. The action to execute when the button is pressed. The initial delay before the action is executed for the first time. The interval between each execution of the action. Set the action that should be executed when the button is pressed. The action to execute. The initial delay before the action is executed for the first time. The interval between each execution of the action. Instantiates a RepeatButton using the data read from a UXML file. Constructor. UxmlTraits for the RepeatButton. Constructor. Initialize RepeatButton properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. A vertical or horizontal scrollbar. Direction of this scrollbar. Top or right scroll button. Maximum value. Bottom or left scroll button. Minimum value. The slider used by this scroller. Value that defines the slider position. It lies between lowValue and highValue. Event sent when the slider value has changed. Updates the slider element size as a ratio of the total range. A value greater than 1 disables the Scroller. Slider size ratio. Constructor for this element. The minimum value represented by lowValue. The maximum value represented by highValue. The event method that is called when the value changes. The slider direction. See SliderDirection. Constructor for this element. The minimum value represented by lowValue. The maximum value represented by highValue. The event method that is called when the value changes. The slider direction. See SliderDirection. Changes the value according to the current slider pageSize. The factor that applies to the scroll down action. Set to 1 to scroll down by 1 page. Set to a value greater than 1 to scroll down by over a page. Changes the value according to the current slider pageSize. The factor that applies to the scroll down action. Set to 1 to scroll down by 1 page. Set to a value greater than 1 to scroll down by over a page. Changes the value according to the current slider pageSize. The factor that applies to the scroll up action. Set to 1 to scroll up by 1 page. Set to a value greater than 1 to scroll up by over a page. Changes the value according to the current slider pageSize. The factor that applies to the scroll up action. Set to 1 to scroll up by 1 page. Set to a value greater than 1 to scroll up by over a page. Instantiates a Scroller using the data read from a UXML file. Constructor. UxmlTraits for the Scroller. Returns an empty enumerable, as scrollers do not have children. Constructor. Initialize Scroller properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. For internal use only. The button used by the Scroller. Clickable manipulator. Constructor. The method called when a click event occurs. Sets a delay for when the event begins. The delay is only applied if the specified value is greater than 0. Determines the time delta between event repetitions. The interval is only applied if the specified value is greater than 0. Constructor. The method called when a click event occurs. Sets a delay for when the event begins. The delay is only applied if the specified value is greater than 0. Determines the time delta between event repetitions. The interval is only applied if the specified value is greater than 0. Instantiates a ScrollerButton using the data read from a UXML file. Constructor. UxmlTraits for the ScrollerButton. Returns an empty enumerable, as buttons generally do not have children. Constructor. Initialize ScrollerButton properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. Displays its contents inside a scrollable frame. Contains the full content that could be partially visible. Obsolete. Use contentContainer instead. Represents the visible area of contentContainer. This property is controlling the scrolling speed of the horizontal scroller. Horizontal scrollbar. Whether the view contents fit the horizontal area. Whether the view contents fit the vertical area. The current scrolling position. Whether the horizontal scroller is visible. Whether the vertical scroller is visible. Indicates whether the content of ScrollView should fill the width of its viewport. The default value is false. This property is controlling the scrolling speed of the vertical scroller. Vertical Scrollbar. Constructor. Scroll to a specific child element. The child to scroll to. Replaces the contentContainer with this element. The previous contents container will be removed the hierarchy The element to display in this ScrollView Instantiates a ScrollView using the data read from a UXML file. Constructor. UxmlTraits for the ScrollView. Constructor. Initialize ScrollView properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. Controls how many items can be selected at once. Multiple items are selectable at once. Selections are disabled. Only one item is selectable. Experimental.UIElements.Slider is a controller allowing the selection of a value from a range (min, max, value). Instantiates a Slider using the data read from a UXML file. Constructor. UxmlTraits for the Slider. Returns an empty enumerable, as sliders generally do not have children. Constructor. Initialize Slider properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. This is the direction of the Slider and SliderInt. An horizontal slider is made with a SliderDirection Horizontal. An vertical slider is made with a SliderDirection Vertical. A slider containing Integer discrete values. The value to add or remove to the SliderInt.value when it is clicked. Constructors for the SliderInt. This is the low value of the slider. This is the high value of the slider. This is the slider direction, horizontal or vertical. This is the number of values to change when the slider is clicked. Constructors for the SliderInt. This is the low value of the slider. This is the high value of the slider. This is the slider direction, horizontal or vertical. This is the number of values to change when the slider is clicked. Instantiates a SliderInt using the data read from a UXML file. Constructor. UxmlTraits for the SliderInt. Returns an empty enumerable, as sliders generally do not have children. Constructor. Initialize SliderInt properties using values from the attribute bag. The object to initialize. The bag of attributes. The creation context; unused. This enumeration contains values to control how an element is aligned in its parent during the layout phase. Default value (currently FlexStart). Items are centered on the cross axis. Items are aligned at the end on the cross axis. Items are aligned at the beginning on the cross axis. Stretches items on the cross axis. This enumeration defines values used to control in which direction a container will place its children during layout. Vertical layout. Vertical layout in reverse order. Horizontal layout. Horizontal layout in reverse order. This enumeration contains values to control how children are justified during layout. Items are centered. Items are justified towards the end of the layout direction. Items are justified towards the beginning of the main axis. Items are evenly distributed in the line with extra space on each end of the line. Items are evenly distributed in the line; first item is at the beginning of the line, last item is at the end. This enumeration contains values to control how an element is positioned in its parent container. The element is positioned in relation to its parent box and does not contribute to the layout anymore. The element is positioned in relation to its default box as calculated by layout. This enumeration contains values to specify whether or not an element is visible. The picking and rendering of this element is skipped. It still takes space in the layout. The element is drawn normally (default). This enumeration contains values to control how elements are placed in a container if not enough space is available. All elements are placed on the same line. Elements are placed over multiple lines. Elements are placed over multiple lines with new lines occuring in the reverse order set in the container. This interface exposes methods to read custom style properties applied from USS files to visual elements. Read a style property value into the specified StyleValue<T>. Name of the property in USS. Target StyleValue<T> field or variable to write to. Read a style property value into the specified StyleValue<T>. Name of the property in USS. Target StyleValue<T> field or variable to write to. Read a style property value into the specified StyleValue<T>. Name of the property in USS. Target StyleValue<T> field or variable to write to. Read a style property value into the specified StyleValue<T>. Name of the property in USS. Target StyleValue<T> field or variable to write to. Read a style property value into the specified StyleValue<T>. Name of the property in USS. Target StyleValue<T> field or variable to write to. Read a style property value into the specified StyleValue<T>. Name of the property in USS. Target StyleValue<T> field or variable to write to. This generic structure encodes a value type that can come from USS or be specified programmatically. This represents the default value for a StyleValue<T> of the according generic type. The actual value of the StyleValue<T>. Creates a StyleValue of the according generic type directly from a value. Value to be used as inline style. The result StyleValue<T> This constructor can be used to specified an alternate default value but it is recommended to use StyleValue<T>.nil. Default starting value. Utility function to be used when reading custom styles values and provide a default value in one step. Default value to be returned if no value is set. The value to be used for the custom style. Template Container. Instantiates and clones a TemplateContainer using the data read from a UXML file. Constructor. UxmlTraits for the TemplateContainer. Returns an empty enumerable, as template instance do not have children. Constructor. Initialize TemplateContainer properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. Abstract base class for VisualElement containing text. The text associated with the element. Computes the size needed to display a text string based on element style values such as font, font-size, word-wrap, and so on. The text to measure. Suggested width. Can be zero. Width restrictions. Suggested height. Height restrictions. Returns the horizontal and vertical size needed to display the text string. Instantiates a TextElement using the data read from a UXML file. Constructor. UxmlTraits for the TextElement. Enumerator to get the child elements of the UxmlTraits of TextElement. Constructor. Initializer for the UxmlTraits for the TextElement. VisualElement to initialize. Bag of attributes where to get the value from. Creation Context, not used. A textfield is a rectangular area where the user can edit a string. Set this to true to mask the characters and false if otherwise. Set this to true to allow multiple lines in the textfield and false if otherwise. The string currently being exposed by the field. Creates a new textfield. The maximum number of characters this textfield can hold. If 0, there is no limit. Set this to true to allow multiple lines in the textfield and false if otherwise. Set this to true to mask the characters and false if otherwise. The character used for masking in a password field. Creates a new textfield. The maximum number of characters this textfield can hold. If 0, there is no limit. Set this to true to allow multiple lines in the textfield and false if otherwise. Set this to true to mask the characters and false if otherwise. The character used for masking in a password field. Called when the persistent data is accessible and/or when the data or persistence key have changed (VisualElement is properly parented). Selects text in the textfield between cursorIndex and selectionIndex. The caret and selection start position. The selection end position. Instantiates a TextField using the data read from a UXML file. Constructor. UxmlTraits for the TextField. Constructor. Initialize TextField properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. Abstract base class used for all text-based fields. Color of the cursor. The current cursor position index in the text input field. Controls whether double clicking selects the word under the mouse pointer or not. If set to true, the value property is not updated until either the user presses Enter or the text field loses focus. Returns true if the field is used to edit a password. The character used for masking in a password field. Maximum number of characters for the field. The current selection position index in the text input field. Background color of selected text. Controls whether triple clicking selects the entire line under the mouse pointer or not. Add menu items to the text field contextual menu. The event holding the menu to populate. Constructor. Maximum number of characters for the field. The character used for masking in a password field. Selects all the text. UxmlTraits for the TextInputFieldBase. Constructor. Initialize TextInputFieldBase properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. This is the Toggle field. Optional text after the toggle. (Obsolete) Sets the event callback for this toggle button. Use OnValueChanged() instead. The action to be called when this Toggle is clicked. Instantiates a Toggle using the data read from a UXML file. Constructor. UxmlTraits for the Toggle. Constructor. Initialize Toggle properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. Event sent to find the first element that displays a tooltip. Rectangle of the hovered element in the panel coordinate system. Text to display inside the tooltip box. Resets the event members to their initial values. Use this enum to specify during which phases the event handler is executed. The event handler should be executed during the AtTarget and BubbleUp phases. The event handler should be executed during the TrickleDown and AtTarget phases. UQuery is a set of extension methods allowing you to select individual or collection of visualElements inside a complex hierarchy. Utility Object that contructs a set of selection rules to be ran on a root visual element. Selects all elements that are active. A QueryBuilder with the selection rules. Convenience overload, shorthand for Build().AtIndex(). Compiles the selection rules into a QueryState object. Selects all elements that are checked. Selects all direct child elements of elements matching the previous rules. Selects all direct child elements of elements matching the previous rules. Selects all elements with the given class. Not to be confused with Type (see OfType<>()). Initializes a QueryBuilder. The root element on which to condfuct the search query. Selects all elements that are descendants of currently matching ancestors. Selects all elements that are descendants of currently matching ancestors. Selects all elements that are enabled. Convenience overload, shorthand for Build().First(). The first element matching all the criteria, or null if none was found. Selects all elements that are enabled. Convenience overload, shorthand for Build().ForEach(). The function to be invoked with each matching element. Convenience overload, shorthand for Build().ForEach(). The function to be invoked with each matching element. Each return value will be added to this list. Convenience overload, shorthand for Build().ForEach(). The function to be invoked with each matching element. Returns a list of all the results of the function calls. Selects all elements that are hovered. Convenience overload, shorthand for Build().Last(). The last element matching all the criteria, or null if none was found. Selects element with this name. Selects all elements that are not active. Selects all elements that npot checked. Selects all elements that are not enabled. Selects all elements that don't currently own the focus. Selects all elements that are not hovered. Selects all elements that are not selected. Selects all elements that are not visible. Selects all elements of the specified Type (eg: Label, Button, ScrollView, etc). If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). QueryBuilder configured with the associated selection rules. Selects all elements of the specified Type (eg: Label, Button, ScrollView, etc). If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). QueryBuilder configured with the associated selection rules. Selects all elements that are selected. Convenience method. shorthand for Build().ToList. Returns a list containing elements satisfying selection rules. Convenience method. Shorthand gor Build().ToList(). Adds all elements satisfying selection rules to the list. Selects all elements that are visible. Selects all elements satifying the predicate. Predicate that must return true for selected elements. QueryBuilder configured with the associated selection rules. Query object containing all the selection rules. Can be saved and rerun later without re-allocating memory. Selects the n th element matching all the criteria, or null if not enough elements were found. The index of the matched element. The match element at the specified index. The first element matching all the criteria, or null if none was found. The first element matching all the criteria, or null if none was found. Invokes function on all elements matching the query. The action to be invoked with each matching element. Invokes function on all elements matching the query. Each return value will be added to this list. The function to be invoked with each matching element. Invokes function on all elements matching the query. Overloaded for convenience. The function to be invoked with each matching element. Returns a list of all the results of the function calls. The last element matching all the criteria, or null if none was found. The last element matching all the criteria, or null if none was found. Creates a new QueryState with the same selection rules, applied on another VisualElement. The element on which to apply the selection rules. A new QueryState with the same selection rules, applied on this element. Returns a list containing elements satisfying selection rules. Returns a list containing elements satisfying selection rules. Adds all elements satisfying selection rules to the list. Adds all elements satisfying selection rules to the list. UQuery is a set of extension methods allowing you to select individual or collection of visualElements inside a complex hierarchy. Convenience overload, shorthand for Query<T>.Build().First(). Root VisualElement on which the selector will be applied. If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). The first element matching all the criteria, or null if none was found. Convenience overload, shorthand for Query<T>.Build().First(). Root VisualElement on which the selector will be applied. If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). The first element matching all the criteria, or null if none was found. Initializes a QueryBuilder with the specified selection rules. Root VisualElement on which the selector will be applied. If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). QueryBuilder configured with the associated selection rules. Initializes a QueryBuilder with the specified selection rules. Root VisualElement on which the selector will be applied. If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). QueryBuilder configured with the associated selection rules. Initializes a QueryBuilder with the specified selection rules. Template parameter specifies the type of elements the selector applies to (ie: Label, Button, etc). Root VisualElement on which the selector will be applied. If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). QueryBuilder configured with the associated selection rules. Initializes a QueryBuilder with the specified selection rules. Template parameter specifies the type of elements the selector applies to (ie: Label, Button, etc). Root VisualElement on which the selector will be applied. If specified, will select elements with this name. If specified, will select elements with the given class (not to be confused with Type). If specified, will select elements with the given class (not to be confused with Type). QueryBuilder configured with the associated selection rules. Initializes an empty QueryBuilder on a specified root element. Root VisualElement on which the selector will be applied. An empty QueryBuilder on a specified root element. Base class for describing an XML attribute. The default value for the attribute, as a string. The attribute name. A list of obsolete names for this attribute. Restrictions on the possible values of the attribute. Attribute type. Attribute namespace. Whether the attribute is optional, required or prohibited. Get the attribute value from the attribute bag. A bag containg attributes and their values as strings. The context in which the values are retrieved. A function to convert a string value to type T. The value to return if the attribute is not found in the bag. The attribute value from the bag, or defaultValue if the attribute is not found. An enum to describe attribute use. There is no restriction on the use of this attribute with the element. The attribute is optional for the element. The attribute should not appear for the element. The attribute must appear in the element tag. Describes a XML bool attribute. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Describe an allowed child element for an element. The name of the allowed child element. The namespace name of the allowed child element. Constructor. Describes a XML attribute representing a Color as a string. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Describes a XML double attribute. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Describes a XML attribute representing an enum as a string. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Restricts the value of an attribute to be taken from a list of values. The list of values the attribute can take. Constructor. Indicates whether the current UxmlEnumeration object is equal to another object of the same type. The object to compare with. True if the otheer object is equal to this one. UxmlFactory specialization for classes that derive from VisualElement and that shares its traits, VisualElementTraits. Constructor. Generic base class for UXML factories, which instantiate a VisualElement using the data read from a UXML file. Returns UxmlTraits.canHaveAnyAttribute (where UxmlTraits is the argument for T1). Returns an empty string if T0 is not VisualElement; otherwise, returns "VisualElement". Returns the namespace for substituteForTypeName. Returns the fully qualified name for substituteForTypeName. Returns an empty enumerable. Returns an empty enumerable. Returns the type name of T0. Returns the namespace name of T0. Returns the typefully qualified name of T0. Returns true. The attribute bag. Always true. Instantiate an object of type T0 and initialize it by calling T1 UxmlTraits.Init method. A bag of name-value pairs, one for each attribute of the UXML element. This can be used to initialize the properties of the created object. When the element is created as part of a template instance inserted in another document, this contains information about the insertion point. The created element. Returns the Type of the objects created by this factory. If implemented by your factory, this function will be called to instantiate an object of type T0. Otherwise, the default constructor of T0 will be used. A bag of name-value pairs, one for each attribute of the UXML element. This can be used to initialize the properties of the created object. When the element is created as part of a template instance inserted in another document, this contains information about the insertion point. The created element. Describes a XML float attribute. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Describes a XML int attribute. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Describes a XML long attribute. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Factory for the root UXML element. Returns the empty string, as the root element can not appear anywhere else bit at the root of the document. Returns the empty string, as the root element can not appear anywhere else bit at the root of the document. Returns the empty string, as the root element can not appear anywhere else bit at the root of the document. Returns "UXML". Returns the qualified name for this element. Returns null. Constructor. UxmlTraits for the UXML root element. Returns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since the root element can contain VisualElements. Constructor. Describes a XML string attribute. The default value for the attribute. The default value for the attribute, as a string. Constructor. Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. The bag of attributes. The value of the attribute. Describes a VisualElement derived class for the parsing of UXML files and the generation of UXML schema definition. Must return true if the UXML element attributes are not restricted to the values enumerated by UxmlTraits.uxmlAttributesDescription. Describes the UXML attributes expected by the element. The attributes enumerated here will appear in the UXML schema. Describes the types of element that can appear as children of this element in a UXML file. Initialize a VisualElement instance with values from the UXML element attributes. The VisualElement to initialize. A bag of name-value pairs, one for each attribute of the UXML element. When the element is created as part of a template instance inserted in another document, this contains information about the insertion point. Base class to restricts the value of an attribute. Indicates whether the current UxmlTypeRestriction object is equal to another object of the same type. The object to compare with. True if the otheer object is equal to this one. Restricts the value of an attribute to be within the specified bounds. True if the bounds exclude max. True if the bounds exclude min. The maximum value for the attribute. The minimum value for the attribute. Constructor. Indicates whether the current UxmlValueBounds object is equal to another object of the same type. The object to compare with. True if the otheer object is equal to this one. Restricts the value of an attribute to match a regular expression. The regular expression that should be matched by the value. Constructor. Indicates whether the current UxmlValueMatches object is equal to another object of the same type. The object to compare with. True if the otheer object is equal to this one. The event sent to probe which elements accepts a command. Constructor. Obsolete. Use VisualElement instead. Obsolete. VisualContainer.AddChild will be removed. Use VisualElement.Add or VisualElement.shadow.Add instead. VisualContainer.ClearChildren will be removed. Use VisualElement.Clear or VisualElement.shadow.Clear instead. Obsolete. Use VisualElement instead. Obsolete. VisualContainer.GetChildAt will be removed. Use VisualElement.ElementAt or VisualElement.shadow.ElementAt instead. Obsolete. VisualContainer.InsertChild will be removed. Use VisualElement.Insert or VisualElement.shadow.Insert instead. Obsolete. VisualContainer.RemoveChild will be removed. Use VisualElement.Remove or VisualElement.shadow.Remove instead. Obsolete. VisualContainer.RemoveChildAt will be removed. Use VisualElement.RemoveAt or VisualElement.shadow.RemoveAt instead. Instantiates a VisualElement using the data read from a UXML file. Returns the VisualElement type name. Returns the VisualElement type namespace. Returns the VisualElement qualified name. Returns VisualContainer type name. Returns VisualContainer namespace name. Returns VisualContainer full name. Constructor. Base class for objects that are part of the UIElements visual tree. Number of child elements in this object's contentContainer Should this element clip painting to its boundaries. child elements are added to this element, usually this Access to this element data watch interface. The default focus index for newly created elements. Returns true if the VisualElement is enabled in its own hierarchy. Returns true if the VisualElement is enabled locally. Used for view data persistence (ie. tree expanded states, scroll position, zoom level). Retrieves this VisualElement's IVisualElementScheduler Access to this element physical hierarchy Reference to the style object of this element. Text to display inside an information box after the user hovers the element for a small amount of time. This property can be used to associate application-specific user data with this VisualElement. Add an element to this element's contentContainer Adds this stylesheet file to this element list of applied styles Checks if any of the ChangeTypes have been marked dirty. The ChangeType(s) to check. True if at least one of the checked ChangeTypes have been marked dirty. Brings this element to the end of its parent children list. The element will be visually in front of any overlapping sibling elements. Returns the elements from its contentContainer Remove all child elements from this element's contentContainer Options to select clipping strategy. Enables clipping and renders contents to a cache texture. Will enable clipping. This VisualElement and its children's content will be limited to this element's bounds. Will disable clipping and let children VisualElements paint outside its bounds. Returns true if the element is a direct child of this VisualElement Retrieves the child element at position Enables or disables the class with the given name. The name of the class to enable or disable. A boolean flag that adds or removes the class name from the class list. If true, EnableInClassList adds the class name to the class list. If false, EnableInClassList removes the class name from the class list. Searchs up the hierachy of this VisualElement and retrieves stored userData, if any is found. Finds the lowest commont ancestor between two VisualElements inside the VisualTree hierarchy Allows to iterate into this elements children Walks up the hierarchy, starting from this element's parent, and returns the first VisualElement of this type Walks up the hierarchy, starting from this element, and returns the first VisualElement of this type Combine this VisualElement's VisualElement.persistenceKey with those of its parents to create a more unique key for use with VisualElement.GetOrCreatePersistentData. Full hierarchical persistence key. Takes a reference to an existing persisted object and a key and returns the object either filled with the persisted state or as-is. An existing object to be persisted, or null to create a new object. If no persisted state is found, a non-null object will be returned as-is. The key for the current VisualElement to be used with the persistence store on the EditorWindow. The same object being passed in (or a new one if null was passed in), but possibly with its persistent state restored. Takes a reference to an existing persisted object and a key and returns the object either filled with the persisted state or as-is. An existing object to be persisted, or null to create a new object. If no persisted state is found, a non-null object will be returned as-is. The key for the current VisualElement to be used with the persistence store on the EditorWindow. The same object being passed in (or a new one if null was passed in), but possibly with its persistent state restored. Checks if this stylesheet file is in this element list of applied styles Hierarchy is a sctuct allowing access to the shadow hierarchy of visual elements Number of child elements in this object's contentContainer Access the physical parent of this element in the hierarchy Add an element to this element's contentContainer Returns the elements from its contentContainer Remove all child elements from this element's contentContainer Retrieves the child element at position Retrieves the index of the specified VisualElement in the Hierarchy. The element to return the index for. Returns the index of the element, or -1 if the element is not found. Insert an element into this element's contentContainer Removes this child from the hierarchy Remove the child element located at this position from this element's contentContainer Reorders child elements from this VisualElement contentContainer. Sorting criteria. Access to this element physical hierarchy Retrieves the child index of the specified VisualElement. The child to return the index for. Returns the index of the child, or -1 if the child is not found. Insert an element into this element's contentContainer Triggers a repaint of the VisualElement on the next frame. The modes available to measure VisualElement sizes. At Most. The element should give its preferred width/height but no more than the value passed. The element should give the width/height that is passed in and derive the opposite site from this value (for example, calculate text size from a fixed width). The element should give its preferred width/height without any constraint. Called when the persistent data is accessible and/or when the data or persistence key have changed (VisualElement is properly parented). Callback when the styles of an object have changed. Overwrite object from the persistent data store. The key for the current VisualElement to be used with the persistence store on the EditorWindow. Object to overwrite. Places this element right before the sibling element in their parent children list. If the element and the sibling position overlap, the element will be visually behind of its sibling. The sibling element. Places this element right after the sibling element in their parent children list. If the element and the sibling position overlap, the element will be visually in front of its sibling. The sibling element. Removes this child from the hierarchy Remove the child element located at this position from this element's contentContainer Removes this element from its parent hierarchy Removes this stylesheet file from this element list of applied styles Write persistence data to file. Sends an event to the event handler. The event to send. Sends this element to the beginning of its parent children list. The element will be visually behind any overlapping sibling elements. Changes whether the current VisualElement is enabled or not. When disabled, a VisualElement does not receive most events. New enabled state. Reorders child elements from this VisualElement contentContainer. Sorting criteria. Access to this element physical hierarchy Toggles between adding and removing the given class name from the class list. The class name to add or remove from the class list. Instantiates a VisualElement using the data read from a UXML file. Constructor. UxmlTraits for the VisualElement. Returns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since VisualElements can contain other VisualElements. Constructor. Initialize VisualElement properties using values from the attribute bag. The object to initialize. The attribute bag. The creation context; unused. VisualElementExtensions is a set of extension methods useful for VisualElement. Add a manipulator associated to a VisualElement. VisualElement associated to the manipulator. Manipulator to be added to the VisualElement. Remove a manipulator associated to a VisualElement. VisualElement associated to the manipulator. Manipulator to be removed from the VisualElement. The given VisualElement's left and right edges will be aligned with the corresponding edges of the parent element. Define focus change directions for the VisualElementFocusRing. Last value for the direction defined by this class. The focus is moving to the left. The focus is moving to the right. Implementation of a linear focus ring. Elements are sorted according to their focusIndex. The focus order for elements having 0 has a focusIndex. Constructor. The root of the element tree for which we want to build a focus ring. Default ordering of the elements in the ring. Ordering of elements in the focus ring. Order elements using a depth-first pre-order traversal of the element tree. Order elements according to their position, first by X, then by Y. Order elements according to their position, first by Y, then by X. Get the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right in the focus ring. Get the next element in the given direction. Instances of this class hold a tree of `VisualElementAsset`s. It is created from an UXML file, and each `VisualElementAsset` represents a UXML node inside this file. A `VisualTreeAsset` can be Cloned to yield a tree of `VisualElement`s. Build a tree of VisualElements from the asset. A mapping of slot names to the VisualElements at their root. Path of the target property to be bound to the cloned tree root. The root of the tree of VisualElements that was just cloned. Build a tree of VisualElements from the asset. A mapping of slot names to the VisualElements at their root. Path of the target property to be bound to the cloned tree root. The root of the tree of VisualElements that was just cloned. Build a tree of VisualElements from the asset. A VisualElement that will act as the root of the cloned tree. A mapping of slot names to the VisualElements at their root. Constructor. Mouse wheel event. The amount of scrolling applied with the mouse wheel. Constructor. Use GetPooled() to get an event from a pool of reusable events. Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose(). A wheel IMGUI event. Returns an initialized event. Resets the event members to their initial values. The class VFXEventAttribute handles properties transmitted to a system with a Experimental.VFX.VisualEffect.SendEvent. Copy stored values from another event attribute. The source event attribute. Copy constructor. Source event attribute. Gets a named stored boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored boolean value (or false if Experimental.VFX.VFXEventAttribute.HasBool returns false). Gets a named stored boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored boolean value (or false if Experimental.VFX.VFXEventAttribute.HasBool returns false). Gets a named stored float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored float (or 0.0f if Experimental.VFX.VFXEventAttribute.HasFloat returns false). Gets a named stored float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored float (or 0.0f if Experimental.VFX.VFXEventAttribute.HasFloat returns false). Gets a named stored integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored integer value (or 0 if Experimental.VFX.VFXEventAttribute.HasInt returns false). Gets a named stored integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored integer value (or 0 if Experimental.VFX.VFXEventAttribute.HasInt returns false). Gets a named stored Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Matrix4x4 (or Matrix4x4.identity if Experimental.VFX.VFXEventAttribute.HasMatrix4x4 returns false). Gets a named stored Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Matrix4x4 (or Matrix4x4.identity if Experimental.VFX.VFXEventAttribute.HasMatrix4x4 returns false). Gets a named stored unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored unsigned integer value (or 0 if Experimental.VFX.VFXEventAttribute.HasUint returns false). Gets a named stored unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored unsigned integer value (or 0 if Experimental.VFX.VFXEventAttribute.HasUint returns false). Gets a named stored Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Vector2 (or Vector2.zero if Experimental.VFX.VFXEventAttribute.HasVector2 returns false). Gets a named stored Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Vector2 (or Vector2.zero if Experimental.VFX.VFXEventAttribute.HasVector2 returns false). Gets a named stored Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Vector3 (or Vector3.zero if Experimental.VFX.VFXEventAttribute.HasVector3 returns false). Gets a named stored Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Vector3 (or Vector3.zero if Experimental.VFX.VFXEventAttribute.HasVector3 returns false). Gets a named stored Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Vector4 (or Vector4.zero if Experimental.VFX.VFXEventAttribute.HasVector4 returns false). Gets a named stored Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The stored Vector4 (or Vector4.zero if Experimental.VFX.VFXEventAttribute.HasVector4 returns false). Returns true if event attribute stores this named boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if event attribute stores this named Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a named boolean value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new boolean value. Sets a named boolean value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new boolean value. Sets a named float value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new float value. Sets a named float value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new float value. Sets a named integer value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new integer value. Sets a named integer value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new integer value. Sets a named Matrix4x4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Matrix4x4 value. Sets a named Matrix4x4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Matrix4x4 value. Sets a named unsigned integer value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new unsigned integer value. Sets a named unsigned integer value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new unsigned integer value. Sets a named Vector2 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector2 value. Sets a named Vector2 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector2 value. Sets a named Vector3 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector3 value. Sets a named Vector3 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector3 value. Sets a named Vector4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector4 value. Sets a named Vector4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector4 value. This class is a wrapper to the set of expression values. Returns a an animation curve that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a an animation curve that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a boolean that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a boolean that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a float that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a float that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a gradient that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a gradient that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns an integer that corresponds to the bound named expression. IF this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns an integer that corresponds to the bound named expression. IF this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a mesh that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a mesh that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a texture that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a texture that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns an unsigned integer that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns an unsigned integer that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Vector2 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Vector2 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Vector3 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Vector3 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Vector4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns a Vector4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The VFX Manager lets you set a number of properties that control VisualEffect behavior within your game. The fixed interval in which the frame rate updates. The tick rate is in seconds. The maximum allowed delta time for an update interval. This limit affects fixedDeltaTime and deltaTime. The tick rate is in seconds. This abstract class provides a way to implement custom spawner block in C#. This method is invoked when Play is triggered on parent spawner system. The spawner state. The values of expression (input properties for a spawner block). The visual effect. This method is invoked when stop is triggered on parent spawner system. The spawner state. The values of expression (input properties for a spawner block). The visual effect. This method is invoked when update is triggered on parent spawner system. The spawner state. The values of expression (input properties for a spawner block). The visual effect. The spawn state of a Spawn system. The current delta time. The current playing state. The current Spawn count. The accumulated delta time since the last Play event. Gets the modifiable current event attribute (Read Only). The visual effect class that references an Experimental.VFX.VisualEffectAsset instance within the Scene. Returns the sum of all alive particles within the visual effect. Is this visual effect culled (not visible) from any camera ? (Read Only) The paused state of visual effect. A multiplier applied to the delta time when updating the VisualEffect. The default value is 1.0f. Controls whether the visual effect generates a new random number to seed the random number generator for each call to Experimental.VFX.VisualEffect.Play function. The initial seed used used for internal random number generator. The visual effect asset used by the visual effect. If Experimental.VFX.VisualEffect._pause is true, the method processes the next visual effect update for exactly one frame with the current delta time. Create a new event attribute class. The visual effect constructor. Gets a named exposed animation curve. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed animation curve value (or empty animation curve if Experimental.VFX.VisualEffect.HasAnimationCurve returns false). Gets a named exposed animation curve. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed animation curve value (or empty animation curve if Experimental.VFX.VisualEffect.HasAnimationCurve returns false). Get a named exposed boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed boolean value (or false if Experimental.VFX.VisualEffect.HasBool returns false). Get a named exposed boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed boolean value (or false if Experimental.VFX.VisualEffect.HasBool returns false). Gets a named exposed float (o. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed float value (or 0.0f if Experimental.VFX.VisualEffect.HasFloat returns false). Gets a named exposed float (o. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed float value (or 0.0f if Experimental.VFX.VisualEffect.HasFloat returns false). Gets a named exposed gradient. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed gradient value (or empty gradient if Experimental.VFX.VisualEffect.HasGradient returns false). Gets a named exposed gradient. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed gradient value (or empty gradient if Experimental.VFX.VisualEffect.HasGradient returns false). Get named exposed integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed integer value (or 0 if Experimental.VFX.VisualEffect.HasInt returns false). Get named exposed integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed integer value (or 0 if Experimental.VFX.VisualEffect.HasInt returns false). Gets named exposed Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Matrix4x4 value (or Matrix4x4.zero if Experimental.VFX.VisualEffect.HasMatrix4x4 returns false). Gets named exposed Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Matrix4x4 value (or Matrix4x4.zero if Experimental.VFX.VisualEffect.HasMatrix4x4 returns false). Gets named exposed mesh. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed mesh value (or null if Experimental.VFX.VisualEffect.HasMesh returns false). Gets named exposed mesh. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed mesh value (or null if Experimental.VFX.VisualEffect.HasMesh returns false). Gets named exposed texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed texture value (or null if Experimental.VFX.VisualEffect.HasTexture returns false). Gets named exposed texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed texture value (or null if Experimental.VFX.VisualEffect.HasTexture returns false). Get expected texture dimension for a named exposed texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get expected texture dimension for a named exposed texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get named exposed unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed unsigned integer value (or 0 if Experimental.VFX.VisualEffect.HasUInt returns false). Get named exposed unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed unsigned integer value (or 0 if Experimental.VFX.VisualEffect.HasUInt returns false). Gets named exposed Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Vector2 value (or Vector2.zero if Experimental.VFX.VisualEffect.HasVector2 returns false). Gets named exposed Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Vector2 value (or Vector2.zero if Experimental.VFX.VisualEffect.HasVector2 returns false). Gets named exposed Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Vector3 value (or Vector3.zero if Experimental.VFX.VisualEffect.HasVector3 returns false). Gets named exposed Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Vector3 value (or Vector3.zero if Experimental.VFX.VisualEffect.HasVector3 returns false). Gets named exposed Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Vector4 value (or Vector4.zero if Experimental.VFX.VisualEffect.HasVector4 returns false). Gets named exposed Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The exposed Vector4 value (or Vector4.zero if Experimental.VFX.VisualEffect.HasVector4 returns false). Returns true if visual effect can override this named animation curve. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named animation curve. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override the boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override the boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override this named float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override this named float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named gradient. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named gradient. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override this named integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override this named integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Matrix4x4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named mesh. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named mesh. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override this named unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if the visual effect can override this named unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Returns true if visual effect can override this named Vector4. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sends a stop event to all Spawn systems. If Experimental.VFX.VisualEffect._resetSeedOnPlay is true, this methods recomputes a new random seed for the random value generator and resets internal total time to zero. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. Sends a stop event to all Spawn systems. If Experimental.VFX.VisualEffect._resetSeedOnPlay is true, this methods recomputes a new random seed for the random value generator and resets internal total time to zero. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. Reintialize visual effect. Sets the overridden state to false, and restores the default value that is specified in the visual effect Asset. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets the overridden state to false, and restores the default value that is specified in the visual effect Asset. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Send a custom named event. The name of the event. The name ID of the event retrieved by Shader.PropertyToID. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. Send a custom named event. The name of the event. The name ID of the event retrieved by Shader.PropertyToID. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. Send a custom named event. The name of the event. The name ID of the event retrieved by Shader.PropertyToID. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. Send a custom named event. The name of the event. The name ID of the event retrieved by Shader.PropertyToID. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. Sets a named animation curve value. The name ID of the property retrieved by Shader.PropertyToID. The new animation curve. The name of the property. Sets a named animation curve value. The name ID of the property retrieved by Shader.PropertyToID. The new animation curve. The name of the property. Sets the value for a named boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new boolean value. Sets the value for a named boolean. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new boolean value. Sets the value for a named float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new float value. Sets the value for a named float. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new float value. Sets a named gradient value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new gradient value. Sets a named gradient value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new gradient value. Sets the value for a named integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new integer value. Sets the value for a named integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new integer value. Sets a named Matrix4x4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Matrix4x4 value. Sets a named Matrix4x4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Matrix4x4 value. Sets a named mesh value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new mesh value. Sets a named mesh value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new mesh value. Sets a named texture value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new texture value. Sets a named texture value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new texture value. Sets the value for a named unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new unsigned integer value. Sets the value for a named unsigned integer. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new unsigned integer value. Sets the value for a named Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector2 value. Sets the value for a named Vector2. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector2 value. Sets the value for a named Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector3 value. Sets the value for a named Vector3. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector3 value. Sets a named Vector4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector4 value. Sets a named Vector4 value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The new Vector4 value. Send a stop event to all Spawn systems. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. Send a stop event to all Spawn systems. Can be null or eventAttribute instantiated with Experimental.VFX.VisualEffect.CreateVFXEventAttribute. This class contains a graph of the elements needed to describe a visual effect. These include: the visual effects system, generated shaders, and compiled data. The visual effect Asset constructor. An implementation of IPlayable that controls playback of a VideoClip. Creates a VideoClipPlayable in the PlayableGraph. The PlayableGraph object that will own the VideoClipPlayable. Indicates if VideoClip loops when it reaches the end. VideoClip used to produce textures in the PlayableGraph. A VideoClipPlayable linked to the PlayableGraph. Extension methods for the Video.VideoPlayer class. Return the Experimental.Audio.AudioSampleProvider for the specified track, used to receive audio samples during playback. The "this" pointer for the extension method. The audio track index for which the sample provider is queried. The sample provider for the specified track. Structure describing a bounded plane representing a real-world surface. The alignment of the plane, e.g., horizontal or vertical. Center point of the plane in device space. Outputs four points, in device space, representing the four corners of the plane. The corners are in clockwise order. The vertex of the first corner. The vertex of the second corner. The vertex of the third corner. The vertex of the fourth corner. Current height of the plane. A session-unique identifier for the plane. Normal vector of the plane in device space. Returns the infinite Plane associated with this BoundedPlane. Pose of the plane in device space. Current size of the plane. A session-unique identifier for the BoundedPlane that subsumed this plane. Try to retrieve a list of positions in device space describing current plane boundary. A list of vertices representing the boundary. True if the plane exists (i.e., is still being tracked), otherwise false. Current width of the plane. Structure containing data passed during Frame Received Event. Reference to the XRCameraSubsystem associated with this event. The state of a tracked mesh since the last query. The mesh has been added since the last call to XRMeshSubsystem.TryGetMeshInfos. The mesh has been removed since the last call to XRMeshSubsystem.TryGetMeshInfos. The mesh has not changed since the last call to XRMeshSubsystem.TryGetMeshInfos. The mesh has been updated since the last call to XRMeshSubsystem.TryGetMeshInfos. Contains event information related to a generated mesh. The MeshVertexAttributes that were written to the MeshGenerationResult.Mesh. If the generation was successful, data has been written to this Mesh. If the generation was successful, physics data has been written to this MeshCollider. The TrackableId of the tracked mesh that was generated. The MeshGenerationStatus of the mesh generation task. The status of a XRMeshSubsystem.GenerateMeshAsync. The mesh generation was canceled. The XRMeshSubsystem was already generating the requested mesh. The mesh generation failed because the mesh does not exist. The mesh generation was successful. The mesh generation failed for unknown reasons. Contains state information related to a tracked mesh. The change state (e.g., Added, Removed) of the tracked mesh. The TrackableId of the tracked mesh. A hint that can be used to determine when this mesh should be processed. A set of vertex attributes. Vertex normals No vertex attributes Vertex normals Vertex tangents Vertex UVs Contains data supplied to a XRPlaneSubsystem.PlaneAdded event. The BoundedPlane that was added. A reference to the PlaneSubsystem object from which the event originated. Describes current plane alignment in mixed reality space. Plane has horizontal alignment. Plane is not alligned along cardinal (X, Y or Z) axis. Plane has vertical alignment. Contains data supplied to a XRPlaneSubsystem.PlaneRemoved event. The BoundedPlane that was removed. A reference to the XRPlaneSubsystem object from which the event originated. Contains data supplied to a XRPlaneSubsystem.PlaneUpdated event. The BoundedPlane that was updated. A reference to the XRPlaneSubsystem object from which the event originated. Contains data supplied to a XRDepth.PointCloudUpdated event. A reference to the XRDepthSubsystem object from which the event originated. Describes the transform data of a real-world point. ID for the reference point that is unique across the session. The pose (position and rotation) of the reference point. Respond to changes in this pose to correct for changes in the device's understanding of where this point is in the real world. The TrackingState of the reference point. Data to be passed to the user when the device corrects its understanding of the world enough that the ReferencePoint's position or rotation has changed. The previous Pose of the ReferencePoint, prior to this event. The previous TrackingState of the ReferencePoint, prior to this event. The reference point that has the value of its position, rotation, or both changed enough through the device correcting its understanding of where this point should be located in device space. Structure defining Tracking State Changed event arguments passed when tracking state changes. New Tracking State. Reference to the XRSessionSubsystem object associated with the event. A session-unique identifier for trackables in the environment, e.g., planes and feature points. Represents an invalid id. Generates a nicely formatted version of the id. A string unique to this id A trackable is feature in the physical environment that a device is able to track, such as a plane. All trackables (planes and point cloud) A feature point. No trackable. An estimated plane. Any of the plane types. Within the BoundedPlane.Size of a BoundedPlane The infinite plane of a BoundedPlane The boundary of a BoundedPlane Current tracking state of the device. Tracking is currently working. Tracking is not available. Tracking state is unknown. Provides access to a device's camera. Set current Camera component within the app to be used by this XRCameraInstance. Event raised when a new camera frame is received. Fills the provided texturesOut with the texture(s) associated with the XRCameraSubsystem. A List of Texture2D to be filled. Passing null will throw an ArgumentNullException. The frame during which the camera subsystem was last successfully updated. True if the XRCameraSubsystem should try to provide light estimation. Set current Material to be used while rendering to the render target. Provides brightness for the whole image as an average of all pixels' brightness. An estimated average brightness for the environment. Returns true if average brigthness was provided. Provides color temperature for the whole image as an average of all pixels' color temperature. An estimated color temperature. Return true if succesful. Provides display matrix defining how texture is being rendered on the screen. Provides projection matrix used by camera subsystem. Provides shader name used by Camera subsystem to render texture. Provides timestamp. Class providing information about XRCameraSubsystem registration. Specifies if current subsystem is allowed to provide average brightness. Specifies if current subsystem is allowed to provide average camera temperature. Specifies if current subsystem is allowed to provide display matrix. Specifies if current subsystem is allowed to provide projection matrix. Specifies if current subsystem is allowed to provide timestamp. Provides access to depth data of the physical environment, such as a point cloud. Retrieves the confidence values for each point in the point cloud. A list of floats containing all confidence values for the point cloud. Retrieves the point cloud points. A list of Vector3s containing all points in the point cloud. The frame during which the point cloud was last updated. Raised once during each frame in which the point cloud is updated. Class providing information about XRDepthSubsystem registration. When true, XRDepthSubsystem will provide list of feature points detected so far. An XRDisplaySubsystem controls rendering to a head tracked display. Class providing information about XRDisplaySubsystem registration. XRInputSubsystem Instance is used to enable and disable the inputs coming from a specific plugin. Information about an Input subsystem. When true, will suppress legacy support for Daydream, Oculus, OpenVR, and Windows MR built directly into the Unity runtime from generating input. This is useful when adding an XRInputSubsystem that supports these devices. Allows external systems to provide dynamic meshes to Unity. Request that the mesh with TrackableId meshId gets generated. onMeshGenerationComplete is called when generation is complete. The TrackableId of the mesh you wish to generate. The Mesh to write the results into. (Optional) The MeshCollider to populate with physics data. This may be null. The vertex attributes you'd like to use. The delegate to invoke when the generation completes. Get information about every mesh tracked by the system. A List of MeshInfos to be filled. Passing null will throw an ArgumentNullException. True if the List was populated. Information about an XRMeshSubsystem. Provides methods, events, and properties that provides information about planes detected in the environment. Get all the BoundedPlanes currently tracked by the system. A list of BoundedPlanes containing all planes currently tracked by the system. The frame during which the planes were last updated. Raised for each BoundedPlane that has been added in the current frame. Raised for each BoundedPlane that has been removed in the current frame. Raised for each plane that has been updated in the current frame. Get a BoundedPlane by TrackableId The session-unique TrackableId of the plane to get. The BoundedPlane with the supplied planeId True if the BoundedPlane with planeId exists, false otherwise. Try to retrieve a list of positions in device space describing the current plane boundary. The session-unique TrackableId of the plane. A list of vertices representing the plane's boundary. True if the plane exists (i.e., is still being tracked), otherwise false. Class providing information about XRPlaneSubsystem registration. Structure describing the result of a XRRaycastSubsystem.Raycast hit. The distance, in meters, from the screen to the hit's XRRaycastSubsystemHit.Position. The TrackableType(s) that were hit. The position and rotation of the hit result in device space where the ray hit the trackable. The TrackableId of the trackable that was hit by the raycast. Provides methods and properties that allow for querying portions of the physical environment that are near a provided specified ray. These trackables include planes and depth data. Casts a ray from a screen point against selected trackables (e.g., planes and feature points). The screen point from which to cast. The resulting list of XRRaycastHit. An optional mask of TrackableType to raycast against. Casts a ray using ray against selected trackables (e.g., planes and feature points). The Ray to use. The XRDepthSubsystem to raycast against. May be null. The XRPlaneSubsystem to raycast against. May be null. The resulting list of XRRaycastHit. An optional mask of TrackableType to raycast against. When raycasting against feature points, cast a cone with this angle. Class providing information about XRRaycastSubsystem registration. Provides methods and properties that allow for querying, creating, and removing of reference points. These reference points are cues to the XRSessionSubsystem that indicate areas of interest in the environment which helps assure that tracking of these points remains accurate. Retrieves all ReferencePoints added by calls to XRReferencePointSubsystem.TryAddReferencePoint. A list of ReferencePoints containing all reference points. The frame during which the reference points were last updated. Raised each frame for each ReferencePoint that had the values of its position, rotation, or both changed enough by the device correcting its understanding of where the point should be located in Unity space. Attempt to add a ReferencePoint that gets tracked by the device. Current position, in device space, of a point you want the device to track. Current rotation, in device space, of a point you want the device to track. If this method returns true, this is filled out with the ID (unique to the session) of the point. If the ReferencePoint was added successfully, this method returns true. Otherwise, it returns false. Attempt to add a ReferencePoint that gets tracked by the device. Current pose, in device space, of a point you want the device to track. If this method returns true, this is filled out with the ID (unique to the session) of the point. If the ReferencePoint was added successfully, this method returns true. Otherwise, it returns false. Attempt to retrieve a ReferencePoint. The ID of the ReferencePoint that TryAddReferencePoint filled out when you added this point. The ReferencePoint to be filled out that matches the ID passed in. If the ReferencePoint was found and filled out successfully, this method returns true. Otherwise, it return false. Attempt to remove a ReferencePoint getting tracked by the device. ID of the ReferencePoint you wish to remove so the device no longer tries to track it. If the ReferencePoint was removed successfully, this method returns true. Otherwise, it returns false. Class providing information about XRReferencePointSubsystem registration. A collection of methods and properties used to interact with and configure an XR session. The frame during which the tracking state was last updated. Get current tracking status of the device. Raised when the TrackingState changes. Class providing information about XRSessionSubsystem registration. Object that is used to resolve references to an ExposedReference field. Creates a type whos value is resolvable at runtime. The default value, in case the value cannot be resolved. The name of the ExposedReference. Gets the value of the reference by resolving it given the ExposedPropertyResolver context object. The ExposedPropertyResolver context object. The resolved reference value. Spectrum analysis windowing types. W[n] = 0.42 - (0.5 * COS(nN) ) + (0.08 * COS(2.0 * nN) ). W[n] = 0.35875 - (0.48829 * COS(1.0 * nN)) + (0.14128 * COS(2.0 * nN)) - (0.01168 * COS(3.0 * n/N)). W[n] = 0.54 - (0.46 * COS(n/N) ). W[n] = 0.5 * (1.0 - COS(n/N) ). W[n] = 1.0. W[n] = TRI(2n/N). Filtering mode for textures. Corresponds to the settings in a. Bilinear filtering - texture samples are averaged. Point filtering - texture pixels become blocky up close. Trilinear filtering - texture samples are averaged and also blended between mipmap levels. Enumeration of all the muscles in a finger. The distal close-open muscle. The intermediate close-open muscle. The last value of the FingerDof enum. The proximal down-up muscle. The proximal in-out muscle. The Fixed joint groups together 2 rigidbodies, making them stick together in their bound position. Connects two Rigidbody2D together at their anchor points using a configurable spring. The amount by which the spring force is reduced in proportion to the movement speed. The frequency at which the spring oscillates around the distance between the objects. The angle referenced between the two bodies used as the constraint for the joint. A flare asset. Read more about flares in the. FlareLayer component. Used by GUIUtility.GetControlID to inform the IMGUI system if a given control can get keyboard focus. This allows the IMGUI system to give focus appropriately when a user presses tab for cycling between controls. This control can receive keyboard focus. This control can not receive keyboard focus. Fog mode to use. Exponential fog. Exponential squared fog (default). Linear fog. Script interface for. The ascent of the font. Access an array of all characters contained in the font texture. Is the font a dynamic font. The default size of the font. The line height of the font. The material used for the font display. Set a function to be called when the dynamic font texture is rebuilt. Creates a Font object which lets you render a font installed on the user machine. The name of the OS font to use for this font object. The default character size of the generated font. Am array of names of OS fonts to use for this font object. When rendering characters using this font object, the first font which is installed on the machine, which contains the requested character will be used. The generate Font object. Creates a Font object which lets you render a font installed on the user machine. The name of the OS font to use for this font object. The default character size of the generated font. Am array of names of OS fonts to use for this font object. When rendering characters using this font object, the first font which is installed on the machine, which contains the requested character will be used. The generate Font object. Create a new Font. The name of the created Font object. Create a new Font. The name of the created Font object. Get rendering info for a specific character. The character you need rendering information for. Returns the CharacterInfo struct with the rendering information for the character (if available). The size of the character (default value of zero will use font default size). The style of the character. Get rendering info for a specific character. The character you need rendering information for. Returns the CharacterInfo struct with the rendering information for the character (if available). The size of the character (default value of zero will use font default size). The style of the character. Get rendering info for a specific character. The character you need rendering information for. Returns the CharacterInfo struct with the rendering information for the character (if available). The size of the character (default value of zero will use font default size). The style of the character. Returns the maximum number of verts that the text generator may return for a given string. Input string. Get names of fonts installed on the machine. An array of the names of all fonts installed on the machine. Get the paths of OS installed fonts. An array of the pathes of all fonts installed on the machine. Does this font have a specific character? The character to check for. Whether or not the font has the character specified. Request characters to be added to the font texture (dynamic fonts only). The characters which are needed to be in the font texture. The size of the requested characters (the default value of zero will use the font's default size). The style of the requested characters. Font Style applied to GUI Texts, Text Meshes or GUIStyles. Bold style applied to your texts. Bold and Italic styles applied to your texts. Italic style applied to your texts. No special style is applied. Use ForceMode to specify how to apply a force using Rigidbody.AddForce. Add a continuous acceleration to the rigidbody, ignoring its mass. Add a continuous force to the rigidbody, using its mass. Add an instant force impulse to the rigidbody, using its mass. Add an instant velocity change to the rigidbody, ignoring its mass. Option for how to apply a force using Rigidbody2D.AddForce. Add a force to the Rigidbody2D, using its mass. Add an instant force impulse to the rigidbody2D, using its mass. Struct containing basic FrameTimings and accompanying relevant data. The CPU time for a given frame, in ms. This is the CPU clock time at the point GPU finished rendering the frame and interrupted the CPU. This is the CPU clock time at the point Present was called for the current frame. The GPU time for a given frame, in ms. This was the height scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings. This was the vsync mode for the given frame and the linked frame timings. This was the width scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings. The FrameTimingManager allows the user to capture and access FrameTiming data for multple frames. This function triggers the FrameTimingManager to capture a snapshot of FrameTiming's data, that can then be accessed by the user. This returns the frequency of CPU timer on the current platform, used to interpret timing results. If the platform does not support returning this value it will return 0. CPU timer frequency for current platform. This returns the frequency of GPU timer on the current platform, used to interpret timing results. If the platform does not support returning this value it will return 0. GPU timer frequency for current platform. Allows the user to access the currently captured FrameTimings. User supplies a desired number of frames they would like FrameTimings for. This should be equal to or less than the maximum FrameTimings the platform can capture. An array of FrameTiming structs that is passed in by the user and will be filled with data as requested. It is the users job to make sure the array that is passed is large enough to hold the requested number of FrameTimings. Returns the number of FrameTimings it actually was able to get. This will always be equal to or less than the requested numFrames depending on availability of captured FrameTimings. This returns the number of vsyncs per second on the current platform, used to interpret timing results. If the platform does not support returning this value it will return 0. Number of vsyncs per second of the current platform. Applies both force and torque to reduce both the linear and angular velocities to zero. The maximum force that can be generated when trying to maintain the friction joint constraint. The maximum torque that can be generated when trying to maintain the friction joint constraint. This struct contains the view space coordinates of the near projection plane. Position in view space of the bottom side of the near projection plane. Position in view space of the left side of the near projection plane. Position in view space of the right side of the near projection plane. Position in view space of the top side of the near projection plane. Z distance from the origin of view space to the far projection plane. Z distance from the origin of view space to the near projection plane. Platform agnostic fullscreen mode. Not all platforms support all modes. Exclusive Mode. Fullscreen window. Maximized window. Windowed. Describes options for displaying movie playback controls. Do not display any controls, but cancel movie playback if input occurs. Display the standard controls for controlling movie playback. Do not display any controls. Display minimal set of controls controlling movie playback. Describes scaling modes for displaying movies. Scale the movie until the movie fills the entire screen. Scale the movie until one dimension fits on the screen exactly. Scale the movie until both dimensions fit the screen exactly. Do not scale the movie. Base class for all entities in Unity Scenes. Defines whether the GameObject is active in the Scene. The local active state of this GameObject. (Read Only) The Animation attached to this GameObject (Read Only). (Null if there is none attached). The AudioSource attached to this GameObject (Read Only). (Null if there is none attached). The Camera attached to this GameObject (Read Only). (Null if there is none attached). The Collider attached to this GameObject (Read Only). (Null if there is none attached). The Collider2D component attached to this object. The ConstantForce attached to this GameObject (Read Only). (Null if there is none attached). The GUIText attached to this GameObject (Read Only). (Null if there is none attached). The GUITexture attached to this GameObject (Read Only). (Null if there is none attached). The HingeJoint attached to this GameObject (Read Only). (Null if there is none attached). Editor only API that specifies if a game object is static. The layer the game object is in. The Light attached to this GameObject (Read Only). (Null if there is none attached). The NetworkView attached to this GameObject (Read Only). (Null if there is none attached). The ParticleSystem attached to this GameObject (Read Only). (Null if there is none attached). The Renderer attached to this GameObject (Read Only). (Null if there is none attached). The Rigidbody attached to this GameObject (Read Only). (Null if there is none attached). The Rigidbody2D component attached to this GameObject. (Read Only) Scene that the GameObject is part of. The tag of this game object. The Transform attached to this GameObject. Adds a component class named className to the game object. Adds a component class of type componentType to the game object. C# Users can use a generic version. Generic version. See the page for more details. Calls the method named methodName on every MonoBehaviour in this game object or any of its children. Calls the method named methodName on every MonoBehaviour in this game object or any of its children. Calls the method named methodName on every MonoBehaviour in this game object or any of its children. Is this game object tagged with tag ? The tag to compare. Creates a game object with a primitive mesh renderer and appropriate collider. The type of primitive object to create. Creates a new game object, named name. The name that the GameObject is created with. A list of Components to add to the GameObject on creation. Creates a new game object, named name. The name that the GameObject is created with. A list of Components to add to the GameObject on creation. Creates a new game object, named name. The name that the GameObject is created with. A list of Components to add to the GameObject on creation. Finds a GameObject by name and returns it. Returns a list of active GameObjects tagged tag. Returns empty array if no GameObject was found. The name of the tag to search GameObjects for. Returns one active GameObject tagged tag. Returns null if no GameObject was found. The tag to search for. Returns the component of Type type if the game object has one attached, null if it doesn't. The type of Component to retrieve. Generic version. See the page for more details. Returns the component with name type if the game object has one attached, null if it doesn't. The type of Component to retrieve. Returns the component of Type type in the GameObject or any of its children using depth first search. The type of Component to retrieve. A component of the matching type, if found. Returns the component of Type type in the GameObject or any of its children using depth first search. The type of Component to retrieve. A component of the matching type, if found. Generic version. See the page for more details. A component of the matching type, if found. Generic version. See the page for more details. A component of the matching type, if found. Returns the component of Type type in the GameObject or any of its parents. Type of component to find. Returns the component <T> in the GameObject or any of its parents. Returns all components of Type type in the GameObject. The type of Component to retrieve. Generic version. See the page for more details. Returns all components of Type type in the GameObject into List results. Note that results is of type Component, not the type of the component retrieved. The type of Component to retrieve. List to receive the results. Returns all components of Type type in the GameObject into List results. List of type T to receive the results. Returns all components of Type type in the GameObject or any of its children. The type of Component to retrieve. Should Components on inactive GameObjects be included in the found set? Returns all components of Type type in the GameObject or any of its children. The type of Component to retrieve. Should Components on inactive GameObjects be included in the found set? Generic version. See the page for more details. Should inactive GameObjects be included in the found set? A list of all found components matching the specified type. Generic version. See the page for more details. Should inactive GameObjects be included in the found set? A list of all found components matching the specified type. Return all found Components into List results. List to receive found Components. Should inactive GameObjects be included in the found set? Return all found Components into List results. List to receive found Components. Should inactive GameObjects be included in the found set? Returns all components of Type type in the GameObject or any of its parents. The type of Component to retrieve. Should inactive Components be included in the found set? Generic version. See the page for more details. Should inactive Components be included in the found set? Generic version. See the page for more details. Should inactive Components be included in the found set? Find Components in GameObject or parents, and return them in List results. Should inactive Components be included in the found set? List holding the found Components. Calls the method named methodName on every MonoBehaviour in this game object. The name of the method to call. An optional parameter value to pass to the called method. Should an error be raised if the method doesn't exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object. The name of the method to call. An optional parameter value to pass to the called method. Should an error be raised if the method doesn't exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object. The name of the method to call. An optional parameter value to pass to the called method. Should an error be raised if the method doesn't exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. The name of the method to call. An optional parameter value to pass to the called method. Should an error be raised if the method doesn't exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. The name of the method to call. An optional parameter value to pass to the called method. Should an error be raised if the method doesn't exist on the target object? Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. The name of the method to call. An optional parameter value to pass to the called method. Should an error be raised if the method doesn't exist on the target object? ActivatesDeactivates the GameObject, depending on the given true or false/ value. Activate or deactivate the object, where true activates the GameObject and false deactivates the GameObject. Utility class for common geometric functions. Calculates the bounding box from the given array of positions and the transformation matrix. An array that stores the location of 3d positions. A matrix that changes the position, rotation and size of the bounds calculation. Calculates the axis-aligned bounding box. Calculates frustum planes. The camera with the view frustum that you want to calculate planes from. The planes that form the camera's view frustum. Calculates frustum planes. The camera with the view frustum that you want to calculate planes from. An array of 6 Planes that will be overwritten with the calculated plane values. Calculates frustum planes. A matrix that transforms from world space to projection space, from which the planes will be calculated. The planes that enclose the projection space described by the matrix. Calculates frustum planes. A matrix that transforms from world space to projection space, from which the planes will be calculated. An array of 6 Planes that will be overwritten with the calculated plane values. Returns true if bounds are inside the plane array. Creates a plane from a given list of vertices. Works for concave polygons and polygons that have multiple aligned vertices. An array of vertex positions that define the shape of a polygon. If successful, a valid plane that goes through all the vertices. Returns true on success, false if the algorithm failed to create a plane from the given vertices. Gizmos are used to give visual debugging or setup aids in the Scene view. Sets the color for the gizmos that will be drawn next. Sets the Matrix4x4 that the Unity Editor uses to draw Gizmos. Draw a solid box with center and size. Draw a camera frustum using the currently set Gizmos.matrix for it's location and rotation. The apex of the truncated pyramid. Vertical field of view (ie, the angle at the apex in degrees). Distance of the frustum's far plane. Distance of the frustum's near plane. Width/height ratio. Draw a texture in the Scene. The size and position of the texture on the "screen" defined by the XY plane. The texture to be displayed. An optional material to apply the texture. Inset from the rectangle's left edge. Inset from the rectangle's right edge. Inset from the rectangle's top edge. Inset from the rectangle's bottom edge. Draw a texture in the Scene. The size and position of the texture on the "screen" defined by the XY plane. The texture to be displayed. An optional material to apply the texture. Inset from the rectangle's left edge. Inset from the rectangle's right edge. Inset from the rectangle's top edge. Inset from the rectangle's bottom edge. Draw a texture in the Scene. The size and position of the texture on the "screen" defined by the XY plane. The texture to be displayed. An optional material to apply the texture. Inset from the rectangle's left edge. Inset from the rectangle's right edge. Inset from the rectangle's top edge. Inset from the rectangle's bottom edge. Draw a texture in the Scene. The size and position of the texture on the "screen" defined by the XY plane. The texture to be displayed. An optional material to apply the texture. Inset from the rectangle's left edge. Inset from the rectangle's right edge. Inset from the rectangle's top edge. Inset from the rectangle's bottom edge. Draw an icon at a position in the Scene view. Draw an icon at a position in the Scene view. Draws a line starting at from towards to. Draws a mesh. Mesh to draw as a gizmo. Position (default is zero). Rotation (default is no rotation). Scale (default is no scale). Submesh to draw (default is -1, which draws whole mesh). Draws a mesh. Mesh to draw as a gizmo. Position (default is zero). Rotation (default is no rotation). Scale (default is no scale). Submesh to draw (default is -1, which draws whole mesh). Draws a ray starting at from to from + direction. Draws a ray starting at from to from + direction. Draws a solid sphere with center and radius. Draw a wireframe box with center and size. Draws a wireframe mesh. Mesh to draw as a gizmo. Position (default is zero). Rotation (default is no rotation). Scale (default is no scale). Submesh to draw (default is -1, which draws whole mesh). Draws a wireframe mesh. Mesh to draw as a gizmo. Position (default is zero). Rotation (default is no rotation). Scale (default is no scale). Submesh to draw (default is -1, which draws whole mesh). Draws a wireframe sphere with center and radius. Low-level graphics library. Select whether to invert the backface culling (true) or not (false). The current modelview matrix. Controls whether Linear-to-sRGB color conversion is performed while rendering. Should rendering be done in wireframe? Begin drawing 3D primitives. Primitives to draw: can be TRIANGLES, TRIANGLE_STRIP, QUADS or LINES. Clear the current render buffer. Should the depth buffer be cleared? Should the color buffer be cleared? The color to clear with, used only if clearColor is true. The depth to clear Z buffer with, used only if clearDepth is true. Clear the current render buffer with camera's skybox. Should the depth buffer be cleared? Camera to get projection parameters and skybox from. Sets current vertex color. End drawing 3D primitives. Sends queued-up commands in the driver's command buffer to the GPU. Compute GPU projection matrix from camera's projection matrix. Source projection matrix. Will this projection be used for rendering into a RenderTexture? Adjusted projection matrix for the current graphics API. Invalidate the internally cached render state. Send a user-defined event to a native code plugin. User defined id to send to the callback. Native code callback to queue for Unity's renderer to invoke. Send a user-defined event to a native code plugin. User defined id to send to the callback. Native code callback to queue for Unity's renderer to invoke. Mode for Begin: draw line strip. Mode for Begin: draw lines. Load the identity matrix to the current modelview matrix. Helper function to set up an ortho perspective transform. Setup a matrix for pixel-correct rendering. Setup a matrix for pixel-correct rendering. Load an arbitrary matrix to the current projection matrix. Sets current texture coordinate (v.x,v.y,v.z) to the actual texture unit. Sets current texture coordinate (x,y) for the actual texture unit. Sets current texture coordinate (x,y,z) to the actual texture unit. Sets the current modelview matrix to the one specified. Restores both projection and modelview matrices off the top of the matrix stack. Saves both projection and modelview matrices to the matrix stack. Mode for Begin: draw quads. Resolves the render target for subsequent operations sampling from it. Sets current texture coordinate (v.x,v.y,v.z) for all texture units. Sets current texture coordinate (x,y) for all texture units. Sets current texture coordinate (x,y,z) for all texture units. Mode for Begin: draw triangle strip. Mode for Begin: draw triangles. Submit a vertex. Submit a vertex. Set the rendering viewport. Gradient used for animating colors. All alpha keys defined in the gradient. All color keys defined in the gradient. Control how the gradient is evaluated. Create a new Gradient object. Calculate color at a given time. Time of the key (0 - 1). Setup Gradient with an array of color keys and alpha keys. Color keys of the gradient (maximum 8 color keys). Alpha keys of the gradient (maximum 8 alpha keys). Alpha key used by Gradient. Alpha channel of key. Time of the key (0 - 1). Gradient alpha key. Alpha of key (0 - 1). Time of the key (0 - 1). Color key used by Gradient. Color of key. Time of the key (0 - 1). Gradient color key. Color of key. Time of the key (0 - 1). Select how gradients will be evaluated. Find the 2 keys adjacent to the requested evaluation time, and linearly interpolate between them to obtain a blended color. Return a fixed color, by finding the first key whose time value is greater than the requested evaluation time. Attribute used to configure the usage of the GradientField and Gradient Editor for a gradient. If set to true the Gradient uses HDR colors. Attribute for Gradient fields. Used for configuring the GUI for the Gradient Editor. Set to true if the colors should be treated as HDR colors (default value: false). Raw interface to Unity's drawing functions. Currently active color buffer (Read Only). Returns the currently active color gamut. Currently active depth/stencil buffer (Read Only). Graphics Tier classification for current device. Changing this value affects any subsequently loaded shaders. Initially this value is auto-detected from the hardware in use. Copies source texture into destination render texture with a shader. Source texture. The destination RenderTexture. Set this to null to blit directly to screen. See description for more information. Material to use. Material's shader could do some post-processing effect, for example. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Offset applied to the source texture coordinate. Scale applied to the source texture coordinate. Copies source texture into destination render texture with a shader. Source texture. The destination RenderTexture. Set this to null to blit directly to screen. See description for more information. Material to use. Material's shader could do some post-processing effect, for example. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Offset applied to the source texture coordinate. Scale applied to the source texture coordinate. Copies source texture into destination render texture with a shader. Source texture. The destination RenderTexture. Set this to null to blit directly to screen. See description for more information. Material to use. Material's shader could do some post-processing effect, for example. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Offset applied to the source texture coordinate. Scale applied to the source texture coordinate. Copies source texture into destination render texture with a shader. Source texture. The destination RenderTexture. Set this to null to blit directly to screen. See description for more information. Material to use. Material's shader could do some post-processing effect, for example. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Offset applied to the source texture coordinate. Scale applied to the source texture coordinate. Copies source texture into destination, for multi-tap shader. Source texture. Destination RenderTexture, or null to blit directly to screen. Material to use for copying. Material's shader should do some post-processing effect. Variable number of filtering offsets. Offsets are given in pixels. Clear random write targets for level pixel shaders. This function provides an efficient way to convert between textures of different formats and dimensions. The destination texture format should be uncompressed and correspond to a supported RenderTextureFormat. Source texture. Destination texture. Source element (e.g. cubemap face). Set this to 0 for 2d source textures. Destination element (e.g. cubemap face or texture array element). True if the call succeeded. This function provides an efficient way to convert between textures of different formats and dimensions. The destination texture format should be uncompressed and correspond to a supported RenderTextureFormat. Source texture. Destination texture. Source element (e.g. cubemap face). Set this to 0 for 2d source textures. Destination element (e.g. cubemap face or texture array element). True if the call succeeded. Copy texture contents. Source texture. Destination texture. Source texture element (cubemap face, texture array layer or 3D texture depth slice). Source texture mipmap level. Destination texture element (cubemap face, texture array layer or 3D texture depth slice). Destination texture mipmap level. X coordinate of source texture region to copy (left side is zero). Y coordinate of source texture region to copy (bottom is zero). Width of source texture region to copy. Height of source texture region to copy. X coordinate of where to copy region in destination texture (left side is zero). Y coordinate of where to copy region in destination texture (bottom is zero). Copy texture contents. Source texture. Destination texture. Source texture element (cubemap face, texture array layer or 3D texture depth slice). Source texture mipmap level. Destination texture element (cubemap face, texture array layer or 3D texture depth slice). Destination texture mipmap level. X coordinate of source texture region to copy (left side is zero). Y coordinate of source texture region to copy (bottom is zero). Width of source texture region to copy. Height of source texture region to copy. X coordinate of where to copy region in destination texture (left side is zero). Y coordinate of where to copy region in destination texture (bottom is zero). Copy texture contents. Source texture. Destination texture. Source texture element (cubemap face, texture array layer or 3D texture depth slice). Source texture mipmap level. Destination texture element (cubemap face, texture array layer or 3D texture depth slice). Destination texture mipmap level. X coordinate of source texture region to copy (left side is zero). Y coordinate of source texture region to copy (bottom is zero). Width of source texture region to copy. Height of source texture region to copy. X coordinate of where to copy region in destination texture (left side is zero). Y coordinate of where to copy region in destination texture (bottom is zero). Creates a GPUFence which will be passed after the last Blit, Clear, Draw, Dispatch or Texture Copy command prior to this call has been completed on the GPU. On some platforms there is a significant gap between the vertex processing completing and the pixel processing begining for a given draw call. This parameter allows for the fence to be passed after either the vertex or pixel processing for the proceeding draw has completed. If a compute shader dispatch was the last task submitted then this parameter is ignored. Returns a new GPUFence. Draw a mesh. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Material to use. to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given camera only. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. Determines whether the mesh can cast shadows. Determines whether the mesh can receive shadows. Should the mesh use light probes? If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe. LightProbeUsage for the mesh. Draw a mesh. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Material to use. to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given camera only. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. Determines whether the mesh can cast shadows. Determines whether the mesh can receive shadows. Should the mesh use light probes? If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe. LightProbeUsage for the mesh. Draw a mesh. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Material to use. to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given camera only. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. Determines whether the mesh can cast shadows. Determines whether the mesh can receive shadows. Should the mesh use light probes? If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe. LightProbeUsage for the mesh. Draw a mesh. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Material to use. to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given camera only. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. Determines whether the mesh can cast shadows. Determines whether the mesh can receive shadows. Should the mesh use light probes? If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe. LightProbeUsage for the mesh. Draw a mesh. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Material to use. to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be rendered in the given camera only. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. Determines whether the mesh can cast shadows. Determines whether the mesh can receive shadows. Should the mesh use light probes? If used, the mesh will use this Transform's position to sample light probes and find the matching reflection probe. LightProbeUsage for the mesh. Draw the same mesh multiple times using GPU instancing. The Mesh to draw. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Material to use. The array of object transformation matrices. The number of instances to be drawn. Additional material properties to apply. See MaterialPropertyBlock. Should the meshes cast shadows? Should the meshes receive shadows? to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given camera only. LightProbeUsage for the instances. Draw the same mesh multiple times using GPU instancing. The Mesh to draw. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Material to use. The array of object transformation matrices. The number of instances to be drawn. Additional material properties to apply. See MaterialPropertyBlock. Should the meshes cast shadows? Should the meshes receive shadows? to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given camera only. LightProbeUsage for the instances. Draw the same mesh multiple times using GPU instancing. The Mesh to draw. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Material to use. The bounding volume surrounding the instances you intend to draw. The GPU buffer containing the arguments for how many instances of this mesh to draw. The byte offset into the buffer, where the draw arguments start. Additional material properties to apply. See MaterialPropertyBlock. Determines whether the mesh can cast shadows. Determines whether the mesh can receive shadows. to use. If null (default), the mesh will be drawn in all cameras. Otherwise it will be drawn in the given camera only. LightProbeUsage for the instances. Draw a mesh immediately. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Note that the mesh will not be displayed correctly if matrix has negative scale. Subset of the mesh to draw. Draw a mesh immediately. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Note that the mesh will not be displayed correctly if matrix has negative scale. Subset of the mesh to draw. Draw a mesh immediately. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Note that the mesh will not be displayed correctly if matrix has negative scale. Subset of the mesh to draw. Draw a mesh immediately. The Mesh to draw. Position of the mesh. Rotation of the mesh. Transformation matrix of the mesh (combines position, rotation and other transformations). Note that the mesh will not be displayed correctly if matrix has negative scale. Subset of the mesh to draw. Draws a fully procedural geometry on the GPU. Draws a fully procedural geometry on the GPU. Topology of the procedural geometry. Buffer with draw arguments. Byte offset where in the buffer the draw arguments are. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Draw a texture in screen coordinates. Rectangle on the screen to use for the texture. In pixel coordinates with (0,0) in the upper-left corner. Texture to draw. Region of the texture to use. In normalized coordinates with (0,0) in the bottom-left corner. Number of pixels from the left that are not affected by scale. Number of pixels from the right that are not affected by scale. Number of pixels from the top that are not affected by scale. Number of pixels from the bottom that are not affected by scale. Color that modulates the output. The neutral value is (0.5, 0.5, 0.5, 0.5). Set as vertex color for the shader. Custom Material that can be used to draw the texture. If null is passed, a default material with the Internal-GUITexture.shader is used. If -1 (default), draws all passes in the material. Otherwise, draws given pass only. Execute a command buffer. The buffer to execute. Executes a command buffer on an async compute queue with the queue selected based on the ComputeQueueType parameter passed. It is required that all of the commands within the command buffer be of a type suitable for execution on the async compute queues. If the buffer contains any commands that are not appropriate then an error will be logged and displayed in the editor window. Specifically the following commands are permitted in a CommandBuffer intended for async execution: CommandBuffer.BeginSample CommandBuffer.CopyCounterValue CommandBuffer.CopyTexture CommandBuffer.CreateGPUFence CommandBuffer.DispatchCompute CommandBuffer.EndSample CommandBuffer.IssuePluginEvent CommandBuffer.SetComputeBufferParam CommandBuffer.SetComputeFloatParam CommandBuffer.SetComputeFloatParams CommandBuffer.SetComputeTextureParam CommandBuffer.SetComputeVectorParam CommandBuffer.WaitOnGPUFence All of the commands within the buffer are guaranteed to be executed on the same queue. If the target platform does not support async compute queues then the work is dispatched on the graphics queue. The CommandBuffer to be executed. Describes the desired async compute queue the suuplied CommandBuffer should be executed on. Set random write target for level pixel shaders. Index of the random write target in the shader. RenderTexture to set as write target. Whether to leave the append/consume counter value unchanged. Set random write target for level pixel shaders. Index of the random write target in the shader. RenderTexture to set as write target. Whether to leave the append/consume counter value unchanged. Sets current render target. RenderTexture to set as active render target. Mipmap level to render into (use 0 if not mipmapped). Cubemap face to render into (use Unknown if not a cubemap). Depth slice to render into (use 0 if not a 3D or 2DArray render target). Color buffer to render into. Depth buffer to render into. Color buffers to render into (for multiple render target effects). Full render target setup information. Sets current render target. RenderTexture to set as active render target. Mipmap level to render into (use 0 if not mipmapped). Cubemap face to render into (use Unknown if not a cubemap). Depth slice to render into (use 0 if not a 3D or 2DArray render target). Color buffer to render into. Depth buffer to render into. Color buffers to render into (for multiple render target effects). Full render target setup information. Sets current render target. RenderTexture to set as active render target. Mipmap level to render into (use 0 if not mipmapped). Cubemap face to render into (use Unknown if not a cubemap). Depth slice to render into (use 0 if not a 3D or 2DArray render target). Color buffer to render into. Depth buffer to render into. Color buffers to render into (for multiple render target effects). Full render target setup information. Sets current render target. RenderTexture to set as active render target. Mipmap level to render into (use 0 if not mipmapped). Cubemap face to render into (use Unknown if not a cubemap). Depth slice to render into (use 0 if not a 3D or 2DArray render target). Color buffer to render into. Depth buffer to render into. Color buffers to render into (for multiple render target effects). Full render target setup information. Instructs the GPU's processing of the graphics queue to wait until the given GPUFence is passed. The GPUFence that the GPU will be instructed to wait upon before proceeding with its processing of the graphics queue. On some platforms there is a significant gap between the vertex processing completing and the pixel processing begining for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. If a compute shader dispatch is the next item to be submitted then this parameter is ignored. Grid is the base class for plotting a layout of uniformly spaced points and lines. The size of the gap between each cell in the Grid. The layout of the cells in the Grid. The size of each cell in the Grid. The cell swizzle for the Grid. Get the logical center coordinate of a grid cell in local space. Grid cell position. Center of the cell transformed into local space coordinates. Get the logical center coordinate of a grid cell in world space. Grid cell position. Center of the cell transformed into world space coordinates. Does the inverse swizzle of the given position for given swizzle order. Determines the rearrangement order for the inverse swizzle. Position to inverse swizzle. The inversed swizzled position. Swizzles the given position with the given swizzle order. Determines the rearrangement order for the swizzle. Position to swizzle. The swizzled position. Base class for authoring data on a grid with grid painting tools like paint, erase, pick, select and fill. Erases data on a grid within the given bounds. Grid used for layout. Target of the erase operation. By default the currently selected GameObject. The bounds to erase data from. Box fills tiles and GameObjects into given bounds within the selected layers. Grid used for layout. Target of box fill operation. By default the currently selected GameObject. The bounds to box fill data to. Changes the Z position of the GridBrushBase. Modify the Z position of GridBrushBase by this value. Erases data on a grid within the given bounds. Grid used for layout. Target of the erase operation. By default the currently selected GameObject. The coordinates of the cell to erase data from. Flips the grid brush in the given FlipAxis. Axis to flip by. CellLayout for flipping. Axis to flip tiles in the GridBrushBase by. Flip the brush in the X Axis. Flip the brush in the Y Axis. Flood fills data onto a grid given the starting coordinates of the cell. Grid used for layout. Targets of flood fill operation. By default the currently selected GameObject. Starting position of the flood fill. Move is called when user moves the area previously selected with the selection marquee. Grid used for layout. Target of the move operation. By default the currently selected GameObject. Source bounds of the move. Target bounds of the move. MoveEnd is called when user has ended the move of the area previously selected with the selection marquee. Layers affected by the move operation. Target of the move operation. By default the currently selected GameObject. Grid used for layout. MoveEnd is called when user starts moving the area previously selected with the selection marquee. Grid used for layout. Target of the move operation. By default the currently selected GameObject. Position where the move operation has started. Paints data into a grid within the given bounds. Grid used for layout. Target of the paint operation. By default the currently selected GameObject. The coordinates of the cell to paint data to. Picks data from a grid given the coordinates of the cells. Grid used for layout. Target of the paint operation. By default the currently selected GameObject. The coordinates of the cells to paint data from. Pivot of the picking brush. Resets Z position changes of the GridBrushBase. Rotates all tiles on the grid brush with the given RotationDirection. Direction to rotate by. CellLayout for rotating. Rotate tiles in the GridBrushBase in this direction. Rotates tiles clockwise. Rotates tiles counter-clockwise. Select an area of a grid. Grid used for layout. Targets of paint operation. By default the currently selected GameObject. Area to get selected. Tool mode for the GridBrushBase. Box Fill. Erase. Flood Fill. Move. Paint. Pick. Select. An abstract class that defines a grid layout. The size of the gap between each cell in the layout. The layout of the cells. The size of each cell in the layout. The cell swizzle for the layout. The layout of the GridLayout. Hexagonal layout for cells in the GridLayout. Isometric layout for cells in the GridLayout. Isometric layout for cells in the GridLayout where any Z cell value set will be added as a Y value. Rectangular layout for cells in the GridLayout. Swizzles cell positions to other positions. Keeps the cell positions at XYZ. Swizzles the cell positions from XYZ to XZY. Swizzles the cell positions from XYZ to YXZ. Swizzles the cell positions from XYZ to YZX. Swizzles the cell positions from XYZ to ZXY. Swizzles the cell positions from XYZ to ZYX. Converts a cell position to local position space. Cell position to convert. Local position of the cell position. Converts an interpolated cell position in floats to local position space. Interpolated cell position to convert. Local position of the cell position. Converts a cell position to world position space. Cell position to convert. World position of the cell position. Returns the local bounds for a cell at the location. Location of the cell. Local bounds of cell at the location. Returns the local bounds for the groups of cells at the location. Origin of the group of cells. Size of the group of cells. Local bounds of the group of cells at the location. Get the default center coordinate of a cell for the set layout of the Grid. Cell Center coordinate. Converts a local position to cell position. Local Position to convert. Cell position of the local position. Converts a local position to cell position. Local Position to convert. Interpolated cell position of the local position. Converts a local position to world position. Local Position to convert. World position of the local position. Converts a world position to cell position. World Position to convert. Cell position of the world position. Converts a world position to local position. World Position to convert. Local position of the world position. The GUI class is the interface for Unity's GUI with manual positioning. Global tinting color for all background elements rendered by the GUI. Returns true if any controls changed the value of the input data. Global tinting color for the GUI. Tinting color for all text rendered by the GUI. The sorting depth of the currently executing GUI behaviour. Is the GUI enabled? The GUI transform matrix. The global skin to use. The tooltip of the control the mouse is currently over, or which has keyboard focus. (Read Only). Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a group. Must be matched with a call to EndGroup. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Begin a scrolling view inside your GUI. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when viewRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when viewRect is taller than position. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin a scrolling view inside your GUI. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when viewRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when viewRect is taller than position. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin a scrolling view inside your GUI. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when viewRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when viewRect is taller than position. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin a scrolling view inside your GUI. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when viewRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when viewRect is taller than position. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Create a Box on the GUI Layer. Rectangle on the screen to use for the box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. Create a Box on the GUI Layer. Rectangle on the screen to use for the box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. Create a Box on the GUI Layer. Rectangle on the screen to use for the box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. Create a Box on the GUI Layer. Rectangle on the screen to use for the box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. Create a Box on the GUI Layer. Rectangle on the screen to use for the box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. Create a Box on the GUI Layer. Rectangle on the screen to use for the box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. Bring a specific window to back of the floating windows. The identifier used when you created the window in the Window call. Bring a specific window to front of the floating windows. The identifier used when you created the window in the Window call. Make a single press button. The user clicks them and something happens immediately. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. true when the users clicks the button. Make a single press button. The user clicks them and something happens immediately. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. true when the users clicks the button. Make a single press button. The user clicks them and something happens immediately. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. true when the users clicks the button. Make a single press button. The user clicks them and something happens immediately. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. true when the users clicks the button. Make a single press button. The user clicks them and something happens immediately. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. true when the users clicks the button. Make a single press button. The user clicks them and something happens immediately. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. true when the users clicks the button. Make a window draggable. The part of the window that can be dragged. This is clipped to the actual window. If you want to have the entire window background to act as a drag area, use the version of DragWindow that takes no parameters and put it at the end of the window function. Draw a texture within a rectangle. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to apply alpha blending when drawing the image (enabled by default). Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used. Pass in w/h for the desired aspect ratio. This allows the aspect ratio of the source image to be adjusted without changing the pixel width and height. Draw a texture within a rectangle. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to apply alpha blending when drawing the image (enabled by default). Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used. Pass in w/h for the desired aspect ratio. This allows the aspect ratio of the source image to be adjusted without changing the pixel width and height. Draw a texture within a rectangle. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to apply alpha blending when drawing the image (enabled by default). Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used. Pass in w/h for the desired aspect ratio. This allows the aspect ratio of the source image to be adjusted without changing the pixel width and height. Draw a texture within a rectangle. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to apply alpha blending when drawing the image (enabled by default). Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used. Pass in w/h for the desired aspect ratio. This allows the aspect ratio of the source image to be adjusted without changing the pixel width and height. Draws a border with rounded corners within a rectangle. The texture is used to pattern the border. Note that this method only works on shader model 2.5 and above. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to apply alpha blending when drawing the image (enabled by default). Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used. Pass in w/h for the desired aspect ratio. This allows the aspect ratio of the source image to be adjusted without changing the pixel width and height. A tint color to apply on the texture. The width of the border. If 0, the full texture is drawn. The width of the borders (left, top, right and bottom). If Vector4.zero, the full texture is drawn. The radius for rounded corners. If 0, corners will not be rounded. The radiuses for rounded corners (top-left, top-right, bottom-right and bottom-left). If Vector4.zero, corners will not be rounded. Draws a border with rounded corners within a rectangle. The texture is used to pattern the border. Note that this method only works on shader model 2.5 and above. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to apply alpha blending when drawing the image (enabled by default). Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used. Pass in w/h for the desired aspect ratio. This allows the aspect ratio of the source image to be adjusted without changing the pixel width and height. A tint color to apply on the texture. The width of the border. If 0, the full texture is drawn. The width of the borders (left, top, right and bottom). If Vector4.zero, the full texture is drawn. The radius for rounded corners. If 0, corners will not be rounded. The radiuses for rounded corners (top-left, top-right, bottom-right and bottom-left). If Vector4.zero, corners will not be rounded. Draw a texture within a rectangle with the given texture coordinates. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to alpha blend the image on to the display (the default). If false, the picture is drawn on to the display. Draw a texture within a rectangle with the given texture coordinates. Rectangle on the screen to draw the texture within. Texture to display. How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within. Whether to alpha blend the image on to the display (the default). If false, the picture is drawn on to the display. End a group. Ends a scrollview started with a call to BeginScrollView. Ends a scrollview started with a call to BeginScrollView. Move keyboard focus to a named control. Name set using SetNextControlName. Make a window become the active window. The identifier used when you created the window in the Window call. Get the name of named control that has focus. Disposable helper class for managing BeginGroup / EndGroup. Create a new GroupScope and begin the corresponding group. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Create a new GroupScope and begin the corresponding group. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Create a new GroupScope and begin the corresponding group. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Create a new GroupScope and begin the corresponding group. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Create a new GroupScope and begin the corresponding group. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Create a new GroupScope and begin the corresponding group. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Create a new GroupScope and begin the corresponding group. Rectangle on the screen to use for the group. Text to display on the group. Texture to display on the group. Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed. The style to use for the background. Make a horizontal scrollbar. Scrollbars are what you use to scroll through a document. Most likely, you want to use scrollViews instead. Rectangle on the screen to use for the scrollbar. The position between min and max. How much can we see? The value at the left end of the scrollbar. The value at the right end of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. Make a horizontal scrollbar. Scrollbars are what you use to scroll through a document. Most likely, you want to use scrollViews instead. Rectangle on the screen to use for the scrollbar. The position between min and max. How much can we see? The value at the left end of the scrollbar. The value at the right end of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. A horizontal slider the user can drag to change a value between a min and a max. Rectangle on the screen to use for the slider. The value the slider shows. This determines the position of the draggable thumb. The value at the left end of the slider. The value at the right end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. The value that has been set by the user. A horizontal slider the user can drag to change a value between a min and a max. Rectangle on the screen to use for the slider. The value the slider shows. This determines the position of the draggable thumb. The value at the left end of the slider. The value at the right end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. The value that has been set by the user. Make a text or texture label on screen. Rectangle on the screen to use for the label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. Make a text or texture label on screen. Rectangle on the screen to use for the label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. Make a text or texture label on screen. Rectangle on the screen to use for the label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. Make a text or texture label on screen. Rectangle on the screen to use for the label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. Make a text or texture label on screen. Rectangle on the screen to use for the label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. Make a text or texture label on screen. Rectangle on the screen to use for the label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Show a Modal Window. A unique id number. Position and size of the window. A function which contains the immediate mode GUI code to draw the contents of your window. Text to appear in the title-bar area of the window, if any. An image to appear in the title bar of the window, if any. GUIContent to appear in the title bar of the window, if any. Style to apply to the window. Make a text field where the user can enter a password. Rectangle on the screen to use for the text field. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a text field where the user can enter a password. Rectangle on the screen to use for the text field. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a text field where the user can enter a password. Rectangle on the screen to use for the text field. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a text field where the user can enter a password. Rectangle on the screen to use for the text field. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a button that is active as long as the user holds it down. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. True when the users clicks the button. Make a button that is active as long as the user holds it down. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. True when the users clicks the button. Make a button that is active as long as the user holds it down. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. True when the users clicks the button. Make a button that is active as long as the user holds it down. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. True when the users clicks the button. Make a button that is active as long as the user holds it down. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. True when the users clicks the button. Make a button that is active as long as the user holds it down. Rectangle on the screen to use for the button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. True when the users clicks the button. Scrolls all enclosing scrollviews so they try to make position visible. Disposable helper class for managing BeginScrollView / EndScrollView. Whether this ScrollView should handle scroll wheel events. (default: true). The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Create a new ScrollViewScope and begin the corresponding ScrollView. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when clientRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when clientRect is taller than position. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when clientRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when clientRect is taller than position. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when clientRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when clientRect is taller than position. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. Rectangle on the screen to use for the ScrollView. The pixel distance that the view is scrolled in the X and Y directions. The rectangle used inside the scrollview. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when clientRect is wider than position. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when clientRect is taller than position. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Make a grid of buttons. Rectangle on the screen to use for the grid. The index of the selected grid button. An array of strings to show on the grid buttons. An array of textures on the grid buttons. An array of text, image and tooltips for the grid button. How many elements to fit in the horizontal direction. The controls will be scaled to fit unless the style defines a fixedWidth to use. The style to use. If left out, the button style from the current GUISkin is used. The index of the selected button. Make a grid of buttons. Rectangle on the screen to use for the grid. The index of the selected grid button. An array of strings to show on the grid buttons. An array of textures on the grid buttons. An array of text, image and tooltips for the grid button. How many elements to fit in the horizontal direction. The controls will be scaled to fit unless the style defines a fixedWidth to use. The style to use. If left out, the button style from the current GUISkin is used. The index of the selected button. Make a grid of buttons. Rectangle on the screen to use for the grid. The index of the selected grid button. An array of strings to show on the grid buttons. An array of textures on the grid buttons. An array of text, image and tooltips for the grid button. How many elements to fit in the horizontal direction. The controls will be scaled to fit unless the style defines a fixedWidth to use. The style to use. If left out, the button style from the current GUISkin is used. The index of the selected button. Make a grid of buttons. Rectangle on the screen to use for the grid. The index of the selected grid button. An array of strings to show on the grid buttons. An array of textures on the grid buttons. An array of text, image and tooltips for the grid button. How many elements to fit in the horizontal direction. The controls will be scaled to fit unless the style defines a fixedWidth to use. The style to use. If left out, the button style from the current GUISkin is used. The index of the selected button. Make a grid of buttons. Rectangle on the screen to use for the grid. The index of the selected grid button. An array of strings to show on the grid buttons. An array of textures on the grid buttons. An array of text, image and tooltips for the grid button. How many elements to fit in the horizontal direction. The controls will be scaled to fit unless the style defines a fixedWidth to use. The style to use. If left out, the button style from the current GUISkin is used. The index of the selected button. Make a grid of buttons. Rectangle on the screen to use for the grid. The index of the selected grid button. An array of strings to show on the grid buttons. An array of textures on the grid buttons. An array of text, image and tooltips for the grid button. How many elements to fit in the horizontal direction. The controls will be scaled to fit unless the style defines a fixedWidth to use. The style to use. If left out, the button style from the current GUISkin is used. The index of the selected button. Set the name of the next control. Make a Multi-line text area where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. The edited string. Make a Multi-line text area where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. The edited string. Make a Multi-line text area where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. The edited string. Make a Multi-line text area where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. The edited string. Make a single-line text field where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited string. Make a single-line text field where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited string. Make a single-line text field where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited string. Make a single-line text field where the user can edit a string. Rectangle on the screen to use for the text field. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited string. Make an on/off toggle button. Rectangle on the screen to use for the button. Is this button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the toggle style from the current GUISkin is used. The new value of the button. Make an on/off toggle button. Rectangle on the screen to use for the button. Is this button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the toggle style from the current GUISkin is used. The new value of the button. Make an on/off toggle button. Rectangle on the screen to use for the button. Is this button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the toggle style from the current GUISkin is used. The new value of the button. Make an on/off toggle button. Rectangle on the screen to use for the button. Is this button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the toggle style from the current GUISkin is used. The new value of the button. Make an on/off toggle button. Rectangle on the screen to use for the button. Is this button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the toggle style from the current GUISkin is used. The new value of the button. Make an on/off toggle button. Rectangle on the screen to use for the button. Is this button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the toggle style from the current GUISkin is used. The new value of the button. Make a toolbar. Rectangle on the screen to use for the toolbar. The index of the selected button. An array of strings to show on the toolbar buttons. An array of textures on the toolbar buttons. An array of text, image and tooltips for the toolbar buttons. The style to use. If left out, the button style from the current GUISkin is used. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. Rectangle on the screen to use for the toolbar. The index of the selected button. An array of strings to show on the toolbar buttons. An array of textures on the toolbar buttons. An array of text, image and tooltips for the toolbar buttons. The style to use. If left out, the button style from the current GUISkin is used. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. Rectangle on the screen to use for the toolbar. The index of the selected button. An array of strings to show on the toolbar buttons. An array of textures on the toolbar buttons. An array of text, image and tooltips for the toolbar buttons. The style to use. If left out, the button style from the current GUISkin is used. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. Rectangle on the screen to use for the toolbar. The index of the selected button. An array of strings to show on the toolbar buttons. An array of textures on the toolbar buttons. An array of text, image and tooltips for the toolbar buttons. The style to use. If left out, the button style from the current GUISkin is used. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. Rectangle on the screen to use for the toolbar. The index of the selected button. An array of strings to show on the toolbar buttons. An array of textures on the toolbar buttons. An array of text, image and tooltips for the toolbar buttons. The style to use. If left out, the button style from the current GUISkin is used. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. Rectangle on the screen to use for the toolbar. The index of the selected button. An array of strings to show on the toolbar buttons. An array of textures on the toolbar buttons. An array of text, image and tooltips for the toolbar buttons. The style to use. If left out, the button style from the current GUISkin is used. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. Rectangle on the screen to use for the toolbar. The index of the selected button. An array of strings to show on the toolbar buttons. An array of textures on the toolbar buttons. An array of text, image and tooltips for the toolbar buttons. The style to use. If left out, the button style from the current GUISkin is used. Determines how toolbar button size is calculated. The index of the selected button. Determines how toolbar button size is calculated. The width of each toolbar button is calculated based on the width of its content. Calculates the button size by dividing the available width by the number of buttons. The minimum size is the maximum content width. Remove focus from all windows. Make a vertical scrollbar. Scrollbars are what you use to scroll through a document. Most likely, you want to use scrollViews instead. Rectangle on the screen to use for the scrollbar. The position between min and max. How much can we see? The value at the top of the scrollbar. The value at the bottom of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. Make a vertical scrollbar. Scrollbars are what you use to scroll through a document. Most likely, you want to use scrollViews instead. Rectangle on the screen to use for the scrollbar. The position between min and max. How much can we see? The value at the top of the scrollbar. The value at the bottom of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. A vertical slider the user can drag to change a value between a min and a max. Rectangle on the screen to use for the slider. The value the slider shows. This determines the position of the draggable thumb. The value at the top end of the slider. The value at the bottom end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. The value that has been set by the user. A vertical slider the user can drag to change a value between a min and a max. Rectangle on the screen to use for the slider. The value the slider shows. This determines the position of the draggable thumb. The value at the top end of the slider. The value at the bottom end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. The value that has been set by the user. Make a popup window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. ID number for the window (can be any value as long as it is unique). Onscreen rectangle denoting the window's position and size. Script function to display the window's contents. Text to render inside the window. Image to render inside the window. GUIContent to render inside the window. Style information for the window. Text displayed in the window's title bar. Onscreen rectangle denoting the window's position and size. Make a popup window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. ID number for the window (can be any value as long as it is unique). Onscreen rectangle denoting the window's position and size. Script function to display the window's contents. Text to render inside the window. Image to render inside the window. GUIContent to render inside the window. Style information for the window. Text displayed in the window's title bar. Onscreen rectangle denoting the window's position and size. Make a popup window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. ID number for the window (can be any value as long as it is unique). Onscreen rectangle denoting the window's position and size. Script function to display the window's contents. Text to render inside the window. Image to render inside the window. GUIContent to render inside the window. Style information for the window. Text displayed in the window's title bar. Onscreen rectangle denoting the window's position and size. Make a popup window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. ID number for the window (can be any value as long as it is unique). Onscreen rectangle denoting the window's position and size. Script function to display the window's contents. Text to render inside the window. Image to render inside the window. GUIContent to render inside the window. Style information for the window. Text displayed in the window's title bar. Onscreen rectangle denoting the window's position and size. Make a popup window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. ID number for the window (can be any value as long as it is unique). Onscreen rectangle denoting the window's position and size. Script function to display the window's contents. Text to render inside the window. Image to render inside the window. GUIContent to render inside the window. Style information for the window. Text displayed in the window's title bar. Onscreen rectangle denoting the window's position and size. Make a popup window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. ID number for the window (can be any value as long as it is unique). Onscreen rectangle denoting the window's position and size. Script function to display the window's contents. Text to render inside the window. Image to render inside the window. GUIContent to render inside the window. Style information for the window. Text displayed in the window's title bar. Onscreen rectangle denoting the window's position and size. Callback to draw GUI within a window (used with GUI.Window). The contents of a GUI element. The icon image contained. Shorthand for empty content. The text contained. The tooltip of this element. Constructor for GUIContent in all shapes and sizes. Build a GUIContent object containing only text. Build a GUIContent object containing only an image. Build a GUIContent object containing both text and an image. Build a GUIContent containing some text. When the user hovers the mouse over it, the global GUI.tooltip is set to the tooltip. Build a GUIContent containing an image. When the user hovers the mouse over it, the global GUI.tooltip is set to the tooltip. Build a GUIContent that contains both text, an image and has a tooltip defined. When the user hovers the mouse over it, the global GUI.tooltip is set to the tooltip. Build a GUIContent as a copy of another GUIContent. Base class for images & text strings displayed in a GUI. Returns bounding rectangle of GUIElement in screen coordinates. Returns bounding rectangle of GUIElement in screen coordinates. Is a point on screen inside the element? Is a point on screen inside the element? Component added to a camera to make it render 2D GUI elements. Get the GUI element at a specific screen position. The GUILayout class is the interface for Unity gui with automatic layout. Disposable helper class for managing BeginArea / EndArea. Create a new AreaScope and begin the corresponding Area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Create a new AreaScope and begin the corresponding Area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Create a new AreaScope and begin the corresponding Area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Create a new AreaScope and begin the corresponding Area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Create a new AreaScope and begin the corresponding Area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Create a new AreaScope and begin the corresponding Area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Create a new AreaScope and begin the corresponding Area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a GUILayout block of GUI controls in a fixed screen area. Optional text to display in the area. Optional texture to display in the area. Optional text, image and tooltip top display for this area. The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. Begin a Horizontal control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a Horizontal control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a Horizontal control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a Horizontal control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a Horizontal control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin an automatically laid out scrollview. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin an automatically laid out scrollview. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin an automatically laid out scrollview. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin an automatically laid out scrollview. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin an automatically laid out scrollview. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin an automatically laid out scrollview. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin an automatically laid out scrollview. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Begin a vertical control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a vertical control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a vertical control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a vertical control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Begin a vertical control group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout box. Text to display on the box. Texture to display on the box. Text, image and tooltip for this box. The style to use. If left out, the box style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make a single press button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the users clicks the button. Make a single press button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the users clicks the button. Make a single press button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the users clicks the button. Make a single press button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the users clicks the button. Make a single press button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the users clicks the button. Make a single press button. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the users clicks the button. Close a GUILayout block started with BeginArea. Close a group started with BeginHorizontal. End a scroll view begun with a call to BeginScrollView. Close a group started with BeginVertical. Option passed to a control to allow or disallow vertical expansion. Option passed to a control to allow or disallow horizontal expansion. Insert a flexible space element. Option passed to a control to give it an absolute height. Disposable helper class for managing BeginHorizontal / EndHorizontal. Create a new HorizontalScope and begin the corresponding horizontal group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new HorizontalScope and begin the corresponding horizontal group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new HorizontalScope and begin the corresponding horizontal group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new HorizontalScope and begin the corresponding horizontal group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new HorizontalScope and begin the corresponding horizontal group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make a horizontal scrollbar. The position between min and max. How much can we see? The value at the left end of the scrollbar. The value at the right end of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. Make a horizontal scrollbar. The position between min and max. How much can we see? The value at the left end of the scrollbar. The value at the right end of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. A horizontal slider the user can drag to change a value between a min and a max. The value the slider shows. This determines the position of the draggable thumb. The value at the left end of the slider. The value at the right end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The value that has been set by the user. A horizontal slider the user can drag to change a value between a min and a max. The value the slider shows. This determines the position of the draggable thumb. The value at the left end of the slider. The value at the right end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The value that has been set by the user. Make an auto-layout label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make an auto-layout label. Text to display on the label. Texture to display on the label. Text, image and tooltip for this label. The style to use. If left out, the label style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Option passed to a control to specify a maximum height. Option passed to a control to specify a maximum width. Option passed to a control to specify a minimum height. Option passed to a control to specify a minimum width. Make a text field where the user can enter a password. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a text field where the user can enter a password. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a text field where the user can enter a password. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a text field where the user can enter a password. Password to edit. The return value of this function should be assigned back to the string as shown in the example. Character to mask the password with. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. The edited password. Make a repeating button. The button returns true as long as the user holds down the mouse. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the holds down the mouse. Make a repeating button. The button returns true as long as the user holds down the mouse. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the holds down the mouse. Make a repeating button. The button returns true as long as the user holds down the mouse. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the holds down the mouse. Make a repeating button. The button returns true as long as the user holds down the mouse. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the holds down the mouse. Make a repeating button. The button returns true as long as the user holds down the mouse. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the holds down the mouse. Make a repeating button. The button returns true as long as the user holds down the mouse. Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. true when the holds down the mouse. Disposable helper class for managing BeginScrollView / EndScrollView. Whether this ScrollView should handle scroll wheel events. (default: true). The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. Create a new ScrollViewScope and begin the corresponding ScrollView. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Create a new ScrollViewScope and begin the corresponding ScrollView. The position to use display. Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself. Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself. Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used. Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used. Make a Selection Grid. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. How many elements to fit in the horizontal direction. The elements will be scaled to fit unless the style defines a fixedWidth to use. The height of the control will be determined from the number of elements. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The index of the selected button. Make a Selection Grid. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. How many elements to fit in the horizontal direction. The elements will be scaled to fit unless the style defines a fixedWidth to use. The height of the control will be determined from the number of elements. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The index of the selected button. Make a Selection Grid. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. How many elements to fit in the horizontal direction. The elements will be scaled to fit unless the style defines a fixedWidth to use. The height of the control will be determined from the number of elements. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The index of the selected button. Make a Selection Grid. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. How many elements to fit in the horizontal direction. The elements will be scaled to fit unless the style defines a fixedWidth to use. The height of the control will be determined from the number of elements. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The index of the selected button. Make a Selection Grid. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. How many elements to fit in the horizontal direction. The elements will be scaled to fit unless the style defines a fixedWidth to use. The height of the control will be determined from the number of elements. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The index of the selected button. Make a Selection Grid. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. How many elements to fit in the horizontal direction. The elements will be scaled to fit unless the style defines a fixedWidth to use. The height of the control will be determined from the number of elements. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The index of the selected button. Insert a space in the current layout group. Make a multi-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&amp;lt;br&amp;gt; See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make a multi-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&amp;lt;br&amp;gt; See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make a multi-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&amp;lt;br&amp;gt; See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make a multi-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textField style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&amp;lt;br&amp;gt; See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make a single-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make a single-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make a single-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make a single-line text field where the user can edit a string. Text to edit. The return value of this function should be assigned back to the string as shown in the example. The maximum length of the string. If left out, the user can type for ever and ever. The style to use. If left out, the textArea style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The edited string. Make an on/off toggle button. Is the button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The new value of the button. Make an on/off toggle button. Is the button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The new value of the button. Make an on/off toggle button. Is the button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The new value of the button. Make an on/off toggle button. Is the button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The new value of the button. Make an on/off toggle button. Is the button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The new value of the button. Make an on/off toggle button. Is the button on or off? Text to display on the button. Texture to display on the button. Text, image and tooltip for this button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The new value of the button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Make a toolbar. The index of the selected button. An array of strings to show on the buttons. An array of textures on the buttons. An array of text, image and tooltips for the button. The style to use. If left out, the button style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Determines how toolbar button size is calculated. The index of the selected button. Disposable helper class for managing BeginVertical / EndVertical. Create a new VerticalScope and begin the corresponding vertical group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new VerticalScope and begin the corresponding vertical group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new VerticalScope and begin the corresponding vertical group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new VerticalScope and begin the corresponding vertical group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Create a new VerticalScope and begin the corresponding vertical group. Text to display on group. Texture to display on group. Text, image, and tooltip for this group. The style to use for background image and padding values. If left out, the background is transparent. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. Make a vertical scrollbar. The position between min and max. How much can we see? The value at the top end of the scrollbar. The value at the bottom end of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. Make a vertical scrollbar. The position between min and max. How much can we see? The value at the top end of the scrollbar. The value at the bottom end of the scrollbar. The style to use for the scrollbar background. If left out, the horizontalScrollbar style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. A vertical slider the user can drag to change a value between a min and a max. The value the slider shows. This determines the position of the draggable thumb. The value at the top end of the slider. The value at the bottom end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The value that has been set by the user. A vertical slider the user can drag to change a value between a min and a max. The value the slider shows. This determines the position of the draggable thumb. The value at the top end of the slider. The value at the bottom end of the slider. The GUIStyle to use for displaying the dragging area. If left out, the horizontalSlider style from the current GUISkin is used. The GUIStyle to use for displaying draggable thumb. If left out, the horizontalSliderThumb style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style. The value that has been set by the user. Option passed to a control to give it an absolute width. Make a popup window that layouts its contents automatically. A unique ID to use for each window. This is the ID you'll use to interface to it. Rectangle on the screen to use for the window. The layouting system will attempt to fit the window inside it - if that cannot be done, it will adjust the rectangle to fit. The function that creates the GUI inside the window. This function must take one parameter - the id of the window it's currently making GUI for. Text to display as a title for the window. Texture to display an image in the titlebar. Text, image and tooltip for this window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style or the screenRect you pass in.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectangle the window is at. This can be in a different position and have a different size than the one you passed in. Make a popup window that layouts its contents automatically. A unique ID to use for each window. This is the ID you'll use to interface to it. Rectangle on the screen to use for the window. The layouting system will attempt to fit the window inside it - if that cannot be done, it will adjust the rectangle to fit. The function that creates the GUI inside the window. This function must take one parameter - the id of the window it's currently making GUI for. Text to display as a title for the window. Texture to display an image in the titlebar. Text, image and tooltip for this window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style or the screenRect you pass in.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectangle the window is at. This can be in a different position and have a different size than the one you passed in. Make a popup window that layouts its contents automatically. A unique ID to use for each window. This is the ID you'll use to interface to it. Rectangle on the screen to use for the window. The layouting system will attempt to fit the window inside it - if that cannot be done, it will adjust the rectangle to fit. The function that creates the GUI inside the window. This function must take one parameter - the id of the window it's currently making GUI for. Text to display as a title for the window. Texture to display an image in the titlebar. Text, image and tooltip for this window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style or the screenRect you pass in.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectangle the window is at. This can be in a different position and have a different size than the one you passed in. Make a popup window that layouts its contents automatically. A unique ID to use for each window. This is the ID you'll use to interface to it. Rectangle on the screen to use for the window. The layouting system will attempt to fit the window inside it - if that cannot be done, it will adjust the rectangle to fit. The function that creates the GUI inside the window. This function must take one parameter - the id of the window it's currently making GUI for. Text to display as a title for the window. Texture to display an image in the titlebar. Text, image and tooltip for this window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style or the screenRect you pass in.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectangle the window is at. This can be in a different position and have a different size than the one you passed in. Make a popup window that layouts its contents automatically. A unique ID to use for each window. This is the ID you'll use to interface to it. Rectangle on the screen to use for the window. The layouting system will attempt to fit the window inside it - if that cannot be done, it will adjust the rectangle to fit. The function that creates the GUI inside the window. This function must take one parameter - the id of the window it's currently making GUI for. Text to display as a title for the window. Texture to display an image in the titlebar. Text, image and tooltip for this window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style or the screenRect you pass in.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectangle the window is at. This can be in a different position and have a different size than the one you passed in. Make a popup window that layouts its contents automatically. A unique ID to use for each window. This is the ID you'll use to interface to it. Rectangle on the screen to use for the window. The layouting system will attempt to fit the window inside it - if that cannot be done, it will adjust the rectangle to fit. The function that creates the GUI inside the window. This function must take one parameter - the id of the window it's currently making GUI for. Text to display as a title for the window. Texture to display an image in the titlebar. Text, image and tooltip for this window. An optional style to use for the window. If left out, the window style from the current GUISkin is used. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style or the screenRect you pass in.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectangle the window is at. This can be in a different position and have a different size than the one you passed in. Class internally used to pass layout options into GUILayout functions. You don't use these directly, but construct them with the layouting functions in the GUILayout class. Utility functions for implementing and extending the GUILayout class. Reserve layout space for a rectangle with a specific aspect ratio. The aspect ratio of the element (width / height). An optional style. If specified, the style's padding value will be added to the sizes of the returned rectangle & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rect for the control. Reserve layout space for a rectangle with a specific aspect ratio. The aspect ratio of the element (width / height). An optional style. If specified, the style's padding value will be added to the sizes of the returned rectangle & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rect for the control. Reserve layout space for a rectangle with a specific aspect ratio. The aspect ratio of the element (width / height). An optional style. If specified, the style's padding value will be added to the sizes of the returned rectangle & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rect for the control. Reserve layout space for a rectangle with a specific aspect ratio. The aspect ratio of the element (width / height). An optional style. If specified, the style's padding value will be added to the sizes of the returned rectangle & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rect for the control. Get the rectangle last used by GUILayout for a control. The last used rectangle. Reserve layout space for a rectangle for displaying some contents with a specific style. The content to make room for displaying. The GUIStyle to layout for. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. A rectangle that is large enough to contain content when rendered in style. Reserve layout space for a rectangle for displaying some contents with a specific style. The content to make room for displaying. The GUIStyle to layout for. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. A rectangle that is large enough to contain content when rendered in style. Reserve layout space for a rectangle with a fixed content area. The width of the area you want. The height of the area you want. An optional GUIStyle to layout for. If specified, the style's padding value will be added to your sizes & its margin value will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectanlge to put your control in. Reserve layout space for a rectangle with a fixed content area. The width of the area you want. The height of the area you want. An optional GUIStyle to layout for. If specified, the style's padding value will be added to your sizes & its margin value will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectanlge to put your control in. Reserve layout space for a rectangle with a fixed content area. The width of the area you want. The height of the area you want. An optional GUIStyle to layout for. If specified, the style's padding value will be added to your sizes & its margin value will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectanlge to put your control in. Reserve layout space for a rectangle with a fixed content area. The width of the area you want. The height of the area you want. An optional GUIStyle to layout for. If specified, the style's padding value will be added to your sizes & its margin value will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. The rectanlge to put your control in. Reserve layout space for a flexible rect. The minimum width of the area passed back. The maximum width of the area passed back. The minimum width of the area passed back. The maximum width of the area passed back. An optional style. If specified, the style's padding value will be added to the sizes requested & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. A rectangle with size between minWidth & maxWidth on both axes. Reserve layout space for a flexible rect. The minimum width of the area passed back. The maximum width of the area passed back. The minimum width of the area passed back. The maximum width of the area passed back. An optional style. If specified, the style's padding value will be added to the sizes requested & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. A rectangle with size between minWidth & maxWidth on both axes. Reserve layout space for a flexible rect. The minimum width of the area passed back. The maximum width of the area passed back. The minimum width of the area passed back. The maximum width of the area passed back. An optional style. If specified, the style's padding value will be added to the sizes requested & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. A rectangle with size between minWidth & maxWidth on both axes. Reserve layout space for a flexible rect. The minimum width of the area passed back. The maximum width of the area passed back. The minimum width of the area passed back. The maximum width of the area passed back. An optional style. If specified, the style's padding value will be added to the sizes requested & the style's margin values will be used for spacing. An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.<br> See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. A rectangle with size between minWidth & maxWidth on both axes. General settings for how the GUI behaves. The color of the cursor in text fields. The speed of text field cursor flashes. Should double-clicking select words in text fields. The color of the selection rect in text fields. Should triple-clicking select whole text in text fields. Defines how GUI looks and behaves. Style used by default for GUI.Box controls. Style used by default for GUI.Button controls. Array of GUI styles for specific needs. The default font to use for all styles. Style used by default for the background part of GUI.HorizontalScrollbar controls. Style used by default for the left button on GUI.HorizontalScrollbar controls. Style used by default for the right button on GUI.HorizontalScrollbar controls. Style used by default for the thumb that is dragged in GUI.HorizontalScrollbar controls. Style used by default for the background part of GUI.HorizontalSlider controls. Style used by default for the thumb that is dragged in GUI.HorizontalSlider controls. Style used by default for GUI.Label controls. Style used by default for the background of ScrollView controls (see GUI.BeginScrollView). Generic settings for how controls should behave with this skin. Style used by default for GUI.TextArea controls. Style used by default for GUI.TextField controls. Style used by default for GUI.Toggle controls. Style used by default for the background part of GUI.VerticalScrollbar controls. Style used by default for the down button on GUI.VerticalScrollbar controls. Style used by default for the thumb that is dragged in GUI.VerticalScrollbar controls. Style used by default for the up button on GUI.VerticalScrollbar controls. Style used by default for the background part of GUI.VerticalSlider controls. Style used by default for the thumb that is dragged in GUI.VerticalSlider controls. Style used by default for Window controls (SA GUI.Window). Try to search for a GUIStyle. This functions returns NULL and does not give an error. Get a named GUIStyle. Styling information for GUI elements. Rendering settings for when the control is pressed down. Text alignment. The borders of all background images. What to do when the contents to be rendered is too large to fit within the area given. Pixel offset to apply to the content of this GUIstyle. If non-0, any GUI elements rendered with this style will have the height specified here. If non-0, any GUI elements rendered with this style will have the width specified here. Rendering settings for when the element has keyboard focus. The font to use for rendering. If null, the default font for the current GUISkin is used instead. The font size to use (for dynamic fonts). The font style to use (for dynamic fonts). Rendering settings for when the mouse is hovering over the control. How image and text of the GUIContent is combined. The height of one line of text with this style, measured in pixels. (Read Only) The margins between elements rendered in this style and any other GUI elements. The name of this GUIStyle. Used for getting them based on name. Shortcut for an empty GUIStyle. Rendering settings for when the component is displayed normally. Rendering settings for when the element is turned on and pressed down. Rendering settings for when the element has keyboard and is turned on. Rendering settings for when the control is turned on and the mouse is hovering it. Rendering settings for when the control is turned on. Extra space to be added to the background image. Space from the edge of GUIStyle to the start of the contents. Enable HTML-style tags for Text Formatting Markup. Can GUI elements of this style be stretched vertically for better layout? Can GUI elements of this style be stretched horizontally for better layouting? Should the text be wordwrapped? How tall this element will be when rendered with content and a specific width. Calculate the minimum and maximum widths for this style rendered with content. Calculate the size of an element formatted with this style, and a given space to content. Calculate the size of some content if it is rendered with this style. Constructor for empty GUIStyle. Constructs GUIStyle identical to given other GUIStyle. Draw this GUIStyle on to the screen, internal version. Draw the GUIStyle with a text string inside. Draw the GUIStyle with an image inside. If the image is too large to fit within the content area of the style it is scaled down. Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down. Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down. Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down. Draw this GUIStyle with selected content. Draw this GUIStyle with selected content. Get the pixel position of a given string index. Get the cursor position (indexing into contents.text) when the user clicked at cursorPixelPosition. Get a named GUI style from the current skin. Specialized values for the given states used by GUIStyle objects. The background image used by GUI elements in this given state. Background images used by this state when on a high-resolution screen. It should either be left empty, or contain a single image that is exactly twice the resolution of background. This is only used by the editor. The field is not copied to player data, and is not accessible from player code. The text color used by GUI elements in this state. Allows to control for which display the OnGUI is called. Default constructor initializes the attribute for OnGUI to be called for all available displays. Display index. Display index. Display index list. Default constructor initializes the attribute for OnGUI to be called for all available displays. Display index. Display index. Display index list. Default constructor initializes the attribute for OnGUI to be called for all available displays. Display index. Display index. Display index list. Default constructor initializes the attribute for OnGUI to be called for all available displays. Display index. Display index. Display index list. A text string displayed in a GUI. The alignment of the text. The anchor of the text. The color used to render the text. The font used for the text. The font size to use (for dynamic fonts). The font style to use (for dynamic fonts). The line spacing multiplier. The Material to use for rendering. The pixel offset of the text. Enable HTML-style tags for Text Formatting Markup. The tab width multiplier. The text to display. A texture image used in a 2D GUI. The border defines the number of pixels from the edge that are not affected by scale. The color of the GUI texture. Pixel inset used for pixel adjustments for size and position. The texture used for drawing. Utility class for making new GUI controls. A global property, which is true if a ModalWindow is being displayed, false otherwise. The controlID of the current hot control. The controlID of the control that has keyboard focus. Get access to the system-wide clipboard. Align a local space rectangle to the pixel grid. The local space rectangle that needs to be processed. Width, in pixel units, of the axis-aligned bounding box that encompasses the aligned points. Height, in pixel units, of the axis-aligned bounding box that encompasses the aligned points. The aligned rectangle in local space. Align a local space rectangle to the pixel grid. The local space rectangle that needs to be processed. Width, in pixel units, of the axis-aligned bounding box that encompasses the aligned points. Height, in pixel units, of the axis-aligned bounding box that encompasses the aligned points. The aligned rectangle in local space. Puts the GUI in a state that will prevent all subsequent immediate mode GUI functions from evaluating for the remainder of the GUI loop by throwing an ExitGUIException. Get a unique ID for a control. Get a unique ID for a control. Get a unique ID for a control, using an integer as a hint to help ensure correct matching of IDs to controls. Get a unique ID for a control, using an integer as a hint to help ensure correct matching of IDs to controls. Get a unique ID for a control, using a the label content as a hint to help ensure correct matching of IDs to controls. Get a unique ID for a control, using a the label content as a hint to help ensure correct matching of IDs to controls. Get a state object from a controlID. Convert a point from GUI position to screen space. Get an existing state object from a controlID. Helper function to rotate the GUI around a point. Helper function to scale the GUI around a point. Convert a point from screen space to GUI position. Interface into the Gyroscope. Returns the attitude (ie, orientation in space) of the device. Sets or retrieves the enabled status of this gyroscope. Returns the gravity acceleration vector expressed in the device's reference frame. Returns rotation rate as measured by the device's gyroscope. Returns unbiased rotation rate as measured by the device's gyroscope. Sets or retrieves gyroscope interval in seconds. Returns the acceleration that the user is giving to the device. Interface into functionality unique to handheld devices. Determines whether or not a 32-bit display buffer will be used. Gets the current activity indicator style. Plays a full-screen movie. Filesystem path to the movie file. Background color. How the playback controls are to be displayed. How the movie is to be scaled to fit the screen. Plays a full-screen movie. Filesystem path to the movie file. Background color. How the playback controls are to be displayed. How the movie is to be scaled to fit the screen. Plays a full-screen movie. Filesystem path to the movie file. Background color. How the playback controls are to be displayed. How the movie is to be scaled to fit the screen. Plays a full-screen movie. Filesystem path to the movie file. Background color. How the playback controls are to be displayed. How the movie is to be scaled to fit the screen. Sets the desired activity indicator style. Sets the desired activity indicator style. Starts os activity indicator. Stops os activity indicator. Triggers device vibration. Represent the hash value. Get if the hash value is valid or not. (Read Only) Compute a hash of the input string. Construct the Hash128. Convert the input string to Hash128. Convert Hash128 to string. Utilities to compute hashes with unsafe code. Compute a 128 bit hash based on a data. Pointer to the data to hash. The number of bytes to hash. A pointer to store the low 64 bits of the computed hash. A pointer to store the high 64 bits of the computed hash. A pointer to the Hash128 to updated with the computed hash. Compute a 128 bit hash based on a data. Pointer to the data to hash. The number of bytes to hash. A pointer to store the low 64 bits of the computed hash. A pointer to store the high 64 bits of the computed hash. A pointer to the Hash128 to updated with the computed hash. Utilities to compute hashes. Append inHash in outHash. Hash to append. Hash that will be updated. Compute a 128 bit hash based on a value. the type of the value must be a value type. A reference to the value to hash. A reference to the Hash128 to updated with the computed hash. Compute a Hash128 of a Matrix4x4. The Matrix4x4 to hash. The computed hash. Compute a Hash128 of a Vector3. The Vector3 to hash. The computed hash. Enumeration of all the muscles in the head. The head front-back muscle. The head left-right muscle. The head roll left-right muscle. The jaw down-up muscle. The jaw left-right muscle. The last value of the HeadDof enum. The left eye down-up muscle. The left eye in-out muscle. The neck front-back muscle. The neck left-right muscle. The neck roll left-right muscle. The right eye down-up muscle. The right eye in-out muscle. Use this PropertyAttribute to add a header above some fields in the Inspector. The header text. Add a header above some fields in the Inspector. The header text. Provide a custom documentation URL for a class. Initialize the HelpURL attribute with a documentation url. The custom documentation URL for this class. The documentation URL specified for this class. Bit mask that controls object destruction, saving and visibility in inspectors. The object will not be saved to the Scene. It will not be destroyed when a new Scene is loaded. It is a shortcut for HideFlags.DontSaveInBuild | HideFlags.DontSaveInEditor | HideFlags.DontUnloadUnusedAsset. The object will not be saved when building a player. The object will not be saved to the Scene in the editor. The object will not be unloaded by Resources.UnloadUnusedAssets. The GameObject is not shown in the Hierarchy, not saved to to Scenes, and not unloaded by Resources.UnloadUnusedAssets. The object will not appear in the hierarchy. It is not possible to view it in the inspector. A normal, visible object. This is the default. The object is not be editable in the inspector. Makes a variable not show up in the inspector but be serialized. The HingeJoint groups together 2 rigid bodies, constraining them to move like connected by a hinge. The current angle in degrees of the joint relative to its rest position. (Read Only) Limit of angular rotation (in degrees) on the hinge joint. The motor will apply a force up to a maximum force to achieve the target velocity in degrees per second. The spring attempts to reach a target angle by adding spring and damping forces. Enables the joint's limits. Disabled by default. Enables the joint's motor. Disabled by default. Enables the joint's spring. Disabled by default. The angular velocity of the joint in degrees per second. (Read Only) Joint that allows a Rigidbody2D object to rotate around a point in space or a point on another object. The current joint angle (in degrees) with respect to the reference angle. The current joint speed. Limit of angular rotation (in degrees) on the joint. Gets the state of the joint limit. Parameters for the motor force applied to the joint. The angle (in degrees) referenced between the two bodies used as the constraint for the joint. Should limits be placed on the range of rotation? Should the joint be rotated automatically by a motor torque? Gets the motor torque of the joint given the specified timestep. The time to calculate the motor torque for. Wrapping modes for text that reaches the horizontal boundary. Text can exceed the horizontal boundary. Text will word-wrap when reaching the horizontal boundary. This is the data structure for holding individual host information. A miscellaneous comment (can hold data). Currently connected players. The name of the game (like John Doe's Game). The type of the game (like "MyUniqueGameType"). The GUID of the host, needed when connecting with NAT punchthrough. Server IP address. Does the server require a password? Maximum players limit. Server port. Does this server require NAT punchthrough? Human Body Bones. This is the Chest bone. This is the Head bone. This is the Hips bone. This is the Jaw bone. This is the Last bone index delimiter. This is the Left Eye bone. This is the Left Ankle bone. This is the Left Wrist bone. This is the left index 3rd phalange. This is the left index 2nd phalange. This is the left index 1st phalange. This is the left little 3rd phalange. This is the left little 2nd phalange. This is the left little 1st phalange. This is the Left Elbow bone. This is the Left Knee bone. This is the left middle 3rd phalange. This is the left middle 2nd phalange. This is the left middle 1st phalange. This is the left ring 3rd phalange. This is the left ring 2nd phalange. This is the left ring 1st phalange. This is the Left Shoulder bone. This is the left thumb 3rd phalange. This is the left thumb 2nd phalange. This is the left thumb 1st phalange. This is the Left Toes bone. This is the Left Upper Arm bone. This is the Left Upper Leg bone. This is the Neck bone. This is the Right Eye bone. This is the Right Ankle bone. This is the Right Wrist bone. This is the right index 3rd phalange. This is the right index 2nd phalange. This is the right index 1st phalange. This is the right little 3rd phalange. This is the right little 2nd phalange. This is the right little 1st phalange. This is the Right Elbow bone. This is the Right Knee bone. This is the right middle 3rd phalange. This is the right middle 2nd phalange. This is the right middle 1st phalange. This is the right ring 3rd phalange. This is the right ring 2nd phalange. This is the right ring 1st phalange. This is the Right Shoulder bone. This is the right thumb 3rd phalange. This is the right thumb 2nd phalange. This is the right thumb 1st phalange. This is the Right Toes bone. This is the Right Upper Arm bone. This is the Right Upper Leg bone. This is the first Spine bone. This is the Upper Chest bone. The mapping between a bone in the model and the conceptual bone in the Mecanim human anatomy. The name of the bone to which the Mecanim human bone is mapped. The name of the Mecanim human bone to which the bone from the model is mapped. The rotation limits that define the muscle for this bone. Class that holds humanoid avatar parameters to pass to the AvatarBuilder.BuildHumanAvatar function. Amount by which the arm's length is allowed to stretch when using IK. Modification to the minimum distance between the feet of a humanoid model. True for any human that has a translation Degree of Freedom (DoF). It is set to false by default. Mapping between Mecanim bone names and bone names in the rig. Amount by which the leg's length is allowed to stretch when using IK. Defines how the lower arm's roll/twisting is distributed between the elbow and wrist joints. Defines how the lower leg's roll/twisting is distributed between the knee and ankle. List of bone Transforms to include in the model. Defines how the upper arm's roll/twisting is distributed between the shoulder and elbow joints. Defines how the upper leg's roll/twisting is distributed between the thigh and knee joints. This class stores the rotation limits that define the muscle for a single human bone. Length of the bone to which the limit is applied. The default orientation of a bone when no muscle action is applied. The maximum rotation away from the initial value that this muscle can apply. The maximum negative rotation away from the initial value that this muscle can apply. Should this limit use the default values? Enumeration of all the parts in a human. The human body part. The human head part. The human left arm part. The human left index finger part. The human left leg part. The human left little finger part. The human left middle finger part. The human left ring finger part. The human left thumb finger part. The human right arm part. The human right index finger part. The human right leg part. The human right little finger part. The human right middle finger part. The human right ring finger part. The human right thumb finger part. Retargetable humanoid pose. The human body position for that pose. The human body orientation for that pose. The array of muscle values for that pose. A handler that lets you read or write a HumanPose from or to a humanoid avatar skeleton hierarchy. Creates a human pose handler from an avatar and a root transform. The avatar that defines the humanoid rig on skeleton hierarchy with root as the top most parent. The top most node of the skeleton hierarchy defined in humanoid avatar. Gets a human pose from the handled avatar skeleton. The output human pose. Sets a human pose on the handled avatar skeleton. The human pose to be set. Details of all the human bone and muscle types defined by Mecanim. The number of human bone types defined by Mecanim. Return the bone to which a particular muscle is connected. Muscle index. Array of the names of all human bone types defined by Mecanim. Gets the bone hierarchy mass. The humanoid bone index. The bone hierarchy mass. Get the default maximum value of rotation for a muscle in degrees. Muscle index. Get the default minimum value of rotation for a muscle in degrees. Muscle index. Returns parent humanoid bone index of a bone. Humanoid bone index to get parent from. Humanoid bone index of parent. The number of human muscle types defined by Mecanim. Obtain the muscle index for a particular bone index and "degree of freedom". Bone index. Number representing a "degree of freedom": 0 for X-Axis, 1 for Y-Axis, 2 for Z-Axis. Array of the names of all human muscle types defined by Mecanim. Is the bone a member of the minimal set of bones that Mecanim requires for a human model? Index of the bone to test. The number of bone types that are required by Mecanim for any human model. Use this interface to have a class provide its own list of Animation Clips to the Animation Window. The class must inherit from MonoBehaviour. Returns a list of Animation Clips. This element can filter raycasts. If the top level element is hit it can further 'check' if the location is valid. Given a point and a camera is the raycast valid. Screen position. Raycast camera. Valid. Interface for objects used as resolvers on ExposedReferences. Remove a value for the given reference. Identifier of the ExposedReference. Retrieves a value for the given identifier. Identifier of the ExposedReference. Is the identifier valid? The value stored in the table. Assigns a value for an ExposedReference. Identifier of the ExposedReference. The value to assigned to the ExposedReference. Interface for custom logger implementation. To selective enable debug log message. To runtime toggle debug logging [ON/OFF]. Set Logger.ILogHandler. Check logging is enabled based on the LogType. Retrun true in case logs of LogType will be logged otherwise returns false. Logs message to the Unity Console using default logger. Logs message to the Unity Console using default logger. Logs message to the Unity Console using default logger. Logs message to the Unity Console using default logger. Logs message to the Unity Console using default logger. Logs message to the Unity Console using default logger. Logs message to the Unity Console using default logger. A variant of ILogger.Log that logs an error message. A variant of ILogger.Log that logs an error message. A variant of ILogger.Log that logs an exception message. Logs a formatted message. A variant of Logger.Log that logs an warning message. A variant of Logger.Log that logs an warning message. Interface for custom log handler implementation. A variant of ILogHandler.LogFormat that logs an exception message. Runtime Exception. Object to which the message applies. Logs a formatted message. The type of the log message. Object to which the message applies. A composite format string. Format arguments. This class provides utility and extension methods to convert image data from or to PNG, EXR, TGA, and JPEG formats. Encodes this texture into the EXR format. The texture to convert. Flags used to control compression and the output format. Encodes this texture into JPG format. Text texture to convert. JPG quality to encode with, 1..100 (default 75). Encodes this texture into JPG format. Text texture to convert. JPG quality to encode with, 1..100 (default 75). Encodes this texture into PNG format. The texture to convert. Encodes the specified texture in TGA format. The texture to encode. Loads PNG/JPG image byte array into a texture. The byte array containing the image data to load. Set to false by default, pass true to optionally mark the texture as non-readable. The texture to load the image into. Returns true if the data can be loaded, false otherwise. Any Image Effect with this attribute will be rendered after Dynamic Resolution stage. Any Image Effect with this attribute can be rendered into the Scene view camera. Any Image Effect with this attribute will be rendered after opaque geometry but before transparent geometry. When using HDR rendering it can sometime be desirable to switch to LDR rendering during ImageEffect rendering. How image and text is placed inside GUIStyle. Image is above the text. Image is to the left of the text. Only the image is displayed. Only the text is displayed. Controls IME input. Enable IME input only when a text field is selected (default). Disable IME input. Enable IME input. Interface into the Input system. Last measured linear acceleration of a device in three-dimensional space. (Read Only) Number of acceleration measurements which occurred during last frame. Returns list of acceleration measurements which occurred during the last frame. (Read Only) (Allocates temporary variables). Is any key or mouse button currently held down? (Read Only) Returns true the first frame the user hits any key or mouse button. (Read Only) Should Back button quit the application? Only usable on Android, Windows Phone or Windows Tablets. Property for accessing compass (handheld devices only). (Read Only) This property controls if input sensors should be compensated for screen orientation. The current text input position used by IMEs to open windows. The current IME composition string being typed by the user. Device physical orientation as reported by OS. (Read Only) Property indicating whether keypresses are eaten by a textinput if it has focus (default true). Returns default gyroscope. Controls enabling and disabling of IME input composition. Does the user have an IME keyboard input source selected? Returns the keyboard input entered this frame. (Read Only) Property for accessing device location (handheld devices only). (Read Only) The current mouse position in pixel coordinates. (Read Only) Indicates if a mouse device is detected. The current mouse scroll delta. (Read Only) Property indicating whether the system handles multiple touches. Enables/Disables mouse simulation with touches. By default this option is enabled. Returns true when Stylus Touch is supported by a device or platform. Number of touches. Guaranteed not to change throughout the frame. (Read Only) Returns list of objects representing status of all touches during last frame. (Read Only) (Allocates temporary variables). Bool value which let's users check if touch pressure is supported. Returns whether the device on which application is currently running supports touch input. Returns specific acceleration measurement which occurred during last frame. (Does not allocate temporary variables). Returns the value of the virtual axis identified by axisName. Returns the value of the virtual axis identified by axisName with no smoothing filtering applied. Returns true while the virtual button identified by buttonName is held down. The name of the button such as Jump. True when an axis has been pressed and not released. Returns true during the frame the user pressed down the virtual button identified by buttonName. Returns true the first frame the user releases the virtual button identified by buttonName. Returns an array of strings describing the connected joysticks. Returns true while the user holds down the key identified by name. Returns true while the user holds down the key identified by the key KeyCode enum parameter. Returns true during the frame the user starts pressing down the key identified by name. Returns true during the frame the user starts pressing down the key identified by the key KeyCode enum parameter. Returns true during the frame the user releases the key identified by name. Returns true during the frame the user releases the key identified by the key KeyCode enum parameter. Returns whether the given mouse button is held down. Returns true during the frame the user pressed the given mouse button. Returns true during the frame the user releases the given mouse button. Call Input.GetTouch to obtain a Touch struct. The touch input on the device screen. Touch details in the struct. Determine whether a particular joystick model has been preconfigured by Unity. (Linux-only). The name of the joystick to check (returned by Input.GetJoystickNames). True if the joystick layout has been preconfigured; false otherwise. Resets all input. After ResetInputAxes all axes return to 0 and all buttons return to 0 for one frame. ActivityIndicator Style (iOS Specific). Do not show ActivityIndicator. The standard gray style of indicator (UIActivityIndicatorViewStyleGray). The standard white style of indicator (UIActivityIndicatorViewStyleWhite). The large white style of indicator (UIActivityIndicatorViewStyleWhiteLarge). ADBannerView is a wrapper around the ADBannerView class found in the Apple iAd framework and is only available on iOS. Banner layout. Checks if banner contents are loaded. The position of the banner view. The size of the banner view. Banner visibility. Initially banner is not visible. Will be fired when banner ad failed to load. Will be fired when banner was clicked. Will be fired when banner loaded new ad. Creates a banner view with given type and auto-layout params. Checks if the banner type is available (e.g. MediumRect is available only starting with ios6). Specifies how banner should be layed out on screen. Traditional Banner: align to screen bottom. Rect Banner: align to screen bottom, placing at the center. Rect Banner: place in bottom-left corner. Rect Banner: place in bottom-right corner. Rect Banner: place exactly at screen center. Rect Banner: align to screen left, placing at the center. Rect Banner: align to screen right, placing at the center. Completely manual positioning. Traditional Banner: align to screen top. Rect Banner: align to screen top, placing at the center. Rect Banner: place in top-left corner. Rect Banner: place in top-right corner. The type of the banner view. Traditional Banner (it takes full screen width). Rect Banner (300x250). ADInterstitialAd is a wrapper around the ADInterstitialAd class found in the Apple iAd framework and is only available on iPad. Checks if InterstitialAd is available (it is available on iPad since iOS 4.3, and on iPhone since iOS 7.0). Has the interstitial ad object downloaded an advertisement? (Read Only) Creates an interstitial ad. Creates an interstitial ad. Will be called when ad is ready to be shown. Will be called when user viewed ad contents: i.e. they went past the initial screen. Please note that it is impossible to determine if they clicked on any links in ad sequences that follows the initial screen. Reload advertisement. Shows full-screen advertisement to user. Specify calendar types. Identifies the Buddhist calendar. Identifies the Chinese calendar. Identifies the Gregorian calendar. Identifies the Hebrew calendar. Identifies the Indian calendar. Identifies the Islamic calendar. Identifies the Islamic civil calendar. Identifies the ISO8601. Identifies the Japanese calendar. Identifies the Persian calendar. Identifies the Republic of China (Taiwan) calendar. Specify calendrical units. Specifies the day unit. Specifies the era unit. Specifies the hour unit. Specifies the minute unit. Specifies the month unit. Specifies the quarter of the calendar. Specifies the second unit. Specifies the week unit. Specifies the weekday unit. Specifies the ordinal weekday unit. Specifies the year unit. Interface into iOS specific functionality. Advertising ID. Is advertising tracking enabled. Defer system gestures until the second swipe on specific edges. The generation of the device. (Read Only) Specifies whether the home button should be hidden in the iOS build of this application. iOS version. Vendor ID. Request App Store rating and review from the user. Value indicating whether the underlying API is available or not. False indicates that the iOS version isn't recent enough or that the StoreKit framework is not linked with the app. Reset "no backup" file flag: file will be synced with iCloud/iTunes backup and can be deleted by OS in low storage situations. Set file flag to be excluded from iCloud/iTunes backup. iOS device generation. iPad, first generation. iPad, second generation. iPad, third generation. iPad, fourth generation. iPad Air, fifth generation. iPad Air. iPad Air 2. iPadMini, first generation. iPadMini Retina, second generation. iPad Mini 3. iPad Mini, fourth generation. iPad Pro 9.7", first generation. iPad Pro 10.5", second generation 10" iPad. iPad Pro 11". iPad Pro 12.9", first generation. iPad Pro 12.9", second generation. iPad Pro 12.9", third generation. Yet unknown iPad. iPhone, first generation. iPhone, second generation. iPhone, third generation. iPhone, fourth generation. iPhone, fifth generation. iPhone5. iPhone 5C. iPhone 5S. iPhone 6. iPhone 6 plus. iPhone 6S. iPhone 6S Plus. iPhone 7. iPhone 7 Plus. iPhone 8. iPhone 8 Plus. iPhone SE, first generation. Yet unknown iPhone. iPhone X. iPhone XR. iPhone XS. iPhone XSMax. iPod Touch, first generation. iPod Touch, second generation. iPod Touch, third generation. iPod Touch, fourth generation. iPod Touch, fifth generation. iPod Touch, sixth generation. Yet unknown iPod Touch. iOS.LocalNotification is a wrapper around the UILocalNotification class found in the Apple UIKit framework and is only available on iPhoneiPadiPod Touch. The title of the action button or slider. The message displayed in the notification alert. Identifies the image used as the launch image when the user taps the action button. A short description of the reason for the alert. The number to display as the application's icon badge. The default system sound. (Read Only) The date and time when the system should deliver the notification. A boolean value that controls whether the alert action is visible or not. The calendar type (Gregorian, Chinese, etc) to use for rescheduling the notification. The calendar interval at which to reschedule the notification. The name of the sound file to play when an alert is displayed. The time zone of the notification's fire date. A dictionary for passing custom information to the notified application. Creates a new local notification. NotificationServices is only available on iPhoneiPadiPod Touch. Device token received from Apple Push Service after calling NotificationServices.RegisterForRemoteNotificationTypes. (Read Only) Enabled local and remote notification types. The number of received local notifications. (Read Only) The list of objects representing received local notifications. (Read Only) Returns an error that might occur on registration for remote notifications via NotificationServices.RegisterForRemoteNotificationTypes. (Read Only) The number of received remote notifications. (Read Only) The list of objects representing received remote notifications. (Read Only) All currently scheduled local notifications. Cancels the delivery of all scheduled local notifications. Cancels the delivery of the specified scheduled local notification. Discards of all received local notifications. Discards of all received remote notifications. Returns an object representing a specific local notification. (Read Only) Returns an object representing a specific remote notification. (Read Only) Presents a local notification immediately. Register to receive local and remote notifications of the specified types from a provider via Apple Push Service. Notification types to register for. Specify true to also register for remote notifications. Register to receive local and remote notifications of the specified types from a provider via Apple Push Service. Notification types to register for. Specify true to also register for remote notifications. Schedules a local notification. Unregister for remote notifications. Specifies local and remote notification types. Notification is an alert message. Notification is a badge shown above the application's icon. No notification types specified. Notification is an alert sound. On Demand Resources API. Indicates whether player was built with "Use On Demand Resources" player setting enabled. Creates an On Demand Resources (ODR) request. Tags for On Demand Resources that should be included in the request. Object representing ODR request. Represents a request for On Demand Resources (ODR). It's an AsyncOperation and can be yielded in a coroutine. Returns an error after operation is complete. Sets the priority for request. Release all resources kept alive by On Demand Resources (ODR) request. Gets file system's path to the resource available in On Demand Resources (ODR) request. Resource name. RemoteNotification is only available on iPhoneiPadiPod Touch. The message displayed in the notification alert. (Read Only) A short description of the reason for the alert. (Read Only) The number to display as the application's icon badge. (Read Only) A boolean value that controls whether the alert action is visible or not. (Read Only) The name of the sound file to play when an alert is displayed. (Read Only) A dictionary for passing custom information to the notified application. (Read Only) Bit-mask used to control the deferring of system gestures on iOS. Identifies all screen edges. Identifies bottom screen edge. Identifies left screen edge. Disables gesture deferring on all edges. Identifies right screen edge. Identifies top screen edge. Interface to receive callbacks upon serialization and deserialization. Implement this method to receive a callback after Unity deserializes your object. Implement this method to receive a callback before Unity serializes your object. IJobParallelForTransform. Execute. Index. TransformAccessArray. Extension methods for IJobParallelForTransform. Schedule. Job data. TransformAccessArray. Job handle dependency. Job handle. Position, rotation and scale of an object. The position of the transform relative to the parent. The rotation of the transform relative to the parent transform's rotation. The scale of the transform relative to the parent. The position of the transform in world space. The rotation of the transform in world space stored as a Quaternion. TransformAccessArray. Returns array capacity. isCreated. Length. Add. Transform. Allocate. Capacity. Desired job count. TransformAccessArray. Constructor. Transforms. Desired job count. Capacity. Constructor. Transforms. Desired job count. Capacity. Dispose. Remove item at index. Index. Set transforms. Transforms. Array indexer. Joint is the base class for all joints. The Position of the anchor around which the joints motion is constrained. Should the connectedAnchor be calculated automatically? The Direction of the axis around which the body is constrained. The force that needs to be applied for this joint to break. The torque that needs to be applied for this joint to break. To be able to break, a joint must be _Locked_ or _Limited_ on the axis of rotation where the torque is being applied. This means that some joints cannot break, such as an unconstrained Configurable Joint. Position of the anchor relative to the connected Rigidbody. A reference to another rigidbody this joint connects to. The scale to apply to the inverse mass and inertia tensor of the connected body prior to solving the constraints. The force applied by the solver to satisfy all constraints. The torque applied by the solver to satisfy all constraints. Enable collision between bodies connected with the joint. Toggle preprocessing for this joint. The scale to apply to the inverse mass and inertia tensor of the body prior to solving the constraints. Parent class for joints to connect Rigidbody2D objects. The Rigidbody2D attached to the Joint2D. The force that needs to be applied for this joint to break. The torque that needs to be applied for this joint to break. Can the joint collide with the other Rigidbody2D object to which it is attached? The Rigidbody2D object to which the other end of the joint is attached (ie, the object without the joint component). Should the two rigid bodies connected with this joint collide with each other? Gets the reaction force of the joint. Gets the reaction torque of the joint. Gets the reaction force of the joint given the specified timeStep. The time to calculate the reaction force for. The reaction force of the joint in the specified timeStep. Gets the reaction torque of the joint given the specified timeStep. The time to calculate the reaction torque for. The reaction torque of the joint in the specified timeStep. Angular limits on the rotation of a Rigidbody2D object around a HingeJoint2D. Upper angular limit of rotation. Lower angular limit of rotation. How the joint's movement will behave along its local X axis. Amount of force applied to push the object toward the defined direction. Whether the drive should attempt to reach position, velocity, both or nothing. Resistance strength against the Position Spring. Only used if mode includes Position. Strength of a rubber-band pull toward the defined direction. Only used if mode includes Position. The ConfigurableJoint attempts to attain position / velocity targets based on this flag. Don't apply any forces to reach the target. Try to reach the specified target position. Try to reach the specified target position and velocity. Try to reach the specified target velocity. JointLimits is used by the HingeJoint to limit the joints angle. The minimum impact velocity which will cause the joint to bounce. Determines the size of the bounce when the joint hits it's limit. Also known as restitution. Distance inside the limit value at which the limit will be considered to be active by the solver. The upper angular limit (in degrees) of the joint. The lower angular limit (in degrees) of the joint. Represents the state of a joint limit. Represents a state where the joint limit is at the specified lower and upper limits (they are identical). Represents a state where the joint limit is inactive. Represents a state where the joint limit is at the specified lower limit. Represents a state where the joint limit is at the specified upper limit. The JointMotor is used to motorize a joint. The motor will apply a force. If freeSpin is enabled the motor will only accelerate but never slow down. The motor will apply a force up to force to achieve targetVelocity. Parameters for the optional motor force applied to a Joint2D. The maximum force that can be applied to the Rigidbody2D at the joint to attain the target speed. The desired speed for the Rigidbody2D to reach as it moves with the joint. Determines how to snap physics joints back to its constrained position when it drifts off too much. Don't snap at all. Snap both position and rotation. Snap Position only. JointSpring is used add a spring force to HingeJoint and PhysicMaterial. The damper force uses to dampen the spring. The spring forces used to reach the target position. The target position the joint attempts to reach. Joint suspension is used to define how suspension works on a WheelJoint2D. The world angle (in degrees) along which the suspension will move. The amount by which the suspension spring force is reduced in proportion to the movement speed. The frequency at which the suspension spring oscillates. Motion limits of a Rigidbody2D object along a SliderJoint2D. Maximum distance the Rigidbody2D object can move from the Slider Joint's anchor. Minimum distance the Rigidbody2D object can move from the Slider Joint's anchor. Utility functions for working with JSON data. Create an object from its JSON representation. The JSON representation of the object. An instance of the object. Create an object from its JSON representation. The JSON representation of the object. The type of object represented by the Json. An instance of the object. Overwrite data in an object by reading from its JSON representation. The JSON representation of the object. The object that should be overwritten. Generate a JSON representation of the public fields of an object. The object to convert to JSON form. If true, format the output for readability. If false, format the output for minimum size. Default is false. The object's data in JSON format. Generate a JSON representation of the public fields of an object. The object to convert to JSON form. If true, format the output for readability. If false, format the output for minimum size. Default is false. The object's data in JSON format. Key codes returned by Event.keyCode. These map directly to a physical key on the keyboard. 'a' key. The '0' key on the top of the alphanumeric keyboard. The '1' key on the top of the alphanumeric keyboard. The '2' key on the top of the alphanumeric keyboard. The '3' key on the top of the alphanumeric keyboard. The '4' key on the top of the alphanumeric keyboard. The '5' key on the top of the alphanumeric keyboard. The '6' key on the top of the alphanumeric keyboard. The '7' key on the top of the alphanumeric keyboard. The '8' key on the top of the alphanumeric keyboard. The '9' key on the top of the alphanumeric keyboard. Alt Gr key. Ampersand key '&'. Asterisk key '*'. At key '@'. 'b' key. Back quote key '`'. Backslash key '\'. The backspace key. Break key. 'c' key. Capslock key. Caret key '^'. The Clear key. Colon ':' key. Comma ',' key. 'd' key. The forward delete key. Dollar sign key '$'. Double quote key '"'. Down arrow key. 'e' key. End key. Equals '=' key. Escape key. Exclamation mark key '!'. 'f' key. F1 function key. F10 function key. F11 function key. F12 function key. F13 function key. F14 function key. F15 function key. F2 function key. F3 function key. F4 function key. F5 function key. F6 function key. F7 function key. F8 function key. F9 function key. 'g' key. Greater than '>' key. 'h' key. Hash key '#'. Help key. Home key. 'i' key. Insert key key. 'j' key. Button 0 on first joystick. Button 1 on first joystick. Button 10 on first joystick. Button 11 on first joystick. Button 12 on first joystick. Button 13 on first joystick. Button 14 on first joystick. Button 15 on first joystick. Button 16 on first joystick. Button 17 on first joystick. Button 18 on first joystick. Button 19 on first joystick. Button 2 on first joystick. Button 3 on first joystick. Button 4 on first joystick. Button 5 on first joystick. Button 6 on first joystick. Button 7 on first joystick. Button 8 on first joystick. Button 9 on first joystick. Button 0 on second joystick. Button 1 on second joystick. Button 10 on second joystick. Button 11 on second joystick. Button 12 on second joystick. Button 13 on second joystick. Button 14 on second joystick. Button 15 on second joystick. Button 16 on second joystick. Button 17 on second joystick. Button 18 on second joystick. Button 19 on second joystick. Button 2 on second joystick. Button 3 on second joystick. Button 4 on second joystick. Button 5 on second joystick. Button 6 on second joystick. Button 7 on second joystick. Button 8 on second joystick. Button 9 on second joystick. Button 0 on third joystick. Button 1 on third joystick. Button 10 on third joystick. Button 11 on third joystick. Button 12 on third joystick. Button 13 on third joystick. Button 14 on third joystick. Button 15 on third joystick. Button 16 on third joystick. Button 17 on third joystick. Button 18 on third joystick. Button 19 on third joystick. Button 2 on third joystick. Button 3 on third joystick. Button 4 on third joystick. Button 5 on third joystick. Button 6 on third joystick. Button 7 on third joystick. Button 8 on third joystick. Button 9 on third joystick. Button 0 on forth joystick. Button 1 on forth joystick. Button 10 on forth joystick. Button 11 on forth joystick. Button 12 on forth joystick. Button 13 on forth joystick. Button 14 on forth joystick. Button 15 on forth joystick. Button 16 on forth joystick. Button 17 on forth joystick. Button 18 on forth joystick. Button 19 on forth joystick. Button 2 on forth joystick. Button 3 on forth joystick. Button 4 on forth joystick. Button 5 on forth joystick. Button 6 on forth joystick. Button 7 on forth joystick. Button 8 on forth joystick. Button 9 on forth joystick. Button 0 on fifth joystick. Button 1 on fifth joystick. Button 10 on fifth joystick. Button 11 on fifth joystick. Button 12 on fifth joystick. Button 13 on fifth joystick. Button 14 on fifth joystick. Button 15 on fifth joystick. Button 16 on fifth joystick. Button 17 on fifth joystick. Button 18 on fifth joystick. Button 19 on fifth joystick. Button 2 on fifth joystick. Button 3 on fifth joystick. Button 4 on fifth joystick. Button 5 on fifth joystick. Button 6 on fifth joystick. Button 7 on fifth joystick. Button 8 on fifth joystick. Button 9 on fifth joystick. Button 0 on sixth joystick. Button 1 on sixth joystick. Button 10 on sixth joystick. Button 11 on sixth joystick. Button 12 on sixth joystick. Button 13 on sixth joystick. Button 14 on sixth joystick. Button 15 on sixth joystick. Button 16 on sixth joystick. Button 17 on sixth joystick. Button 18 on sixth joystick. Button 19 on sixth joystick. Button 2 on sixth joystick. Button 3 on sixth joystick. Button 4 on sixth joystick. Button 5 on sixth joystick. Button 6 on sixth joystick. Button 7 on sixth joystick. Button 8 on sixth joystick. Button 9 on sixth joystick. Button 0 on seventh joystick. Button 1 on seventh joystick. Button 10 on seventh joystick. Button 11 on seventh joystick. Button 12 on seventh joystick. Button 13 on seventh joystick. Button 14 on seventh joystick. Button 15 on seventh joystick. Button 16 on seventh joystick. Button 17 on seventh joystick. Button 18 on seventh joystick. Button 19 on seventh joystick. Button 2 on seventh joystick. Button 3 on seventh joystick. Button 4 on seventh joystick. Button 5 on seventh joystick. Button 6 on seventh joystick. Button 7 on seventh joystick. Button 8 on seventh joystick. Button 9 on seventh joystick. Button 0 on eighth joystick. Button 1 on eighth joystick. Button 10 on eighth joystick. Button 11 on eighth joystick. Button 12 on eighth joystick. Button 13 on eighth joystick. Button 14 on eighth joystick. Button 15 on eighth joystick. Button 16 on eighth joystick. Button 17 on eighth joystick. Button 18 on eighth joystick. Button 19 on eighth joystick. Button 2 on eighth joystick. Button 3 on eighth joystick. Button 4 on eighth joystick. Button 5 on eighth joystick. Button 6 on eighth joystick. Button 7 on eighth joystick. Button 8 on eighth joystick. Button 9 on eighth joystick. Button 0 on any joystick. Button 1 on any joystick. Button 10 on any joystick. Button 11 on any joystick. Button 12 on any joystick. Button 13 on any joystick. Button 14 on any joystick. Button 15 on any joystick. Button 16 on any joystick. Button 17 on any joystick. Button 18 on any joystick. Button 19 on any joystick. Button 2 on any joystick. Button 3 on any joystick. Button 4 on any joystick. Button 5 on any joystick. Button 6 on any joystick. Button 7 on any joystick. Button 8 on any joystick. Button 9 on any joystick. 'k' key. Numeric keypad 0. Numeric keypad 1. Numeric keypad 2. Numeric keypad 3. Numeric keypad 4. Numeric keypad 5. Numeric keypad 6. Numeric keypad 7. Numeric keypad 8. Numeric keypad 9. Numeric keypad '/'. Numeric keypad Enter. Numeric keypad '='. Numeric keypad '-'. Numeric keypad '*'. Numeric keypad '.'. Numeric keypad '+'. 'l' key. Left Alt key. Left Command key. Left arrow key. Left square bracket key '['. Left Command key. Left Control key. Left curly bracket key '{'. Left Parenthesis key '('. Left shift key. Left Windows key. Less than '<' key. 'm' key. Menu key. Minus '-' key. The Left (or primary) mouse button. Right mouse button (or secondary mouse button). Middle mouse button (or third button). Additional (fourth) mouse button. Additional (fifth) mouse button. Additional (or sixth) mouse button. Additional (or seventh) mouse button. 'n' key. Not assigned (never returned as the result of a keystroke). Numlock key. 'o' key. 'p' key. Page down. Page up. Pause on PC machines. Percent '%' key. Period '.' key. Pipe '|' key. Plus key '+'. Print key. 'q' key. Question mark '?' key. Quote key '. 'r' key. Return key. Right Alt key. Right Command key. Right arrow key. Right square bracket key ']'. Right Command key. Right Control key. Right curly bracket key '}'. Right Parenthesis key ')'. Right shift key. Right Windows key. 's' key. Scroll lock key. Semicolon ';' key. Slash '/' key. Space key. Sys Req key. 't' key. The tab key. Tilde '~' key. 'u' key. Underscore '_' key. Up arrow key. 'v' key. 'w' key. 'x' key. 'y' key. 'z' key. A single keyframe that can be injected into an animation curve. Sets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key. Sets the incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key. Sets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key. Sets the outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key. TangentMode is deprecated. Use AnimationUtility.SetKeyLeftTangentMode or AnimationUtility.SetKeyRightTangentMode instead. The time of the keyframe. The value of the curve at keyframe. Weighted mode for the keyframe. Create a keyframe. Create a keyframe. Create a keyframe. Specifies Layers to use in a Physics.Raycast. Converts a layer mask value to an integer value. Given a set of layer names as defined by either a Builtin or a User Layer in the, returns the equivalent layer mask for all of them. List of layer names to convert to a layer mask. The layer mask created from the layerNames. Implicitly converts an integer to a LayerMask. Given a layer number, returns the name of the layer as defined in either a Builtin or a User Layer in the. Given a layer name, returns the layer index as defined by either a Builtin or a User Layer in the. Enumeration of all the muscles in a leg. The foot close-open muscle. The foot in-out muscle. The last value of the LegDof enum. The leg close-open muscle. The leg roll in-out muscle. The toes up-down muscle. The upper leg front-back muscle. The upper leg in-out muscle. The upper leg roll in-out muscle. Script interface for a. The strength of the flare. The color of the flare. The fade speed of the flare. The to use. Script interface for. The size of the area light. This property describes the output of the last Global Illumination bake. The multiplier that defines the strength of the bounce lighting. The color of the light. The color temperature of the light. Correlated Color Temperature (abbreviated as CCT) is multiplied with the color filter when calculating the final color of a light source. The color temperature of the electromagnetic radiation emitted from an ideal black body is defined as its surface temperature in Kelvin. White is 6500K according to the D65 standard. Candle light is 1800K. If you want to use lightsUseCCT, lightsUseLinearIntensity has to be enabled to ensure physically correct output. See Also: GraphicsSettings.lightsUseLinearIntensity, GraphicsSettings.lightsUseCCT. Number of command buffers set up on this light (Read Only). The cookie texture projected by the light. The size of a directional light's cookie. This is used to light certain objects in the Scene selectively. The to use for this light. The Intensity of a light is multiplied with the Light color. Is the light contribution already stored in lightmaps and/or lightprobes (Read Only). Obsolete; replaced by Light-lightmapBakeType. Per-light, per-layer shadow culling distances. This property describes what part of a light's contribution can be baked. Allows you to override the global Shadowmask Mode per light. Only use this with render pipelines that can handle per light Shadowmask modes. Incompatible with the legacy renderers. The range of the light. How to render the light. Controls the amount of artificial softening applied to the edges of shadows cast by directional lights. Shadow mapping constant bias. The custom resolution of the shadow map. Near plane value to use for shadow frustums. Shadow mapping normal-based bias. Controls the amount of artificial softening applied to the edges of shadows cast by the Point or Spot light. The resolution of the shadow map. How this light casts shadows Strength of light's shadows. The angle of the light's spotlight cone in degrees. The type of the light. Add a command buffer to be executed at a specified place. When to execute the command buffer during rendering. The buffer to execute. A mask specifying which shadow passes to execute the buffer for. Add a command buffer to be executed at a specified place. When to execute the command buffer during rendering. The buffer to execute. A mask specifying which shadow passes to execute the buffer for. Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point. The point during the graphics processing at which this command buffer should commence on the GPU. The buffer to execute. The desired async compute queue type to execute the buffer on. A mask specifying which shadow passes to execute the buffer for. Adds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point. The point during the graphics processing at which this command buffer should commence on the GPU. The buffer to execute. The desired async compute queue type to execute the buffer on. A mask specifying which shadow passes to execute the buffer for. Get command buffers to be executed at a specified place. When to execute the command buffer during rendering. Array of command buffers. Remove all command buffers set on this light. Remove command buffer from execution at a specified place. When to execute the command buffer during rendering. The buffer to execute. Remove command buffers from execution at a specified place. When to execute the command buffer during rendering. Revert all light parameters to default. Sets a light dirty to notify the light baking backends to update their internal light representation. Struct describing the result of a Global Illumination bake for a given light. Is the light contribution already stored in lightmaps and/or lightprobes? This property describes what part of a light's contribution was baked. In case of a LightmapBakeType.Mixed light, describes what Mixed mode was used to bake the light, irrelevant otherwise. In case of a LightmapBakeType.Mixed light, contains the index of the occlusion mask channel to use if any, otherwise -1. In case of a LightmapBakeType.Mixed light, contains the index of the light as seen from the occlusion probes point of view if any, otherwise -1. Enum describing what part of a light contribution can be baked. Baked lights cannot move or change in any way during run time. All lighting for static objects gets baked into lightmaps. Lighting and shadows for dynamic objects gets baked into Light Probes. Mixed lights allow a mix of realtime and baked lighting, based on the Mixed Lighting Mode used. These lights cannot move, but can change color and intensity at run time. Changes to color and intensity only affect direct lighting as indirect lighting gets baked. If using Subtractive mode, changes to color or intensity are not calculated at run time on static objects. Realtime lights cast run time light and shadows. They can change position, orientation, color, brightness, and many other properties at run time. No lighting gets baked into lightmaps or light probes.. Data of a lightmap. Lightmap storing color of incoming light. Lightmap storing dominant direction of incoming light. Texture storing occlusion mask per light (ShadowMask, up to four lights). Stores lightmaps of the Scene. Lightmap array. NonDirectional or CombinedDirectional Specular lightmaps rendering mode. Holds all data needed by the light probes. Lightmap (and lighting) configuration mode, controls how lightmaps interact with lighting and what kind of information they store. Directional information for direct light is combined with directional information for indirect light, encoded as 2 lightmaps. Light intensity (no directional information), encoded as 1 lightmap. Directional information for direct light is stored separately from directional information for indirect light, encoded as 4 lightmaps. Single, dual, or directional lightmaps rendering mode, used only in GIWorkflowMode.Legacy Directional rendering mode. Dual lightmap rendering mode. Single, traditional lightmap rendering mode. Light Probe Group. Removes ringing from probes if enabled. Editor only function to access and modify probe positions. The Light Probe Proxy Volume component offers the possibility to use higher resolution lighting for large non-static GameObjects. The bounding box mode for generating the 3D grid of interpolated Light Probes. The world-space bounding box in which the 3D grid of interpolated Light Probes is generated. The 3D grid resolution on the z-axis. The 3D grid resolution on the y-axis. The 3D grid resolution on the z-axis. Checks if Light Probe Proxy Volumes are supported. The local-space origin of the bounding box in which the 3D grid of interpolated Light Probes is generated. Interpolated Light Probe density. The mode in which the interpolated Light Probe positions are generated. Determines how many Spherical Harmonics bands will be evaluated to compute the ambient color. Sets the way the Light Probe Proxy Volume refreshes. The resolution mode for generating the grid of interpolated Light Probes. The size of the bounding box in which the 3D grid of interpolated Light Probes is generated. The bounding box mode for generating a grid of interpolated Light Probes. The bounding box encloses the current Renderer and all the relevant Renderers down the hierarchy, in local space. The bounding box encloses the current Renderer and all the relevant Renderers down the hierarchy, in world space. A custom local-space bounding box is used. The user is able to edit the bounding box. The mode in which the interpolated Light Probe positions are generated. Divide the volume in cells based on resolution, and generate interpolated Light Probe positions in the center of the cells. Divide the volume in cells based on resolution, and generate interpolated Light Probes positions in the corner/edge of the cells. An enum describing the Quality option used by the Light Probe Proxy Volume component. This option will use only two SH coefficients bands: L0 and L1. The coefficients are sampled from the Light Probe Proxy Volume 3D Texture. Using this option might increase the draw call batch sizes by not having to change the L2 coefficients per Renderer. This option will use L0 and L1 SH coefficients from the Light Probe Proxy Volume 3D Texture. The L2 coefficients are constant per Renderer. By having to provide the L2 coefficients, draw call batches might be broken. An enum describing the way a Light Probe Proxy Volume refreshes in the Player. Automatically detects updates in Light Probes and triggers an update of the Light Probe volume. Causes Unity to update the Light Probe Proxy Volume every frame. Use this option to indicate that the Light Probe Proxy Volume is never to be automatically updated by Unity. The resolution mode for generating a grid of interpolated Light Probes. The automatic mode uses a number of interpolated Light Probes per unit area, and uses the bounding volume size to compute the resolution. The final resolution value is a power of 2. The custom mode allows you to specify the 3D grid resolution. Triggers an update of the Light Probe Proxy Volume. Stores light probes for the Scene. Coefficients of baked light probes. The number of cells space is divided into (Read Only). The number of light probes (Read Only). Positions of the baked light probes (Read Only). Calculate light probes and occlusion probes at the given world space positions. The array of world space positions used to evaluate the probes. The array where the resulting light probes are written to. The array where the resulting occlusion probes are written to. Calculate light probes and occlusion probes at the given world space positions. The array of world space positions used to evaluate the probes. The array where the resulting light probes are written to. The array where the resulting occlusion probes are written to. Returns an interpolated probe for the given position for both realtime and baked light probes combined. How the Light is rendered. Automatically choose the render mode. Force the Light to be a pixel light. Force the Light to be a vertex light. Allows mixed lights to control shadow caster culling when Shadowmasks are present. Use the global Shadowmask Mode from the quality settings. Render all shadow casters into the shadow map. This corresponds with the distance Shadowmask mode. Render only non-lightmapped objects into the shadow map. This corresponds with the Shadowmask mode. Shadow casting options for a Light. Cast "hard" shadows (with no shadow filtering). Do not cast shadows (default). Cast "soft" shadows (with 4x PCF filtering). The type of a Light. The light is a directional light. The light is a disc shaped area light. It affects only baked lightmaps and lightprobes. The light is a point light. The light is a rectangle shaped area light. It affects only baked lightmaps and lightprobes. The light is a spot light. Control the direction lines face, when using the LineRenderer or TrailRenderer. Lines face the direction of the Transform Component. Lines face the Z axis of the Transform Component. Lines face the camera. The line renderer is used to draw free-floating lines in 3D space. Select whether the line will face the camera, or the orientation of the Transform Component. Set the color gradient describing the color of the line at various points along its length. Set the color at the end of the line. Set the width at the end of the line. Configures a line to generate Normals and Tangents. With this data, Scene lighting can affect the line via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders. Connect the start and end positions of the line together to form a continuous loop. Set this to a value greater than 0, to get rounded corners on each end of the line. Set this to a value greater than 0, to get rounded corners between each segment of the line. Set the number of line segments. Set/get the number of vertices. Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the line width at each segment. Set the color at the start of the line. Set the width at the start of the line. Choose whether the U coordinate of the line texture is tiled or stretched. If enabled, the lines are defined in world space. Set the curve describing the width of the line at various points along its length. Set an overall multiplier that is applied to the LineRenderer.widthCurve to get the final width of the line. Creates a snapshot of LineRenderer and stores it in mesh. A static mesh that will receive the snapshot of the line. The camera used for determining which way camera-space lines will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of LineRenderer and stores it in mesh. A static mesh that will receive the snapshot of the line. The camera used for determining which way camera-space lines will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of LineRenderer and stores it in mesh. A static mesh that will receive the snapshot of the line. The camera used for determining which way camera-space lines will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of LineRenderer and stores it in mesh. A static mesh that will receive the snapshot of the line. The camera used for determining which way camera-space lines will face. Include the rotation and scale of the Transform in the baked mesh. Get the position of a vertex in the line. The index of the position to retrieve. The position at the specified index in the array. Get the positions of all vertices in the line. The array of positions to retrieve. The array passed should be of at least positionCount in size. How many positions were actually stored in the output array. Set the line color at the start and at the end. Set the position of a vertex in the line. Which position to set. The new position. Set the positions of all vertices in the line. The array of positions to set. Set the number of line segments. Set the line width at the start and at the end. Generates a simplified version of the original line by removing points that fall within the specified tolerance. This value is used to evaluate which points should be removed from the line. A higher value results in a simpler line (less points). A positive value close to zero results in a line with little to no reduction. A value of zero or less has no effect. Choose how textures are applied to Lines and Trails. Map the texture once along the entire length of the line, assuming all vertices are evenly spaced. Repeat the texture along the line, repeating at a rate of once per line segment. To adjust the tiling rate, use Material.SetTextureScale. Map the texture once along the entire length of the line. Repeat the texture along the line, based on its length in world units. To set the tiling rate, use Material.SetTextureScale. A collection of common line functions. Generates a simplified version of the original line by removing points that fall within the specified tolerance. The points that make up the original line. This value is used to evaluate which points should be removed from the line. A higher value results in a simpler line (less points). A positive value close to zero results in a line with little to no reduction. A value of zero or less has no effect. Populated by this function. Contains the indexes of the points that should be generate a simplified version.. Populated by this function. Contains the points that form the simplified line. Generates a simplified version of the original line by removing points that fall within the specified tolerance. The points that make up the original line. This value is used to evaluate which points should be removed from the line. A higher value results in a simpler line (less points). A positive value close to zero results in a line with little to no reduction. A value of zero or less has no effect. Populated by this function. Contains the indexes of the points that should be generate a simplified version.. Populated by this function. Contains the points that form the simplified line. Generates a simplified version of the original line by removing points that fall within the specified tolerance. The points that make up the original line. This value is used to evaluate which points should be removed from the line. A higher value results in a simpler line (less points). A positive value close to zero results in a line with little to no reduction. A value of zero or less has no effect. Populated by this function. Contains the indexes of the points that should be generate a simplified version.. Populated by this function. Contains the points that form the simplified line. Generates a simplified version of the original line by removing points that fall within the specified tolerance. The points that make up the original line. This value is used to evaluate which points should be removed from the line. A higher value results in a simpler line (less points). A positive value close to zero results in a line with little to no reduction. A value of zero or less has no effect. Populated by this function. Contains the indexes of the points that should be generate a simplified version.. Populated by this function. Contains the points that form the simplified line. An asset to represent a table of localized strings for one specific locale. Is this asset used to localize UI components of the Unity Editor ISO Code used to identify the locale. ex: en-uk, zh-hans, ja Creates a new empty LocalizationAsset object. Get the localized string for the specified key. Original string acting as key. Localized string matching the original in the LocalizationAsset locale Set the localized string for the specified key Original string acting as key. Localized string matching the original in the LocalizationAsset locale Structure describing device location. Geographical device location altitude. Horizontal accuracy of the location. Geographical device location latitude. Geographical device location latitude. Timestamp (in seconds since 1970) when location was last time updated. Vertical accuracy of the location. Interface into location functionality. Specifies whether location service is enabled in user settings. Last measured device geographical location. Returns location service status. Starts location service updates. Last location coordinates could be. Starts location service updates. Last location coordinates could be. Starts location service updates. Last location coordinates could be. Stops location service updates. This could be useful for saving battery life. Describes location service status. Location service failed (user denied access to location service). Location service is initializing, some time later it will switch to. Location service is running and locations could be queried. Location service is stopped. Structure for building a LOD for passing to the SetLODs function. Width of the cross-fade transition zone (proportion to the current LOD's whole length) [0-1]. Only used if it's not animated. List of renderers for this LOD level. The screen relative height to use for the transition [0-1]. Construct a LOD. The screen relative height to use for the transition [0-1]. An array of renderers to use for this LOD level. The LOD fade modes. Modes other than LODFadeMode.None will result in Unity calculating a blend factor for blending/interpolating between two neighbouring LODs and pass it to your shader. Perform cross-fade style blending between the current LOD and the next LOD if the distance to camera falls in the range specified by the LOD.fadeTransitionWidth of each LOD. Indicates the LOD fading is turned off. By specifying this mode, your LODGroup will perform a SpeedTree-style LOD fading scheme: * For all the mesh LODs other than the last (most crude) mesh LOD, the fade factor is calculated as the percentage of the object's current screen height, compared to the whole range of the LOD. It is 1, if the camera is right at the position where the previous LOD switches out and 0, if the next LOD is just about to switch in. * For the last mesh LOD and the billboard LOD, the cross-fade mode is used. LODGroup lets you group multiple Renderers into LOD levels. Specify if the cross-fading should be animated by time. The animation duration is specified globally as crossFadeAnimationDuration. The cross-fading animation duration in seconds. ArgumentException will be thrown if it is set to zero or a negative value. Enable / Disable the LODGroup - Disabling will turn off all renderers. The LOD fade mode used. The local reference point against which the LOD distance is calculated. The number of LOD levels. The size of the LOD object in local space. The LOD level to use. Passing index < 0 will return to standard LOD processing. Returns the array of LODs. The LOD array. Recalculate the bounding region for the LODGroup (Relatively slow, do not call often). Set the LODs for the LOD group. This will remove any existing LODs configured on the LODGroup. The LODs to use for this group. Initializes a new instance of the Logger. To selective enable debug log message. To runtime toggle debug logging [ON/OFF]. Set Logger.ILogHandler. Create a custom Logger. Pass in default log handler or custom log handler. Check logging is enabled based on the LogType. The type of the log message. Retrun true in case logs of LogType will be logged otherwise returns false. Logs message to the Unity Console using default logger. The type of the log message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. Logs message to the Unity Console using default logger. The type of the log message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. Logs message to the Unity Console using default logger. The type of the log message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. Logs message to the Unity Console using default logger. The type of the log message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. Logs message to the Unity Console using default logger. The type of the log message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. Logs message to the Unity Console using default logger. The type of the log message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. Logs message to the Unity Console using default logger. The type of the log message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. A variant of Logger.Log that logs an error message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. A variant of Logger.Log that logs an error message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. A variant of Logger.Log that logs an exception message. Runtime Exception. Object to which the message applies. A variant of Logger.Log that logs an exception message. Runtime Exception. Object to which the message applies. Logs a formatted message. The type of the log message. Object to which the message applies. A composite format string. Format arguments. Logs a formatted message. The type of the log message. Object to which the message applies. A composite format string. Format arguments. A variant of Logger.Log that logs an warning message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. A variant of Logger.Log that logs an warning message. Used to identify the source of a log message. It usually identifies the class where the log call occurs. String or object to be converted to string representation for display. Object to which the message applies. The type of the log message in Debug.unityLogger.Log or delegate registered with Application.RegisterLogCallback. LogType used for Asserts. (These could also indicate an error inside Unity itself.) LogType used for Errors. LogType used for Exceptions. LogType used for regular log messages. LogType used for Warnings. The Master Server is used to make matchmaking between servers and clients easy. Report this machine as a dedicated server. The IP address of the master server. The connection port of the master server. Set the minimum update rate for master server host information update. Clear the host list which was received by MasterServer.PollHostList. Check for the latest host list received by using MasterServer.RequestHostList. Register this server on the master server. Register this server on the master server. Request a host list from the master server. Unregister this server from the master server. Describes status messages from the master server as returned in MonoBehaviour.OnMasterServerEvent|OnMasterServerEvent. Use this struct to specify the position and rotation weight mask for Animator.MatchTarget. Position XYZ weight. Rotation weight. MatchTargetWeightMask contructor. Position XYZ weight. Rotation weight. The material class. The main material's color. Gets and sets whether the Double Sided Global Illumination setting is enabled for this material. Gets and sets whether GPU instancing is enabled for this material. Defines how the material should interact with lightmaps and lightprobes. The material's texture. The texture offset of the main texture. The texture scale of the main texture. How many passes are in this material (Read Only). Render queue of this material. The shader used by the material. Additional shader keywords set by this material. Copy properties from other material into this material. Create a temporary Material. Create a material with a given Shader. Create a material by copying all properties from another material. Create a temporary Material. Create a material with a given Shader. Create a material by copying all properties from another material. Unset a shader keyword. Sets a shader keyword that is enabled by this material. Returns the index of the pass passName. Get a named color value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named color value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named color array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named color array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetch a named color array into a list. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The list to hold the returned array. Fetch a named color array into a list. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The list to hold the returned array. Get a named float value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named float value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named float array. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. Get a named float array. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. Fetch a named float array into a list. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The list to hold the returned array. Fetch a named float array into a list. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. The list to hold the returned array. Get a named integer value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named integer value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named matrix value from the shader. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named matrix value from the shader. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named matrix array. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. Get a named matrix array. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. Fetch a named matrix array into a list. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The list to hold the returned array. Fetch a named matrix array into a list. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The list to hold the returned array. Returns the name of the shader pass at index pass. Checks whether a given Shader pass is enabled on this Material. Shader pass name (case insensitive). True if the Shader pass is enabled. Get the value of material's shader tag. Get the value of material's shader tag. Get a named texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named texture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets the placement offset of texture propertyName. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets the placement offset of texture propertyName. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Return the name IDs of all texture properties exposed on this material. IDs of all texture properties exposed on this material. IDs of all texture properties exposed on this material. Return the name IDs of all texture properties exposed on this material. IDs of all texture properties exposed on this material. IDs of all texture properties exposed on this material. Returns the names of all texture properties exposed on this material. Names of all texture properties exposed on this material. Names of all texture properties exposed on this material. Returns the names of all texture properties exposed on this material. Names of all texture properties exposed on this material. Names of all texture properties exposed on this material. Gets the placement scale of texture propertyName. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets the placement scale of texture propertyName. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named vector value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named vector value. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a named vector array. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. Get a named vector array. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. Fetch a named vector array into a list. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The list to hold the returned array. Fetch a named vector array into a list. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The list to hold the returned array. Checks if material's shader has a property of a given name. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Checks if material's shader has a property of a given name. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Is the shader keyword enabled on this material? Interpolate properties between two materials. Sets a named ComputeBuffer value. Property name ID, use Shader.PropertyToID to get it. Property name. The ComputeBuffer value to set. Sets a named ComputeBuffer value. Property name ID, use Shader.PropertyToID to get it. Property name. The ComputeBuffer value to set. Sets a named color value. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_Color". Color value to set. Sets a named color value. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_Color". Color value to set. Sets a color array property. Property name. Property name ID, use Shader.PropertyToID to get it. Array of values to set. Sets a color array property. Property name. Property name ID, use Shader.PropertyToID to get it. Array of values to set. Sets a color array property. Property name. Property name ID, use Shader.PropertyToID to get it. Array of values to set. Sets a color array property. Property name. Property name ID, use Shader.PropertyToID to get it. Array of values to set. Sets a named float value. Property name ID, use Shader.PropertyToID to get it. Float value to set. Property name, e.g. "_Glossiness". Sets a named float value. Property name ID, use Shader.PropertyToID to get it. Float value to set. Property name, e.g. "_Glossiness". Sets a float array property. Property name. Property name ID. Use Shader.PropertyToID to get this ID. Array of values to set. Sets a float array property. Property name. Property name ID. Use Shader.PropertyToID to get this ID. Array of values to set. Sets a float array property. Property name. Property name ID. Use Shader.PropertyToID to get this ID. Array of values to set. Sets a float array property. Property name. Property name ID. Use Shader.PropertyToID to get this ID. Array of values to set. Sets a named integer value. Property name ID, use Shader.PropertyToID to get it. Integer value to set. Property name, e.g. "_SrcBlend". Sets a named integer value. Property name ID, use Shader.PropertyToID to get it. Integer value to set. Property name, e.g. "_SrcBlend". Sets a named matrix for the shader. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_CubemapRotation". Matrix value to set. Sets a named matrix for the shader. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_CubemapRotation". Matrix value to set. Sets a matrix array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. Sets a matrix array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. Sets a matrix array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. Sets a matrix array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. Sets an override tag/value on the material. Name of the tag to set. Name of the value to set. Empty string to clear the override flag. Activate the given pass for rendering. Shader pass number to setup. If false is returned, no rendering should be done. Enables or disables a Shader pass on a per-Material level. Shader pass name (case insensitive). Flag indicating whether this Shader pass should be enabled. Sets a named texture. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_MainTex". Texture to set. Sets a named texture. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_MainTex". Texture to set. Sets the placement offset of texture propertyName. Property name ID, use Shader.PropertyToID to get it. Property name, for example: "_MainTex". Texture placement offset. Sets the placement offset of texture propertyName. Property name ID, use Shader.PropertyToID to get it. Property name, for example: "_MainTex". Texture placement offset. Sets the placement scale of texture propertyName. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_MainTex". Texture placement scale. Sets the placement scale of texture propertyName. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_MainTex". Texture placement scale. Sets a named vector value. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_WaveAndDistance". Vector value to set. Sets a named vector value. Property name ID, use Shader.PropertyToID to get it. Property name, e.g. "_WaveAndDistance". Vector value to set. Sets a vector array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. Sets a vector array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. Sets a vector array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. Sets a vector array property. Property name. Array of values to set. Property name ID, use Shader.PropertyToID to get it. How the material interacts with lightmaps and lightprobes. Helper Mask to be used to query the enum only based on whether realtime GI or baked GI is set, ignoring all other bits. The emissive lighting affects baked Global Illumination. It emits lighting into baked lightmaps and baked lightprobes. The emissive lighting is guaranteed to be black. This lets the lightmapping system know that it doesn't have to extract emissive lighting information from the material and can simply assume it is completely black. The emissive lighting does not affect Global Illumination at all. The emissive lighting will affect realtime Global Illumination. It emits lighting into realtime lightmaps and realtime lightprobes. A block of material values to apply. Is the material property block empty? (Read Only) Clear material property values. This function copies the entire source array into a Vector4 property array named unity_ProbesOcclusion for use with instanced rendering. The array of probe occlusion values to copy from. This function copies the entire source array into a Vector4 property array named unity_ProbesOcclusion for use with instanced rendering. The array of probe occlusion values to copy from. This function copies the source array into a Vector4 property array named unity_ProbesOcclusion with the specified source and destination range for use with instanced rendering. The array of probe occlusion values to copy from. The index of the first element in the source array to copy from. The index of the first element in the destination MaterialPropertyBlock array to copy to. The number of elements to copy. This function copies the source array into a Vector4 property array named unity_ProbesOcclusion with the specified source and destination range for use with instanced rendering. The array of probe occlusion values to copy from. The index of the first element in the source array to copy from. The index of the first element in the destination MaterialPropertyBlock array to copy to. The number of elements to copy. This function converts and copies the entire source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC for use with instanced rendering. The array of SH values to copy from. This function converts and copies the entire source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC for use with instanced rendering. The array of SH values to copy from. This function converts and copies the source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC with the specified source and destination range for use with instanced rendering. The array of SH values to copy from. The index of the first element in the source array to copy from. The index of the first element in the destination MaterialPropertyBlock array to copy to. The number of elements to copy. This function converts and copies the source array into 7 Vector4 property arrays named unity_SHAr, unity_SHAg, unity_SHAb, unity_SHBr, unity_SHBg, unity_SHBb and unity_SHC with the specified source and destination range for use with instanced rendering. The array of SH values to copy from. The index of the first element in the source array to copy from. The index of the first element in the destination MaterialPropertyBlock array to copy to. The number of elements to copy. Get a color from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a color from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a float from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a float from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a float array from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a float array from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetch a float array from the property block into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetch a float array from the property block into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get an int from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get an int from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a matrix from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a matrix from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a matrix array from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a matrix array from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetch a matrix array from the property block into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetch a matrix array from the property block into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a texture from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a texture from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a vector from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a vector from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a vector array from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Get a vector array from the property block. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetch a vector array from the property block into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetch a vector array from the property block into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Set a ComputeBuffer property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The ComputeBuffer to set. Set a ComputeBuffer property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The ComputeBuffer to set. Set a color property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The Color value to set. Set a color property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The Color value to set. Set a float property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The float value to set. Set a float property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The float value to set. Set a float array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a float array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a float array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a float array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Adds a property to the block. If an int property with the given name already exists, the old value is replaced. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The int value to set. Adds a property to the block. If an int property with the given name already exists, the old value is replaced. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The int value to set. Set a matrix property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The matrix value to set. Set a matrix property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The matrix value to set. Set a matrix array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a matrix array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a matrix array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a matrix array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a texture property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The Texture to set. Set a texture property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The Texture to set. Set a vector property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The Vector4 value to set. Set a vector property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The Vector4 value to set. Set a vector array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a vector array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a vector array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. Set a vector array property. The name of the property. The name ID of the property retrieved by Shader.PropertyToID. The array to set. A collection of common math functions. Returns the absolute value of f. Returns the absolute value of value. Returns the arc-cosine of f - the angle in radians whose cosine is f. Compares two floating point values and returns true if they are similar. Returns the arc-sine of f - the angle in radians whose sine is f. Returns the arc-tangent of f - the angle in radians whose tangent is f. Returns the angle in radians whose Tan is y/x. Returns the smallest integer greater to or equal to f. Returns the smallest integer greater to or equal to f. Clamps the given value between the given minimum float and maximum float values. Returns the given value if it is within the min and max range. The floating point value to restrict inside the range defined by the min and max values. The minimum floating point value to compare against. The maximum floating point value to compare against. The float result between the min and max values. Clamps the given value between a range defined by the given minimum integer and maximum integer values. Returns the given value if it is within min and max. The integer point value to restrict inside the min-to-max range The minimum integer point value to compare against. The maximum integer point value to compare against. The int result between min and max values. Clamps value between 0 and 1 and returns value. Returns the closest power of two value. Convert a color temperature in Kelvin to RGB color. Temperature in Kelvin. Range 1000 to 40000 Kelvin. Correlated Color Temperature as floating point RGB color. Returns the cosine of angle f. The input angle, in radians. The return value between -1 and 1. Degrees-to-radians conversion constant (Read Only). Calculates the shortest difference between two given angles given in degrees. A tiny floating point value (Read Only). Returns e raised to the specified power. Returns the largest integer smaller than or equal to f. Returns the largest integer smaller to or equal to f. Converts the given value from gamma (sRGB) to linear color space. A representation of positive infinity (Read Only). Calculates the linear parameter t that produces the interpolant value within the range [a, b]. Start value. End value. Value between start and end. Percentage of value between start and end. Returns true if the value is power of two. Linearly interpolates between a and b by t. The start value. The end value. The interpolation value between the two floats. The interpolated float result between the two float values. Same as Lerp but makes sure the values interpolate correctly when they wrap around 360 degrees. Linearly interpolates between a and b by t with no limit to t. The start value. The end value. The interpolation between the two floats. The float value as a result from the linear interpolation. Converts the given value from linear to gamma (sRGB) color space. Returns the logarithm of a specified number in a specified base. Returns the natural (base e) logarithm of a specified number. Returns the base 10 logarithm of a specified number. Returns largest of two or more values. Returns largest of two or more values. Returns the largest of two or more values. Returns the largest of two or more values. Returns the smallest of two or more values. Returns the smallest of two or more values. Returns the smallest of two or more values. Returns the smallest of two or more values. Moves a value current towards target. The current value. The value to move towards. The maximum change that should be applied to the value. Same as MoveTowards but makes sure the values interpolate correctly when they wrap around 360 degrees. A representation of negative infinity (Read Only). Returns the next power of two that is equal to, or greater than, the argument. Generate 2D Perlin noise. X-coordinate of sample point. Y-coordinate of sample point. Value between 0.0 and 1.0. (Return value might be slightly beyond 1.0.) The well-known 3.14159265358979... value (Read Only). PingPongs the value t, so that it is never larger than length and never smaller than 0. Returns f raised to power p. Radians-to-degrees conversion constant (Read Only). Loops the value t, so that it is never larger than length and never smaller than 0. Returns f rounded to the nearest integer. Returns f rounded to the nearest integer. Returns the sign of f. Returns the sine of angle f. The input angle, in radians. The return value between -1 and +1. Gradually changes a value towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes a value towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes a value towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes an angle given in degrees towards a desired goal angle over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes an angle given in degrees towards a desired goal angle over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes an angle given in degrees towards a desired goal angle over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Interpolates between min and max with smoothing at the limits. Returns square root of f. Returns the tangent of angle f in radians. A standard 4x4 transformation matrix. This property takes a projection matrix and returns the six plane coordinates that define a projection frustum. The determinant of the matrix. Returns the identity matrix (Read Only). The inverse of this matrix (Read Only). Is this the identity matrix? Attempts to get a scale value from the matrix. Attempts to get a rotation quaternion from this matrix. Returns the transpose of this matrix (Read Only). Returns a matrix with all elements set to zero (Read Only). This function returns a projection matrix with viewing frustum that has a near plane defined by the coordinates that were passed in. The X coordinate of the left side of the near projection plane in view space. The X coordinate of the right side of the near projection plane in view space. The Y coordinate of the bottom side of the near projection plane in view space. The Y coordinate of the top side of the near projection plane in view space. Z distance to the near plane from the origin in view space. Z distance to the far plane from the origin in view space. Frustum planes struct that contains the view space coordinates of that define a viewing frustum. A projection matrix with a viewing frustum defined by the plane coordinates passed in. This function returns a projection matrix with viewing frustum that has a near plane defined by the coordinates that were passed in. The X coordinate of the left side of the near projection plane in view space. The X coordinate of the right side of the near projection plane in view space. The Y coordinate of the bottom side of the near projection plane in view space. The Y coordinate of the top side of the near projection plane in view space. Z distance to the near plane from the origin in view space. Z distance to the far plane from the origin in view space. Frustum planes struct that contains the view space coordinates of that define a viewing frustum. A projection matrix with a viewing frustum defined by the plane coordinates passed in. Get a column of the matrix. Returns a row of the matrix. Given a source point, a target point, and an up vector, computes a transformation matrix that corresponds to a camera viewing the target from the source, such that the right-hand vector is perpendicular to the up vector. The source point. The target point. The vector describing the up direction (typically Vector3.up). The resulting transformation matrix. Transforms a position by this matrix (generic). Transforms a position by this matrix (fast). Transforms a direction by this matrix. Multiplies two matrices. Transforms a Vector4 by a matrix. Creates an orthogonal projection matrix. Creates a perspective projection matrix. Creates a rotation matrix. Creates a scaling matrix. Sets a column of the matrix. Sets a row of the matrix. Sets this matrix to a translation, rotation and scaling matrix. Access element at [row, column]. Access element at sequential index (0..15 inclusive). Returns a nicely formatted string for this matrix. Returns a nicely formatted string for this matrix. Returns a plane that is transformed in space. Creates a translation matrix. Creates a translation, rotation and scaling matrix. Checks if this matrix is a valid transform matrix. A class that allows creating or modifying meshes from scripts. The bind poses. The bind pose at each index refers to the bone with the same index. Returns BlendShape count on this mesh. The bone weights of each vertex. The bounding volume of the mesh. Vertex colors of the Mesh. Vertex colors of the Mesh. Format of the mesh index buffer data. Returns true if the Mesh is read/write enabled, or false if it is not. The normals of the Mesh. The number of sub-meshes inside the Mesh object. The tangents of the Mesh. An array containing all triangles in the Mesh. The base texture coordinates of the Mesh. The second texture coordinate set of the mesh, if present. The third texture coordinate set of the mesh, if present. The fourth texture coordinate set of the mesh, if present. The fifth texture coordinate set of the mesh, if present. The sixth texture coordinate set of the mesh, if present. The seventh texture coordinate set of the mesh, if present. The eighth texture coordinate set of the mesh, if present. Gets the number of vertex buffers present in the Mesh. (Read Only) Returns the number of vertices in the Mesh (Read Only). Returns a copy of the vertex positions or assigns a new vertex positions array. Adds a new blend shape frame. Name of the blend shape to add a frame to. Weight for the frame being added. Delta vertices for the frame being added. Delta normals for the frame being added. Delta tangents for the frame being added. Clears all vertex data and all triangle indices. Clears all blend shapes from Mesh. Combines several Meshes into this Mesh. Descriptions of the Meshes to combine. Defines whether Meshes should be combined into a single sub-mesh. Defines whether the transforms supplied in the CombineInstance array should be used or ignored. Creates an empty Mesh. Gets the base vertex index of the given sub-mesh. The sub-mesh index. See subMeshCount. The offset applied to all vertex indices of this sub-mesh. Gets the bind poses for this instance. A list of bind poses to populate. Returns the frame count for a blend shape. The shape index to get frame count from. Retreives deltaVertices, deltaNormals and deltaTangents of a blend shape frame. The shape index of the frame. The frame index to get the weight from. Delta vertices output array for the frame being retreived. Delta normals output array for the frame being retreived. Delta tangents output array for the frame being retreived. Returns the weight of a blend shape frame. The shape index of the frame. The frame index to get the weight from. Returns index of BlendShape by given name. Returns name of BlendShape by given index. Gets the bone weights for this instance. A list of bone weights to populate. Gets the vertex colors for this instance. A list of vertex colors to populate. Gets the vertex colors for this instance. A list of vertex colors to populate. Gets the index count of the given sub-mesh. Gets the starting index location within the Mesh's index buffer, for the given sub-mesh. Fetches the index list for the specified sub-mesh. A list of indices to populate. The sub-mesh index. See subMeshCount. True (default value) will apply base vertex offset to returned indices. Fetches the index list for the specified sub-mesh. A list of indices to populate. The sub-mesh index. See subMeshCount. True (default value) will apply base vertex offset to returned indices. Retrieves a native (underlying graphics API) pointer to the index buffer. Pointer to the underlying graphics API index buffer. Retrieves a native (underlying graphics API) pointer to the vertex buffer. Which vertex buffer to get (some Meshes might have more than one). See vertexBufferCount. Pointer to the underlying graphics API vertex buffer. Gets the vertex normals for this instance. A list of vertex normals to populate. Gets the tangents for this instance. A list of tangents to populate. Gets the topology of a sub-mesh. Fetches the triangle list for the specified sub-mesh on this object. A list of vertex indices to populate. The sub-mesh index. See subMeshCount. True (default value) will apply base vertex offset to returned indices. Fetches the triangle list for the specified sub-mesh on this object. A list of vertex indices to populate. The sub-mesh index. See subMeshCount. True (default value) will apply base vertex offset to returned indices. Fetches the triangle list for the specified sub-mesh on this object. A list of vertex indices to populate. The sub-mesh index. See subMeshCount. True (default value) will apply base vertex offset to returned indices. Fetches the triangle list for the specified sub-mesh on this object. A list of vertex indices to populate. The sub-mesh index. See subMeshCount. True (default value) will apply base vertex offset to returned indices. The UV distribution metric can be used to calculate the desired mipmap level based on the position of the camera. UV set index to return the UV distibution metric for. 0 for first. Average of triangle area / uv area. Gets the UVs of the Mesh. The UV channel. Indices start at 0, which corresponds to uv. Note that 1 corresponds to uv2. A list of UVs to populate. Gets the UVs of the Mesh. The UV channel. Indices start at 0, which corresponds to uv. Note that 1 corresponds to uv2. A list of UVs to populate. Gets the UVs of the Mesh. The UV channel. Indices start at 0, which corresponds to uv. Note that 1 corresponds to uv2. A list of UVs to populate. Gets the vertex positions for this instance. A list of vertex positions to populate. Optimize mesh for frequent updates. Optimizes the Mesh for display. Recalculate the bounding volume of the Mesh from the vertices. Recalculates the normals of the Mesh from the triangles and vertices. Recalculates the tangents of the Mesh from the normals and texture coordinates. Vertex colors of the Mesh. Per-Vertex Colours. Vertex colors of the Mesh. Per-Vertex Colours. Sets the index buffer for the sub-mesh. The array of indices that define the Mesh. The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology. The sub-mesh to modify. Calculate the bounding box of the Mesh after setting the indices. This is done by default. Use false when you want to use the existing bounding box and reduce the CPU cost of setting the indices. Optional vertex offset that is added to all triangle vertex indices. Sets the index buffer for the sub-mesh. The array of indices that define the Mesh. The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology. The sub-mesh to modify. Calculate the bounding box of the Mesh after setting the indices. This is done by default. Use false when you want to use the existing bounding box and reduce the CPU cost of setting the indices. Optional vertex offset that is added to all triangle vertex indices. Sets the index buffer for the sub-mesh. The array of indices that define the Mesh. The topology of the Mesh, e.g: Triangles, Lines, Quads, Points, etc. See MeshTopology. The sub-mesh to modify. Calculate the bounding box of the Mesh after setting the indices. This is done by default. Use false when you want to use the existing bounding box and reduce the CPU cost of setting the indices. Optional vertex offset that is added to all triangle vertex indices. Set the normals of the Mesh. Per-vertex normals. Set the tangents of the Mesh. Per-vertex tangents. Sets the triangle list for the sub-mesh. The list of indices that define the triangles. The sub-mesh to modify. Calculate the bounding box of the Mesh after setting the triangles. This is done by default. Use false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles. Optional vertex offset that is added to all triangle vertex indices. Sets the triangle list for the sub-mesh. The list of indices that define the triangles. The sub-mesh to modify. Calculate the bounding box of the Mesh after setting the triangles. This is done by default. Use false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles. Optional vertex offset that is added to all triangle vertex indices. Sets the triangle list for the sub-mesh. The list of indices that define the triangles. The sub-mesh to modify. Calculate the bounding box of the Mesh after setting the triangles. This is done by default. Use false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles. Optional vertex offset that is added to all triangle vertex indices. Sets the triangle list for the sub-mesh. The list of indices that define the triangles. The sub-mesh to modify. Calculate the bounding box of the Mesh after setting the triangles. This is done by default. Use false when you want to use the existing bounding box and reduce the CPU cost of setting the triangles. Optional vertex offset that is added to all triangle vertex indices. Sets the UVs of the Mesh. The UV channel. Indices start at 0, which corresponds to uv. Note that 1 corresponds to uv2. List of UVs to set for the given index. Sets the UVs of the Mesh. The UV channel. Indices start at 0, which corresponds to uv. Note that 1 corresponds to uv2. List of UVs to set for the given index. Sets the UVs of the Mesh. The UV channel. Indices start at 0, which corresponds to uv. Note that 1 corresponds to uv2. List of UVs to set for the given index. Assigns a new vertex positions array. Per-vertex position. Upload previously done Mesh modifications to the graphics API. Frees up system memory copy of mesh data when set to true. A mesh collider allows you to do between meshes and primitives. Use a convex collider from the mesh. Options used to enable or disable certain features in mesh cooking. Allow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh. The mesh object used for collision detection. Used when set to inflateMesh to determine how much inflation is acceptable. Uses interpolated normals for sphere collisions instead of flat polygonal normals. Cooking options that are available with MeshCollider. Toggle between cooking for faster simulation or faster cooking time. Toggle cleaning of the mesh. Allow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh. No optional cooking steps will be run. Toggle the removal of equal vertices. A class to access the Mesh of the. Returns the instantiated Mesh assigned to the mesh filter. Returns the shared mesh of the mesh filter. Renders meshes inserted by the MeshFilter or TextMesh. Vertex attributes in this mesh will override or add attributes of the primary mesh in the MeshRenderer. Index of the first sub-mesh to use from the Mesh associated with this MeshRenderer (Read Only). Topology of Mesh faces. Mesh is made from lines. Mesh is a line strip. Mesh is made from points. Mesh is made from quads. Mesh is made from triangles. Use this class to record to an AudioClip using a connected microphone. A list of available microphone devices, identified by name. Stops recording. The name of the device. Get the frequency capabilities of a device. The name of the device. Returns the minimum sampling frequency of the device. Returns the maximum sampling frequency of the device. Get the position in samples of the recording. The name of the device. Query if a device is currently recording. The name of the device. Start Recording with device. The name of the device. Indicates whether the recording should continue recording if lengthSec is reached, and wrap around and record from the beginning of the AudioClip. Is the length of the AudioClip produced by the recording. The sample rate of the AudioClip produced by the recording. The function returns null if the recording fails to start. Attribute used to make a float or int variable in a script be restricted to a specific minimum value. The minimum allowed value. Attribute used to make a float or int variable in a script be restricted to a specific minimum value. The minimum allowed value. Enum describing what lighting mode to be used with Mixed lights. Mixed lights provide realtime direct lighting while indirect light is baked into lightmaps and light probes. Mixed lights provide realtime direct lighting. Indirect lighting gets baked into lightmaps and light probes. Shadowmasks and light probe occlusion get generated for baked shadows. The Shadowmask Mode used at run time can be set in the Quality Settings panel. Mixed lights provide baked direct and indirect lighting for static objects. Dynamic objects receive realtime direct lighting and cast shadows on static objects using the main directional light in the Scene. MonoBehaviour is the base class from which every Unity script derives. Logs message to the Unity Console (identical to Debug.Log). Allow a specific instance of a MonoBehaviour to run in edit mode (only available in the editor). Disabling this lets you skip the GUI layout phase. Cancels all Invoke calls on this MonoBehaviour. Cancels all Invoke calls with name methodName on this behaviour. Invokes the method methodName in time seconds. Invokes the method methodName in time seconds, then repeatedly every repeatRate seconds. Is any invoke on methodName pending? Is any invoke pending on this MonoBehaviour? Starts a coroutine. Starts a coroutine named methodName. Starts a coroutine named methodName. Starts a Coroutine named coroutine. Name of the created Coroutine. Stops all coroutines running on this behaviour. Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour. Name of coroutine. Name of the function in code, including coroutines. Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour. Name of coroutine. Name of the function in code, including coroutines. Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour. Name of coroutine. Name of the function in code, including coroutines. Base class for AnimationClips and BlendTrees. The type of motion vectors that should be generated. Use only camera movement to track motion. Do not track motion. Motion vectors will be 0. Use a specific pass (if required) to track motion. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. Attribute to make a string be edited with a multi-line textfield. Attribute used to make a string value be shown in a multiline textarea. How many lines of text to make room for. Default is 3. Attribute used to make a string value be shown in a multiline textarea. How many lines of text to make room for. Default is 3. The network class is at the heart of the network implementation and provides the core functions. All connected players. The IP address of the connection tester used in Network.TestConnection. The port of the connection tester used in Network.TestConnection. Set the password for the server (for incoming connections). Returns true if your peer type is client. Enable or disable the processing of network messages. Returns true if your peer type is server. Set the log level for network messages (default is Off). Set the maximum amount of connections/players allowed. Get or set the minimum number of ViewID numbers in the ViewID pool given to clients by the server. The IP address of the NAT punchthrough facilitator. The port of the NAT punchthrough facilitator. The status of the peer type, i.e. if it is disconnected, connecting, server or client. Get the local NetworkPlayer instance. The IP address of the proxy server. Set the proxy server password. The port of the proxy server. The default send rate of network updates for all Network Views. Get the current network time (seconds). Indicate if proxy support is needed, in which case traffic is relayed through the proxy server. Query for the next available network view ID number and allocate it (reserve). Close the connection to another system. Connect to the specified host (ip or domain name) and server port. Connect to the specified host (ip or domain name) and server port. This function is exactly like Network.Connect but can accept an array of IP addresses. This function is exactly like Network.Connect but can accept an array of IP addresses. Connect to a server GUID. NAT punchthrough can only be performed this way. Connect to a server GUID. NAT punchthrough can only be performed this way. Connect to the host represented by a HostData structure returned by the Master Server. Connect to the host represented by a HostData structure returned by the Master Server. Destroy the object associated with this view ID across the network. Destroy the object across the network. Destroy all the objects based on view IDs belonging to this player. Close all open connections and shuts down the network interface. Close all open connections and shuts down the network interface. The last average ping time to the given player in milliseconds. The last ping time to the given player in milliseconds. Check if this machine has a public IP address. Initializes security layer. Initialize the server. Initialize the server. Network instantiate a Prefab. Remove all RPC functions which belong to this player ID. Remove all RPC functions which belong to this player ID and were sent based on the given group. Remove the RPC function calls accociated with this view ID number. Remove all RPC functions which belong to given group number. Set the level prefix which will then be prefixed to all network ViewID numbers. Enable or disables the reception of messages in a specific group number from a specific player. Enables or disables transmission of messages and RPC calls on a specific network group number. Enable or disable transmission of messages and RPC calls based on target network player as well as the network group. Test this machines network connection. Test this machines network connection. Test the connection specifically for NAT punch-through connectivity. Test the connection specifically for NAT punch-through connectivity. Possible status messages returned by Network.Connect and in MonoBehaviour.OnFailedToConnect|OnFailedToConnect in case the error was not immediate. The reason a disconnect event occured, like in MonoBehaviour.OnDisconnectedFromServer|OnDisconnectedFromServer. Responsible for rejecting or accepting certificates received on https requests. Signals that this [CertificateHandler] is no longer being used, and should clean up any resources it is using. Callback, invoked for each leaf certificate sent by the remote server. Certificate data in PEM or DER format. If certificate data contains multiple certificates, the first one is the leaf certificate. true if the certificate should be accepted, false if not. Defines parameters of channels. Returns true if the channel belongs to a shared group. UnderlyingModel.MemDoc.MemDocModel. Requested type of quality of service (default Unreliable). Copy constructor. UnderlyingModel.MemDoc.MemDocModel. Requested type of quality of service (default Unreliable). Copy constructor. UnderlyingModel.MemDoc.MemDocModel. Requested type of quality of service (default Unreliable). Copy constructor. Channel quality of service. Defines size of the buffer holding reliable messages, before they will be acknowledged. Ack buffer can hold 128 messages. Ack buffer can hold 32 messages. Ack buffer can hold 64 messages. Ack buffer can hold 96 messages. This class defines parameters of connection between two peers, this definition includes various timeouts and sizes as well as channel configuration. Defines the duration in milliseconds that the receiver waits for before it sends an acknowledgement back without waiting for any data payload. Default value = 33. Network clients that send data to a server may do so using many different quality of service (QOS) modes, some of which (reliable modes) expect the server to send back acknowledgement of receipt of data sent. Servers must periodically acknowledge data packets received over channels with reliable QOS modes by sending packets containing acknowledgement data (also known as "acks") back to the client. If the server were to send an acknowledgement immediately after receiving each packet from the client there would be significant overhead (the acknowledgement is a 32 or 64 bit integer, which is very small compared to the whole size of the packet which also contains the IP and the UDP header). AckDelay allows the server some time to accumulate a list of received reliable data packets to acknowledge, and decreases traffic overhead by combining many acknowledgements into a single packet. Determines the size of the buffer used to store reliable messages that are waiting for acknowledgement. It can be set to Acks32, Acks64, Acks96, or Acks128. Depends of this setting buffer can hold 32, 64, 96, or 128 messages. Default value = Ack32. Messages sent on reliable quality of service channels are stored in a special buffer while they wait for acknowledgement from the peer. This buffer can be either 32, 64, 96 or 128 positions long. It is recommended to begin with this value set to Ack32, which defines a buffer up to 32 messages in size. If you receive NoResources errors often when you send reliable messages, change this value to the next possible size. Adds a new channel to the configuration and returns the unique id of that channel. Channels are logical delimiters of traffic between peers. Every time you send data to a peer, you should use two ids: connection id and channel id. Channels are not only logically separate traffic but could each be configured with a different quality of service (QOS). In the example below, a configuration is created containing two channels with Unreliable and Reliable QOS types. This configuration is then used for sending data. Add new channel to configuration. Channel id, user can use this id to send message via this channel. Defines the timeout in milliseconds after which messages sent via the AllCost channel will be re-sent without waiting for acknowledgement. Default value = 20 ms. AllCost delivery quality of service (QOS) is a special QOS for delivering game-critical information, such as when the game starts, or when bullets are shot. Due to packets dropping, sometimes reliable messages cannot be delivered and need to be re-sent. Reliable messages will re-sent after RTT+Delta time, (RTT is round trip time) where RTT is a dynamic value and can reach couple of hundred milliseconds. For the AllCost delivery channel this timeout can be user-defined to force game critical information to be re-sent. Defines, when multiplied internally by InitialBandwidth, the maximum bandwidth that can be used under burst conditions. (Read Only) The number of channels in the current configuration. The list of channels belonging to the current configuration. Note: any ConnectionConfig passed as a parameter to a function in Unity Multiplayer is deep copied (that is, an entirely new copy is made, with no references to the original). Timeout in ms which library will wait before it will send another connection request. Will create default connection config or will copy them from another. Connection config. Will create default connection config or will copy them from another. Connection config. Defines the timeout in milliseconds before a connection is considered to have been disconnected. Default value = 2000. Unity Multiplayer defines conditions under which a connection is considered as disconnected. Disconnection can happen for the following reasons: (1) A disconnection request was received. (2) The connection has not received any traffic at all for a time longer than DisconnectTimeout (Note that live connections receive regular keep-alive packets, so in this case "no traffic" means not only no user traffic but also absence of any keep-alive traffic as well). (3) Flow control determines that the time between sending packets is longer than DisconnectTimeout. Keep-alive packets are regularly delivered from peers and contain statistical information. This information includes values of packet loss due to network and peer overflow conditions. Setting NetworkDropThreshold and OverflowDropThreshold defines thresholds for flow control which can decrease packet frequency. When the time before sending the next packet is longer than DisconnectTimeout, the connection will be considered as disconnected and a disconnect event is received. Defines the fragment size for fragmented messages (for QOS: ReliableFragmented and UnreliableFragmented). Default value = 500. Under fragmented quality of service modes, the original message is split into fragments (up to 64) of up to FragmentSize bytes each. The fragment size depends on the frequency and size of reliable messages sent. Each reliable message potentially could be re-sent, so you need to choose a fragment size less than the remaining free space in a UDP packet after retransmitted reliable messages are added to the packet. For example, if Networking.ConnectionConfig.PacketSize is 1440 bytes, and a reliable message's average size is 200 bytes, it would be wise to set this parameter to 900 – 1000 bytes. Return the QoS set for the given channel or throw an out of range exception. Index in array. Channel QoS. Return IList<byte> of channel IDs which belong to the group. Group id. List of channel IDs belonging to the group. Gets or sets the bandwidth in bytes per second that can be used by Unity Multiplayer. No traffic over this limit is allowed. Unity Multiplayer may internally reduce the bandwidth it uses due to flow control. The default value is 1.5MB/sec (1,536,000 bytes per second). The default value is intentionally a large number to allow all traffic to pass without delay. Allows you to combine multiple channels into a single group, so those channels share a common receiving order. The list of channel indices which should be grouped together. The list can include both reliable and unreliable channels. Defines the maximum number of small reliable messages that can be included in one combined message. Default value = 10. Since each message sent to a server contains IP information and a UDP header, duplicating this information for every message sent can be inefficient in the case where there are many small messages being sent frequently. Many small reliable messages can be combined into one longer reliable message, saving space in the waiting buffer. Unity Multiplayer will automatically combine up to MaxCombinedReliableMessageCount small messages into one message. To qualify as a small message, the data payload of the message should not be greater than MaxCombinedReliableMessageSize. Defines the maximum size in bytes of a reliable message which is considered small enough to include in a combined message. Default value = 100. Since each message sent to a server contains IP information and a UDP header, duplicating this information for every message sent can be inefficient in the case where there are many small messages being sent frequently. Many small reliable messages can be combined into one longer reliable message, saving space in the waiting buffer. Unity Multiplayer will automatically combine up to MaxCombinedReliableMessageCount small messages into one message. To qualify as a small message, the data payload of the message should not be greater than MaxCombinedReliableMessageSize. Defines the maximum number of times Unity Multiplayer will attempt to send a connection request without receiving a response before it reports that it cannot establish a connection. Default value = 10. Defines maximum number of messages that can be held in the queue for sending. Default value = 128. This buffer serves to smooth spikes in traffic and decreases network jitter. If the queue is full, a NoResources error will result from any calls to Send(). Setting this value greater than around 300 is likely to cause significant delaying of message delivering and can make game unplayable. Defines minimum time in milliseconds between sending packets. This duration may be automatically increased if required by flow control. Default value = 10. When Send() is called, Unity Multiplayer won’t send the message immediately. Instead, once every SendTimeout milliseconds each connection is checked to see if it has something to send. While initial and minimal send timeouts can be set, these may be increased internally due to network conditions or buffer overflows. Defines the percentage (from 0 to 100) of packets that need to be dropped due to network conditions before the SendUpdate timeout is automatically increased (and send rate is automatically decreased). Default value = 5. To avoid receiver overflow, Unity Multiplayer supports flow control. Each ping packet sent between connected peers contains two values: (1) Packets lost due to network conditions. (2) Packets lost because the receiver does not have free space in its incoming buffers. Like OverflowDropThreshold, both values are reported in percent. Use NetworkDropThreshold and OverflowDropThreshold to set thresholds for these values. If a value reported in the ping packet exceeds the corresponding threshold, Unity Multiplayer increases the sending timeout for packets up to a maximum value of DisconnectTimeout. Note: wireless networks usually exhibit 5% or greater packet loss. For wireless networks it is advisable to use a NetworkDropThreshold of 40-50%. Defines the percentage (from 0 to 100) of packets that need to be dropped due to lack of space in internal buffers before the SendUpdate timeout is automatically increased (and send rate is automatically decreased). Default value = 5. To avoid receiver overflow, Unity Multiplayer supports flow control. Each ping packet sent between connected peers contains two values: (1) Packets lost due to network conditions. (2) Packets lost because the receiver does not have free space in its incoming buffers. Like NetworkDropThreshold, both values are reported in percent. Use NetworkDropThreshold and OverflowDropThreshold to set thresholds for these values. If a value reported in the ping packet exceeds the corresponding threshold, Unity Multiplayer increases the sending timeout for packets up to a maximum value of DisconnectTimeout. Note: wireless networks usually exhibit 5% or greater packet loss. For wireless networks it is advisable to use a NetworkDropThreshold of 40-50%. Defines maximum packet size (in bytes) (including payload and all header). Packet can contain multiple messages inside. Default value = 1500. Note that this default value is suitable for local testing only. Usually you should change this value; a recommended setting for PC or mobile is 1470. For games consoles this value should probably be less than ~1100. Wrong size definition can cause packet dropping. Defines the duration in milliseconds between keep-alive packets, also known as pings. Default value = 500. The ping frequency should be long enough to accumulate good statistics and short enough to compare with DisconnectTimeout. A good guideline is to have more than 3 pings per disconnect timeout, and more than 5 messages per ping. For example, with a DisconnectTimeout of 2000ms, a PingTimeout of 500ms works well. Defines the maximum wait time in milliseconds before the "not acknowledged" message is re-sent. Default value = 1200. It does not make a lot of sense to wait for acknowledgement forever. This parameter sets an upper time limit at which point reliable messages are re-sent. Gets or sets the delay in milliseconds after a call to Send() before packets are sent. During this time, new messages may be combined in queued packets. Default value: 10ms. (Read Only) The number of shared order groups in current configuration. Defines the path to the file containing the certification authority (CA) certificate for WebSocket via SSL communication. Defines path to SSL certificate file, for WebSocket via SSL communication. Defines the path to the file containing the private key for WebSocket via SSL communication. Defines the size in bytes of the receiving buffer for UDP sockets. It is useful to set this parameter equal to the maximum size of a fragmented message. Default value is OS specific (usually 8kb). When starting a server use protocols that make use of platform specific optimisations where appropriate rather than cross-platform protocols. (Sony consoles only). Validate parameters of connection config. Will throw exceptions if parameters are incorrect. WebSocket only. Defines the buffer size in bytes for received frames on a WebSocket host. If this value is 0 (the default), a 4 kilobyte buffer is used. Any other value results in a buffer of that size, in bytes. WebSocket message fragments are called "frames". A WebSocket host has a buffer to store incoming message frames. Therefore this buffer should be set to the largest legal frame size supported. If an incoming frame exceeds the buffer size, no error is reported. However, the buffer will invoke the user callback in order to create space for the overflow. Create configuration for network simulator; You can use this class in editor and developer build only. Will create object describing network simulation parameters. Minimal simulation delay for outgoing traffic in ms. Average simulation delay for outgoing traffic in ms. Minimal simulation delay for incoming traffic in ms. Average simulation delay for incoming traffic in ms. Probability of packet loss 0 <= p <= 1. Destructor. Manage and process HTTP response body data received from a remote server. Returns the raw bytes downloaded from the remote server, or null. (Read Only) Returns true if this DownloadHandler has been informed by its parent UnityWebRequest that all data has been received, and this DownloadHandler has completed any necessary post-download processing. (Read Only) Convenience property. Returns the bytes from data interpreted as a UTF8 string. (Read Only) Callback, invoked when all data has been received from the remote server. Signals that this DownloadHandler is no longer being used, and should clean up any resources it is using. Callback, invoked when the data property is accessed. Byte array to return as the value of the data property. Callback, invoked when UnityWebRequest.downloadProgress is accessed. The return value for UnityWebRequest.downloadProgress. Callback, invoked when the text property is accessed. String to return as the return value of the text property. Callback, invoked with a Content-Length header is received. The value of the received Content-Length header. Callback, invoked as data is received from the remote server. A buffer containing unprocessed data, received from the remote server. The number of bytes in data which are new. True if the download should continue, false to abort. A DownloadHandler subclass specialized for downloading AssetBundles. Returns the downloaded AssetBundle, or null. (Read Only) Standard constructor for non-cached asset bundles. The nominal (pre-redirect) URL at which the asset bundle is located. A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking. Simple versioned constructor. Caches downloaded asset bundles. The nominal (pre-redirect) URL at which the asset bundle is located. A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking. Current version number of the asset bundle at url. Increment to redownload. Versioned constructor. Caches downloaded asset bundles. The nominal (pre-redirect) URL at which the asset bundle is located. A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking. A hash object defining the version of the asset bundle. Versioned constructor. Caches downloaded asset bundles to a customized cache path. The nominal (pre-redirect) URL at which the asset bundle is located. A hash object defining the version of the asset bundle. A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking. A structure used to download a given version of AssetBundle to a customized cache path. AssetBundle name which is used as the customized cache path. Versioned constructor. Caches downloaded asset bundles to a customized cache path. The nominal (pre-redirect) URL at which the asset bundle is located. A hash object defining the version of the asset bundle. A checksum to compare to the downloaded data for integrity checking, or zero to skip integrity checking. A structure used to download a given version of AssetBundle to a customized cache path. AssetBundle name which is used as the customized cache path. Returns the downloaded AssetBundle, or null. A finished UnityWebRequest object with DownloadHandlerAssetBundle attached. The same as DownloadHandlerAssetBundle.assetBundle Not implemented. Throws <a href="http:msdn.microsoft.comen-uslibrarysystem.notsupportedexception">NotSupportedException<a>. Not implemented. Not implemented. Throws <a href="http:msdn.microsoft.comen-uslibrarysystem.notsupportedexception">NotSupportedException<a>. Not implemented. A DownloadHandler subclass specialized for downloading audio data for use as AudioClip objects. Returns the downloaded AudioClip, or null. (Read Only) Create AudioClip that is compressed in memory. Create streaming AudioClip. Constructor, specifies what kind of audio data is going to be downloaded. The nominal (pre-redirect) URL at which the audio clip is located. Value to set for AudioClip type. Returns the downloaded AudioClip, or null. A finished UnityWebRequest object with DownloadHandlerAudioClip attached. The same as DownloadHandlerAudioClip.audioClip Called by DownloadHandler.data. Returns a copy of the downloaded clip data as raw bytes. A copy of the downloaded data. A general-purpose DownloadHandler implementation which stores received data in a native byte buffer. Default constructor. Returns a copy of the native-memory buffer interpreted as a UTF8 string. A finished UnityWebRequest object with DownloadHandlerBuffer attached. The same as DownloadHandlerBuffer.text Returns a copy of the contents of the native-memory data buffer as a byte array. A copy of the data which has been downloaded. Download handler for saving the downloaded data to file. Should the created file be removed if download is aborted (manually or due to an error). Default: false. Creates a new instance and a file on disk where downloaded data will be written to. Path to file to be written. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. A UnityWebRequest with attached DownloadHandlerMovieTexture. A MovieTexture created out of downloaded bytes. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. Raw downloaded bytes. An abstract base class for user-created scripting-driven DownloadHandler implementations. Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks. Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks. A byte buffer into which data will be copied, for use by DownloadHandler.ReceiveData. A DownloadHandler subclass specialized for downloading images for use as Texture objects. Returns the downloaded Texture, or null. (Read Only) Default constructor. Constructor, allows TextureImporter.isReadable property to be set. Value to set for TextureImporter.isReadable. Returns the downloaded Texture, or null. A finished UnityWebRequest object with DownloadHandlerTexture attached. The same as DownloadHandlerTexture.texture Called by DownloadHandler.data. Returns a copy of the downloaded image data as raw bytes. A copy of the downloaded data. Defines global paramters for network library. Defines the callback delegate which you can use to get a notification when a connection is ready to send data. Create new global config object. Defines how many hosts you can use. Default Value = 16. Max value = 128. Deprecated. Defines maximum delay for network simulator. See Also: MaxTimerTimeout. Defines maximum possible packet size in bytes for all network connections. Defines the maximum timeout in milliseconds for any configuration. The default value is 12 seconds (12000ms). Deprecated. Defines the minimal timeout for network simulator. You cannot set up any delay less than this value. See Also: MinTimerTimeout. Defines the minimum timeout in milliseconds recognised by the system. The default value is 1 ms. Defines the callback delegate which you can use to get a notification when the host (defined by hostID) has a network event. The callback is called for all event types except Networking.NetworkEventType.Nothing. See Also: Networking.NetworkEventType This property determines the initial size of the queue that holds messages received by Unity Multiplayer before they are processed. Defines the initial size of the send queue. Messages are placed in this queue ready to be sent in packets to their destination. Defines reactor model for the network library. Defines (1) for select reactor, minimum time period, when system will check if there are any messages for send (2) for fixrate reactor, minimum interval of time, when system will check for sending and receiving messages. Defines how many worker threads are available to handle incoming and outgoing messages. Class defines network topology for host (socket opened by Networking.NetworkTransport.AddHost function). This topology defines: (1) how many connection with default config will be supported and (2) what will be special connections (connections with config different from default). Add special connection to topology (for example if you need to keep connection to standalone chat server you will need to use this function). Returned id should be use as one of parameters (with ip and port) to establish connection to this server. Connection config for special connection. Id of this connection. You should use this id when you call Networking.NetworkTransport.Connect. Create topology. Default config. Maximum default connections. Defines config for default connections in the topology. Return reference to special connection config. Parameters of this config can be changed. Config id. Connection config. Defines how many connection with default config be permitted. Defines the maximum number of messages that each host can hold in its pool of received messages. The default size is 128. Defines the maximum number of messages that each host can hold in its pool of messages waiting to be sent. The default size is 128. List of special connection configs. Returns count of special connection added to topology. An interface for composition of data into multipart forms. Returns the value to use in the Content-Type header for this form section. The value to use in the Content-Type header, or null. Returns a string denoting the desired filename of this section on the destination server. The desired file name of this section, or null if this is not a file section. Returns the raw binary data contained in this section. Must not return null or a zero-length array. The raw binary data contained in this section. Must not be null or empty. Returns the name of this section, if any. The section's name, or null. Details about a UNET MatchMaker match. The binary access token this client uses to authenticate its session for future commands. IP address of the host of the match,. The numeric domain for the match. The unique ID of this match. NodeID for this member client in the match. Port of the host of the match. This flag indicates whether or not the match is using a Relay server. A class describing the match information as a snapshot at the time the request was processed on the MatchMaker. The average Elo score of the match. The current number of players in the match. The collection of direct connect info classes describing direct connection information supplied to the MatchMaker. The NodeID of the host for this match. Describes if the match is private. Private matches are unlisted in ListMatch results. The collection of match attributes on this match. The maximum number of players this match can grow to. The text name for this match. The network ID for this match. A class describing one member of a match and what direct connect information other clients have supplied. The host priority for this direct connect info. Host priority describes the order in which this match member occurs in the list of clients attached to a match. NodeID of the match member this info refers to. The private network address supplied for this direct connect info. The public network address supplied for this direct connect info. A component for communicating with the Unity Multiplayer Matchmaking service. The base URI of the MatchMaker that this NetworkMatch will communicate with. A delegate that can handle MatchMaker responses that return basic response types (generally only indicating success or failure and extended information if a failure did happen). Indicates if the request succeeded. A text description of the failure if success is false. Use this function to create a new match. The client which calls this function becomes the host of the match. The text string describing the name for this match. When creating a match, the matchmaker will use either this value, or the maximum size you have configured online at https:multiplayer.unity3d.com, whichever is lower. This way you can specify different match sizes for a particular game, but still maintain an overall size limit in the online control panel. A bool indicating if this match should be available in NetworkMatch.ListMatches results. A text string indicating if this match is password protected. If it is, all clients trying to join this match must supply the correct match password. The optional public client address. This value is stored on the matchmaker and given to clients listing matches. It is intended to be a network address for connecting to this client directly over the internet. This value will only be present if a publicly available address is known, and direct connection is supported by the matchmaker. The optional private client address. This value is stored on the matchmaker and given to clients listing matches. It is intended to be a network address for connecting to this client directly on a local area network. This value will only be present if direct connection is supported by the matchmaker. This may be an empty string and it will not affect the ability to interface with matchmaker or use relay server. The Elo score for the client hosting the match being created. If this number is set on all clients to indicate relative skill level, this number is used to return matches ordered by those that are most suitable for play given a listing player's skill level. This may be 0 on all clients, which would disable any Elo calculations in the MatchMaker. The request domain for this request. Only requests in the same domain can interface with each other. For example if a NetworkMatch.CreateMatch is made with domain 1, only ListMatches that also specify domain 1 will find that match. Use this value to silo different (possibly incompatible) client versions. The callback to be called when this function completes. This will be called regardless of whether the function succeeds or fails. This function is asynchronous and will complete at some point in the future, when the coroutine has finished communicating with the service backend. Response delegate containing basic information plus a data member. This is used on a subset of MatchMaker callbacks that require data passed in along with the success/failure information of the call itself. Indicates if the request succeeded. If success is false, this will contain a text string indicating the reason. The generic passed in containing data required by the callback. This typically contains data returned from a call to the service backend. This function is used to tell MatchMaker to destroy a match in progress, regardless of who is connected. The NetworkID of the match to terminate. The request domain for this request. Only requests in the same domain can interface with each other. For example if a NetworkMatch.CreateMatch is made with domain 1, only ListMatches that also specify domain 1 will find that match. Use this value to silo different (possibly incompatible) client versions. The callback to be called when the request completes. This function is asynchronous and will complete at some point in the future, when the coroutine has finished communicating with the service backend. A function to allow an individual client to be dropped from a match. The NetworkID of the match the client to drop belongs to. The NodeID of the client to drop inside the specified match. The request domain for this request. Only requests in the same domain can interface with each other. For example if a NetworkMatch.CreateMatch is made with domain 1, only ListMatches that also specify domain 1 will find that match. Use this value to silo different (possibly incompatible) client versions. The callback to invoke when the request completes. This function is asynchronous and will complete at some point in the future, when the coroutine has finished communicating with the service backend. The function used to tell MatchMaker the current client wishes to join a specific match. The NetworkID of the match to join. This is found through calling NetworkMatch.ListMatches and picking a result from the returned list of matches. The password of the match. Leave empty if there is no password for the match, and supply the text string password if the match was configured to have one of the NetworkMatch.CreateMatch request. The optional public client address. This value will be stored on the matchmaker and given to other clients listing matches. You should send this value if you want your players to be able to connect directly with each other over the internet. Alternatively you can pass an empty string and it will not affect the ability to interface with matchmaker or use relay server. The optional private client address. This value will be stored on the matchmaker and given to other clients listing matches. You should send this value if you want your players to be able to connect directly with each other over a Local Area Network. Alternatively you can pass an empty string and it will not affect the ability to interface with matchmaker or use relay server. The Elo score for the client joining the match being created. If this number is set on all clients to indicate relative skill level, this number is used to return matches ordered by those that are most suitable for play given a listing player's skill level. This may be 0 on all clients, which would disable any Elo calculations in the MatchMaker. The request domain for this request. Only requests in the same domain can interface with each other. For example if a NetworkMatch.CreateMatch is made with domain 1, only ListMatches that also specify domain 1 will find that match. Use this value to silo different (possibly incompatible) client versions. The callback to be invoked when this call completes. This function is asynchronous and will complete at some point in the future, when the coroutine has finished communicating with the service backend. The function to list ongoing matches in the MatchMaker. The current page to list in the return results. The size of the page requested. This determines the maximum number of matches contained in the list of matches passed into the callback. The text string name filter. This is a partial wildcard search against match names that are currently active, and can be thought of as matching equivalent to *<matchNameFilter>* where any result containing the entire string supplied here will be in the result set. Boolean that indicates if the response should contain matches that are private (meaning matches that are password protected). The Elo score target for the match list results to be grouped around. If used, this should be set to the Elo level of the client listing the matches so results will more closely match that player's skill level. If not used this can be set to 0 along with all other Elo refereces in funcitons like NetworkMatch.CreateMatch or NetworkMatch.JoinMatch. The request domain for this request. Only requests in the same domain can interface with each other. For example if a NetworkMatch.CreateMatch is made with domain 1, only ListMatches that also specify domain 1 will find that match. Use this value to silo different (possibly incompatible) client versions. The callback invoked when this call completes on the MatchMaker. This function is asynchronous and will complete at some point in the future, when the coroutine has finished communicating with the service backend. This function allows the caller to change attributes on a match in progress. The NetworkID of the match to set attributes on. A bool indicating whether the match should be listed in NetworkMatch.ListMatches results after this call is complete. The request domain for this request. Only requests in the same domain can interface with each other. For example if a NetworkMatch.CreateMatch is made with domain 1, only ListMatches that also specify domain 1 will find that match. Use this value to silo different (possibly incompatible) client versions. The callback invoked after the call has completed, indicating if it was successful or not. This function is asynchronous and will complete at some point in the future, when the coroutine has finished communicating with the service backend. This method is deprecated. Please instead log in through the editor services panel and setup the project under the Unity Multiplayer section. This will populate the required infomation from the cloud site automatically. Deprecated, see description. A helper object for form sections containing generic, non-file data. Returns the value to use in this section's Content-Type header. The Content-Type header for this section, or null. Returns a string denoting the desired filename of this section on the destination server. The desired file name of this section, or null if this is not a file section. Returns the raw binary data contained in this section. Will not return null or a zero-length array. The raw binary data contained in this section. Will not be null or empty. Returns the name of this section, if any. The section's name, or null. Raw data section, unnamed and no Content-Type header. Data payload of this section. Raw data section with a section name, no Content-Type header. Section name. Data payload of this section. A raw data section with a section name and a Content-Type header. Section name. Data payload of this section. The value for this section's Content-Type header. A named raw data section whose payload is derived from a string, with a Content-Type header. Section name. String data payload for this section. The value for this section's Content-Type header. An encoding to marshal data to or from raw bytes. A named raw data section whose payload is derived from a UTF8 string, with a Content-Type header. Section name. String data payload for this section. C. A names raw data section whose payload is derived from a UTF8 string, with a default Content-Type. Section name. String data payload for this section. An anonymous raw data section whose payload is derived from a UTF8 string, with a default Content-Type. String data payload for this section. A helper object for adding file uploads to multipart forms via the [IMultipartFormSection] API. Returns the value of the section's Content-Type header. The Content-Type header for this section, or null. Returns a string denoting the desired filename of this section on the destination server. The desired file name of this section, or null if this is not a file section. Returns the raw binary data contained in this section. Will not return null or a zero-length array. The raw binary data contained in this section. Will not be null or empty. Returns the name of this section, if any. The section's name, or null. Contains a named file section based on the raw bytes from data, with a custom Content-Type and file name. Name of this form section. Raw contents of the file to upload. Name of the file uploaded by this form section. The value for this section's Content-Type header. Contains an anonymous file section based on the raw bytes from data, assigns a default Content-Type and file name. Raw contents of the file to upload. Contains an anonymous file section based on the raw bytes from data with a specific file name. Assigns a default Content-Type. Raw contents of the file to upload. Name of the file uploaded by this form section. Contains a named file section with data drawn from data, as marshaled by dataEncoding. Assigns a specific file name from fileName and a default Content-Type. Name of this form section. Contents of the file to upload. A string encoding. Name of the file uploaded by this form section. An anonymous file section with data drawn from data, as marshaled by dataEncoding. Assigns a specific file name from fileName and a default Content-Type. Contents of the file to upload. A string encoding. Name of the file uploaded by this form section. An anonymous file section with data drawn from the UTF8 string data. Assigns a specific file name from fileName and a default Content-Type. Contents of the file to upload. Name of the file uploaded by this form section. Possible Networking.NetworkTransport errors. Not a data message. The Networking.ConnectionConfig does not match the other endpoint. The address supplied to connect to was invalid or could not be resolved. The message is too long to fit the buffer. Not enough resources are available to process this request. The operation completed successfully. Connection timed out. This error will occur if any function is called with inappropriate parameter values. The protocol versions are not compatible. Check your library versions. The specified channel doesn't exist. The specified connectionId doesn't exist. The specified host not available. Operation is not supported. Event that is returned when calling the Networking.NetworkTransport.Receive and Networking.NetworkTransport.ReceiveFromHost functions. Broadcast discovery event received. To obtain sender connection info and possible complimentary message from them, call Networking.NetworkTransport.GetBroadcastConnectionInfo() and Networking.NetworkTransport.GetBroadcastConnectionMessage() functions. Connection event received. Indicating that a new connection was established. Data event received. Indicating that data was received. Disconnection event received. No new event was received. Transport Layer API. Creates a host based on Networking.HostTopology. The Networking.HostTopology associated with the host. Port to bind to (when 0 is selected, the OS will choose a port at random). IP address to bind to. Returns the ID of the host that was created. Create a host and configure them to simulate Internet latency (works on Editor and development build only). The Networking.HostTopology associated with the host. Minimum simulated delay in milliseconds. Maximum simulated delay in milliseconds. Port to bind to (when 0 is selected, the OS will choose a port at random). IP address to bind to. Returns host ID just created. Created web socket host. Port to bind to. The Networking.HostTopology associated with the host. IP address to bind to. Web socket host id. Created web socket host. Port to bind to. The Networking.HostTopology associated with the host. IP address to bind to. Web socket host id. Tries to establish a connection to another peer. Host ID associated with this connection (retrieved when calling Networking.NetworkTransport.AddHost). IPv4 address of the other peer. Port of the other peer. Set to 0 in the case of a default connection. Error (can be cast to Networking.NetworkError for more information). A unique connection identifier on success (otherwise zero). Create dedicated connection to Relay server. Host ID associated with this connection (Retrieved when calling Networking.NetworkTransport.AddHost). IPv4 address of the relay. Port of the relay. GUID for the relay match, retrieved by calling Networking.Match.NetworkMatch.CreateMatch and using the Networking.Match.MatchInfo.networkId. GUID for the source, can be retrieved by calling Utility.GetSourceID. Error (can be cast to Networking.NetworkError for more information). Slot ID for this user, retrieved by calling Networking.Match.NetworkMatch.CreateMatch and using the Networking.Match.MatchInfo.nodeId. Try to establish connection to other peer, where the peer is specified using a C# System.EndPoint. Host ID associated with this connection (Retrieved when calling Networking.NetworkTransport.AddHost). Error (can be cast to Networking.NetworkError for more information). A valid System.EndPoint. Set to 0 in the case of a default connection. A unique connection identifier on success (otherwise zero). Create a connection to another peer in the Relay group. Host ID associated with this connection (retrieved when calling Networking.NetworkTransport.AddHost). IP address of the peer, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.address. Port of the peer, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.port. Set to 0 in the case of a default connection. ID of the remote peer in relay. GUID for the relay match, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.networkId. GUID for the source, can be retrieved by calling Utility.GetSourceID. Error (can be cast to Networking.NetworkError for more information). Slot ID reserved for the user, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.nodeId. Allowed peak bandwidth (peak bandwidth = factor*bytesPerSec, recommended value is 2.0) If data has not been sent for a long time, it is allowed to send more data, with factor 2 it is allowed send 2*bytesPerSec bytes per sec. Average bandwidth (bandwidth will be throttled on this level). A unique connection identifier on success (otherwise zero). Create a connection to another peer in the Relay group. Host ID associated with this connection (retrieved when calling Networking.NetworkTransport.AddHost). IP address of the peer, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.address. Port of the peer, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.port. Set to 0 in the case of a default connection. ID of the remote peer in relay. GUID for the relay match, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.networkId. GUID for the source, can be retrieved by calling Utility.GetSourceID. Error (can be cast to Networking.NetworkError for more information). Slot ID reserved for the user, retrieved by calling Networking.Match.NetworkMatch.JoinMatch and using the Networking.Match.MatchInfo.nodeId. Allowed peak bandwidth (peak bandwidth = factor*bytesPerSec, recommended value is 2.0) If data has not been sent for a long time, it is allowed to send more data, with factor 2 it is allowed send 2*bytesPerSec bytes per sec. Average bandwidth (bandwidth will be throttled on this level). A unique connection identifier on success (otherwise zero). Connect with simulated latency. Host ID associated with this connection (Retrieved when calling Networking.NetworkTransport.AddHost). IPv4 address of the other peer. Port of the other peer. Set to 0 in the case of a default connection. Error (can be cast to Networking.NetworkError for more information). A Networking.ConnectionSimulatorConfig defined for this connection. A unique connection identifier on success (otherwise zero). Send a disconnect signal to the connected peer and close the connection. Poll Networking.NetworkTransport.Receive() to be notified that the connection is closed. This signal is only sent once (best effort delivery). If this packet is dropped for some reason, the peer closes the connection by timeout. Host ID associated with this connection. The connection ID of the connection you want to close. Error (can be cast to Networking.NetworkError for more information). This will disconnect the host and disband the group. DisconnectNetworkHost can only be called by the group owner on the relay server. Host ID associated with this connection. Error (can be cast to Networking.NetworkError for more information). Finalizes sending of a message to a group of connections. Only one multicast message at a time is allowed per host. Host ID associated with this connection (retrieved when calling Networking.NetworkTransport.AddHost). Error (can be cast to Networking.NetworkError for more information). Returns size of reliable buffer. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Size of ack buffer. The Unity Multiplayer spawning system uses assetIds to identify what remote objects to spawn. This function allows you to get the assetId for the Prefab associated with an object. Target GameObject to get assetId for. The assetId of the game object's Prefab. After Networking.NetworkTransport.Receive() returns Networking.NetworkEventType.BroadcastEvent, this function will return the connection information of the broadcast sender. This information can then be used for connecting to the broadcast sender. ID of the broadcast receiver. IPv4 address of broadcast sender. Port of broadcast sender. Error (can be cast to Networking.NetworkError for more information). After Networking.NetworkTransport.Receive() returns Networking.NetworkEventType.BroadcastEvent, this function returns a complimentary message from the broadcast sender. ID of broadcast receiver. Message buffer provided by caller. Buffer size. Received size (if received size > bufferSize, corresponding error will be set). Error (can be cast to Networking.NetworkError for more information). Returns the connection parameters for the specified connectionId. These parameters can be sent to other users to establish a direct connection to this peer. If this peer is connected to the host via Relay, the Relay-related parameters are set. Host ID associated with this connection. ID of connection. IP address. Port. Relay network guid. Error (can be cast to Networking.NetworkError for more information). Destination slot id. Returns the number of unread messages in the read-queue. Returns the total number of messages still in the write-queue. Return the round trip time for the given connectionId. Error (can be cast to Networking.NetworkError for more information). Host ID associated with this connection. ID of the connection. Current round trip time in ms. Returns the port number assigned to the host. Host ID. The UDP port number, or -1 if an error occurred. Returns the number of received messages waiting in the queue for processing. Host ID associated with this queue. Error code. Cast this value to Networking.NetworkError for more information. The number of messages in the queue. Returns how many packets have been received from start for connection. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). The absolute number of packets received since the connection was established. Returns how many packets have been received from start. (from Networking.NetworkTransport.Init call). Packets count received from start for all hosts. How many packets have been dropped due lack space in incoming queue (absolute value, countinf from start). Dropping packet count. Returns how many incoming packets have been lost due transmitting (dropped by network). Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). The absolute number of packets that have been lost since the connection was established. Gets the currently-allowed network bandwidth in bytes per second. The value returned can vary because bandwidth can be throttled by flow control. If the bandwidth is throttled to zero, the connection is disconnected.ted. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Currently-allowed bandwidth in bytes per second. Function returns time spent on network I/O operations in microseconds. Time in micro seconds. Return the total number of packets that has been lost. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Get a network timestamp. Can be used in your messages to investigate network delays together with Networking.GetRemoteDelayTimeMS. Timestamp. Returns how much raw data (in bytes) have been sent from start for all hosts (from Networking.NetworkTransport.Init call). Total data (user payload, protocol specific data, ip and udp headers) (in bytes) sent from start for all hosts. Returns how much raw data (in bytes) have been sent from start for connection (from call Networking.NetworkTransport.Connect for active connect or from connection request receiving for passive connect). Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Total data (user payload, protocol specific data, ip and udp headers) (in bytes) sent from start for connection. Returns how much raw data (in bytes) have been sent from start for the host (from call Networking.NetworkTransport.AddHost). ID of the host. Error (can be cast to Networking.NetworkError for more information). Total data (user payload, protocol specific data, ip and udp headers) (in bytes) sent from start for the host. Returns how many messages have been sent from start (from Networking.NetworkTransport.Init call). Messages count sent from start (from call Networking.NetworkTransport.Init) for all hosts. Returns how many packets have been sent from start for connection (from call Networking.NetworkTransport.Connect for active connect or from connection request receiving for passive connect). Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Messages count sending from start for connection. Returns how many messages have been sent from start for host (from call Networking.NetworkTransport.AddHost). ID of the host. Error (can be cast to Networking.NetworkError for more information). Messages count sending from start for the host. Returns the number of messages waiting in the outgoing message queue to be sent. Host ID associated with this queue. Error code. Cast this value to Networking.NetworkError for more information. The number of messages waiting in the outgoing message queue to be sent. Returns how many packets have been sent from start (from call Networking.NetworkTransport.Init) for all hosts. Packets count sent from networking library start (from call Networking.NetworkTransport.Init) for all hosts. Returns how many packets have been sent for connection from it start (from call Networking.NetworkTransport.Connect for active connect or from connection request receiving for passive connect). Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Packets count sent for connection from it start. Returns how many packets have been sent for host from it start (from call Networking.NetworkTransport.AddHost). ID of the host. Error (can be cast to Networking.NetworkError for more information). Count packets have been sent from host start. Returns the value in percent of the number of sent packets that were dropped by the network and not received by the peer. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). The number of packets dropped by the network in the last ping timeout period expressed as an integer percentage from 0 to 100. Returns the value in percent of the number of sent packets that were dropped by the peer. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). The number of packets dropped by the peer in the last ping timeout period expressed as an integer percentage from 0 to 100. Returns how much user payload and protocol system headers (in bytes) have been sent from start (from Networking.NetworkTransport.Init call). Total payload and protocol system headers (in bytes) sent from start for all hosts. Returns how much payload and protocol system headers (in bytes) have been sent from start for connection (from call Networking.NetworkTransport.Connect for active connect or from connection request receiving for passive connect). Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Total user payload and protocol system headers (in bytes) sent from start for connection. Returns how much payload and protocol system headers (in bytes) have been sent from start for the host (from call Networking.NetworkTransport.AddHost). ID of the host. Error (can be cast to Networking.NetworkError for more information). Total user payload and protocol system headers (in bytes) sent from start for the host. Returns how much payload (user) bytes have been sent from start (from Networking.NetworkTransport.Init call). Total payload (in bytes) sent from start for all hosts. Returns how much payload (user) bytes have been sent from start for connection (from call Networking.NetworkTransport.Connect for active connect or from connection request receiving for passive connect). Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Total payload (in bytes) sent from start for connection. Returns how much payload (user) bytes have been sent from start for the host (from call Networking.NetworkTransport.AddHost). ID of the host. Error (can be cast to Networking.NetworkError for more information). Total payload (in bytes) sent from start for the host. Return the current receive rate in bytes per second. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Return the current send rate in bytes per second. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Returns the delay for the timestamp received. Host ID associated with this connection. ID of the connection. Timestamp delivered from peer. Error (can be cast to Networking.NetworkError for more information). Deprecated. Use Networking.NetworkTransport.GetNetworkLostPacketNum() instead. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Initializes the NetworkTransport. Should be called before any other operations on the NetworkTransport are done. Check if the broadcast discovery sender is running. True if it is running. False if it is not running. Deprecated. This method allows you to specify that notifications callbacks should be called when Unity's networking can send more messages than defined in notificationLevel. Host ID. Connection ID. Defines how many free slots in the incoming queue should be available before [GlobalConfig.ConnectionReadyForSend] callback is triggered. Error code. Result, if false error will show error code. Function is queueing but not sending messages. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). The channel ID to send on. Buffer containing the data to send. Size of the buffer. True if success. Called to poll the underlying system for events. Host ID associated with the event. The connectionID that received the event. The channel ID associated with the event. The buffer that will hold the data received. Size of the buffer supplied. The actual receive size of the data. Error (can be cast to Networking.NetworkError for more information). Type of event returned. Similar to Networking.NetworkTransport.Receive but will only poll for the provided hostId. The host ID to check for events. The connection ID that received the event. The channel ID associated with the event. The buffer that will hold the data received. Size of the buffer supplied. The actual receive size of the data. Error (can be cast to Networking.NetworkError for more information). Type of event returned. Polls the host for the following events: Networking.NetworkEventType.ConnectEvent and Networking.NetworkEventType.DisconnectEvent. Can only be called by the relay group owner. The host ID to check for events. Error (can be cast to Networking.NetworkError for more information). Type of event returned. Closes the opened socket, and closes all connections belonging to that socket. Host ID to remove. Send data to peer. Host ID associated with this connection. ID of the connection. The channel ID to send on. Buffer containing the data to send. Size of the buffer. Error (can be cast to Networking.NetworkError for more information). Add a connection for the multicast send. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). Sends messages, previously queued by NetworkTransport.QueueMessageForSending function. Host ID associated with this connection. ID of the connection. Error (can be cast to Networking.NetworkError for more information). True if hostId and connectioId are valid. Sets the credentials required for receiving broadcast messages. Should any credentials of a received broadcast message not match, the broadcast discovery message is dropped. Host ID associated with this broadcast. Key part of the credentials associated with this broadcast. Version part of the credentials associated with this broadcast. Subversion part of the credentials associated with this broadcast. Error (can be cast to Networking.NetworkError for more information). Used to inform the profiler of network packet statistics. The ID of the message being reported. Number of messages being reported. Number of bytes used by reported messages. Whether the packet is outgoing (-1) or incoming (0). Shut down the NetworkTransport. Starts sending a broadcasting message in all local subnets. Host ID which should be reported via broadcast (broadcast receivers will connect to this host). Port used for the broadcast message. Key part of the credentials associated with this broadcast. Version part of the credentials associated with this broadcast. Subversion part of the credentials associated with this broadcast. Complimentary message. This message will delivered to the receiver with the broadcast event. Size of message. Specifies how often the broadcast message should be sent in milliseconds. Error (can be cast to Networking.NetworkError for more information). Return true if broadcasting request has been submitted. Start to multicast send. Host ID associated with this connection. The channel ID. Buffer containing the data to send. Size of the buffer. Error (can be cast to Networking.NetworkError for more information). Stop sending the broadcast discovery message. Arguments passed to Action callbacks registered in PlayerConnection. Data that is received. The Player ID that the data is received from. Used for handling the network connection from the Player to the Editor. Singleton instance. Returns true when Editor is connected to the player. Blocks the calling thread until either a message with the specified messageId is received or the specified time-out elapses. The type ID of the message that is sent to the Editor. The time-out specified in milliseconds. Returns true when the message is received and false if the call timed out. This disconnects all of the active connections. Registers a listener for a specific message ID, with an Action to be executed whenever that message is received by the Editor. This ID must be the same as for messages sent from EditorConnection.Send(). The message ID that should cause the Action callback to be executed when received. Action that is executed when a message with ID messageId is received by the Editor. The callback includes the data that is sent from the Player, and the Player ID. The Player ID is always 1, because only one Editor can be connected. Registers a callback that is invoked when the Editor connects to the Player. Action called when Player connects, with the Player ID of the Editor. Registers a callback to be called when Editor disconnects. The Action that is called when a Player disconnects. Sends data to the Editor. The type ID of the message that is sent to the Editor. Deregisters a message listener. Message ID associated with the callback that you wish to deregister. The associated callback function you wish to deregister. Enumeration of all supported quality of service channel modes. A reliable message that will be re-sent with a high frequency until it is acknowledged. Each message is guaranteed to be delivered but not guaranteed to be in order. Each message is guaranteed to be delivered, also allowing fragmented messages with up to 32 fragments per message. Each message is guaranteed to be delivered in order, also allowing fragmented messages with up to 32 fragments per message. Each message is guaranteed to be delivered and in order. A reliable message. Note: Only the last message in the send buffer is sent. Only the most recent message in the receive buffer will be delivered. An unreliable message. Only the last message in the send buffer is sent. Only the most recent message in the receive buffer will be delivered. There is no guarantee of delivery or ordering. There is no guarantee of delivery or ordering, but allowing fragmented messages with up to 32 fragments per message. There is garantee of ordering, no guarantee of delivery, but allowing fragmented messages with up to 32 fragments per message. There is no guarantee of delivery and all unordered messages will be dropped. Example: VoIP. Define how unet will handle network io operation. Network thread will sleep up to threadawake timeout, after that it will try receive up to maxpoolsize amount of messages and then will try perform send operation for connection whihc ready to send. Network thread will sleep up to threadawake timeout, or up to receive event on socket will happened. Awaked thread will try to read up to maxpoolsize packets from socket and will try update connections ready to send (with fixing awaketimeout rate). The AppID identifies the application on the Unity Cloud or UNET servers. Invalid AppID. An Enum representing the priority of a client in a match, starting at 0 and increasing. The Invalid case for a HostPriority. An Invalid host priority is not a valid host. Describes the access levels granted to this client. Administration access level, generally describing clearence to perform game altering actions against anyone inside a particular match. Invalid access level, signifying no access level has been granted/specified. Access level Owner, generally granting access for operations key to the peer host server performing it's work. User access level. This means you can do operations which affect yourself only, like disconnect yourself from the match. Access token used to authenticate a client session for the purposes of allowing or disallowing match operations requested by that client. Binary field for the actual token. Accessor to get an encoded string from the m_array data. Checks if the token is a valid set of data with respect to default values (returns true if the values are not default, does not validate the token is a current legitimate token with respect to the server's auth framework). Network ID, used for match making. Invalid NetworkID. The NodeID is the ID used in Relay matches to track nodes in a network. The invalid case of a NodeID. Identifies a specific game instance. Invalid SourceID. The UnityWebRequest object is used to communicate with web servers. Holds a reference to a CertificateHandler object, which manages certificate validation for this UnityWebRequest. Indicates whether the UnityWebRequest system should employ the HTTP/1.1 chunked-transfer encoding method. If true, any CertificateHandler attached to this UnityWebRequest will have CertificateHandler.Dispose called automatically when UnityWebRequest.Dispose is called. If true, any DownloadHandler attached to this UnityWebRequest will have DownloadHandler.Dispose called automatically when UnityWebRequest.Dispose is called. If true, any UploadHandler attached to this UnityWebRequest will have UploadHandler.Dispose called automatically when UnityWebRequest.Dispose is called. Returns the number of bytes of body data the system has downloaded from the remote server. (Read Only) Holds a reference to a DownloadHandler object, which manages body data received from the remote server by this UnityWebRequest. Returns a floating-point value between 0.0 and 1.0, indicating the progress of downloading body data from the server. (Read Only) A human-readable string describing any system errors encountered by this UnityWebRequest object while handling HTTP requests or responses. (Read Only) Returns true after the UnityWebRequest has finished communicating with the remote server. (Read Only) Returns true after this UnityWebRequest receives an HTTP response code indicating an error. (Read Only) Returns true while a UnityWebRequest’s configuration properties can be altered. (Read Only) Returns true after this UnityWebRequest encounters a system error. (Read Only) The string "CREATE", commonly used as the verb for an HTTP CREATE request. The string "DELETE", commonly used as the verb for an HTTP DELETE request. The string "GET", commonly used as the verb for an HTTP GET request. The string "HEAD", commonly used as the verb for an HTTP HEAD request. The string "POST", commonly used as the verb for an HTTP POST request. The string "PUT", commonly used as the verb for an HTTP PUT request. Defines the HTTP verb used by this UnityWebRequest, such as GET or POST. Indicates the number of redirects which this UnityWebRequest will follow before halting with a “Redirect Limit Exceeded” system error. The numeric HTTP response code returned by the server, such as 200, 404 or 500. (Read Only) Sets UnityWebRequest to attempt to abort after the number of seconds in timeout have passed. Returns the number of bytes of body data the system has uploaded to the remote server. (Read Only) Holds a reference to the UploadHandler object which manages body data to be uploaded to the remote server. Returns a floating-point value between 0.0 and 1.0, indicating the progress of uploading body data to the server. Defines the target URI for the UnityWebRequest to communicate with. Defines the target URL for the UnityWebRequest to communicate with. Determines whether this UnityWebRequest will include Expect: 100-Continue in its outgoing request headers. (Default: true). If in progress, halts the UnityWebRequest as soon as possible. Clears stored cookies from the cache. An optional URL to define which cookies are removed. Only cookies that apply to this URL will be removed from the cache. Clears stored cookies from the cache. An optional URL to define which cookies are removed. Only cookies that apply to this URL will be removed from the cache. Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET. The target URL with which this UnityWebRequest will communicate. Also accessible via the url property. The target URI to which form data will be transmitted. HTTP GET, POST, etc. methods. Replies from the server. Upload data to the server. Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET. The target URL with which this UnityWebRequest will communicate. Also accessible via the url property. The target URI to which form data will be transmitted. HTTP GET, POST, etc. methods. Replies from the server. Upload data to the server. Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET. The target URL with which this UnityWebRequest will communicate. Also accessible via the url property. The target URI to which form data will be transmitted. HTTP GET, POST, etc. methods. Replies from the server. Upload data to the server. Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET. The target URL with which this UnityWebRequest will communicate. Also accessible via the url property. The target URI to which form data will be transmitted. HTTP GET, POST, etc. methods. Replies from the server. Upload data to the server. Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET. The target URL with which this UnityWebRequest will communicate. Also accessible via the url property. The target URI to which form data will be transmitted. HTTP GET, POST, etc. methods. Replies from the server. Upload data to the server. Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET. The target URL with which this UnityWebRequest will communicate. Also accessible via the url property. The target URI to which form data will be transmitted. HTTP GET, POST, etc. methods. Replies from the server. Upload data to the server. Creates a UnityWebRequest with the default options and no attached DownloadHandler or UploadHandler. Default method is GET. The target URL with which this UnityWebRequest will communicate. Also accessible via the url property. The target URI to which form data will be transmitted. HTTP GET, POST, etc. methods. Replies from the server. Upload data to the server. Creates a UnityWebRequest configured for HTTP DELETE. The URI to which a DELETE request should be sent. A UnityWebRequest configured to send an HTTP DELETE request. Signals that this UnityWebRequest is no longer being used, and should clean up any resources it is using. Escapes characters in a string to ensure they are URL-friendly. A string with characters to be escaped. The text encoding to use. Escapes characters in a string to ensure they are URL-friendly. A string with characters to be escaped. The text encoding to use. Generate a random 40-byte array for use as a multipart form boundary. 40 random bytes, guaranteed to contain only printable ASCII values. Create a UnityWebRequest for HTTP GET. The URI of the resource to retrieve via HTTP GET. An object that retrieves data from the uri. Create a UnityWebRequest for HTTP GET. The URI of the resource to retrieve via HTTP GET. An object that retrieves data from the uri. Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle. Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle. Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle. Deprecated. Replaced by UnityWebRequestAssetBundle.GetAssetBundle. OBSOLETE. Use UnityWebRequestMultimedia.GetAudioClip(). Retrieves the value of a custom request header. Name of the custom request header. Case-insensitive. The value of the custom request header. If no custom header with a matching name has been set, returns an empty string. Retrieves the value of a response header from the latest HTTP response received. The name of the HTTP header to retrieve. Case-insensitive. The value of the HTTP header from the latest HTTP response. If no header with a matching name has been received, or no responses have been received, returns null. Retrieves a dictionary containing all the response headers received by this UnityWebRequest in the latest HTTP response. A dictionary containing all the response headers received in the latest HTTP response. If no responses have been received, returns null. Creates a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data. The URI of the image to download. If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false. A UnityWebRequest properly configured to download an image and convert it to a Texture. Creates a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data. The URI of the image to download. If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false. A UnityWebRequest properly configured to download an image and convert it to a Texture. Creates a UnityWebRequest configured to send a HTTP HEAD request. The URI to which to send a HTTP HEAD request. A UnityWebRequest configured to transmit a HTTP HEAD request. Creates a UnityWebRequest configured to send form data to a server via HTTP POST. The target URI to which form data will be transmitted. Form body data. Will be URLEncoded prior to transmission. A UnityWebRequest configured to send form data to uri via POST. Create a UnityWebRequest configured to send form data to a server via HTTP POST. The target URI to which form data will be transmitted. Form fields or files encapsulated in a WWWForm object, for formatting and transmission to the remote server. A UnityWebRequest configured to send form data to uri via POST. Create a UnityWebRequest configured to send form data to a server via HTTP POST. The target URI to which form data will be transmitted. A list of form fields or files to be formatted and transmitted to the remote server. A unique boundary string, which will be used when separating form fields in a multipart form. If not supplied, a boundary will be generated for you. A UnityWebRequest configured to send form data to uri via POST. Create a UnityWebRequest configured to send form data to a server via HTTP POST. The target URI to which form data will be transmitted. A list of form fields or files to be formatted and transmitted to the remote server. A unique boundary string, which will be used when separating form fields in a multipart form. If not supplied, a boundary will be generated for you. A UnityWebRequest configured to send form data to uri via POST. Create a UnityWebRequest configured to send form data to a server via HTTP POST. The target URI to which form data will be transmitted. Strings indicating the keys and values of form fields. Will be automatically formatted into a URL-encoded form body. A UnityWebRequest configured to send form data to uri via POST. Creates a UnityWebRequest configured to upload raw data to a remote server via HTTP PUT. The URI to which the data will be sent. The data to transmit to the remote server. If a string, the string will be converted to raw bytes via <a href="http:msdn.microsoft.comen-uslibrarysystem.text.encoding.utf8">System.Text.Encoding.UTF8<a>. A UnityWebRequest configured to transmit bodyData to uri via HTTP PUT. Creates a UnityWebRequest configured to upload raw data to a remote server via HTTP PUT. The URI to which the data will be sent. The data to transmit to the remote server. If a string, the string will be converted to raw bytes via <a href="http:msdn.microsoft.comen-uslibrarysystem.text.encoding.utf8">System.Text.Encoding.UTF8<a>. A UnityWebRequest configured to transmit bodyData to uri via HTTP PUT. Begin communicating with the remote server. An AsyncOperation indicating the progress/completion state of the UnityWebRequest. Yield this object to wait until the UnityWebRequest is done. Begin communicating with the remote server. Converts a List of IMultipartFormSection objects into a byte array containing raw multipart form data. A List of IMultipartFormSection objects. A unique boundary string to separate the form sections. A byte array of raw multipart form data. Serialize a dictionary of strings into a byte array containing URL-encoded UTF8 characters. A dictionary containing the form keys and values to serialize. A byte array containing the serialized form. The form's keys and values have been URL-encoded. Set a HTTP request header to a custom value. The key of the header to be set. Case-sensitive. The header's intended value. Converts URL-friendly escape sequences back to normal text. A string containing escaped characters. The text encoding to use. Converts URL-friendly escape sequences back to normal text. A string containing escaped characters. The text encoding to use. Helpers for downloading asset bundles using UnityWebRequest. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. The URI of the asset bundle to download. If nonzero, this number will be compared to the checksum of the downloaded asset bundle data. If the CRCs do not match, an error will be logged and the asset bundle will not be loaded. If set to zero, CRC checking will be skipped. An integer version number, which will be compared to the cached version of the asset bundle to download. Increment this number to force Unity to redownload a cached asset bundle. Analogous to the version parameter for WWW.LoadFromCacheOrDownload. A version hash. If this hash does not match the hash for the cached version of this asset bundle, the asset bundle will be redownloaded. A structure used to download a given version of AssetBundle to a customized cache path. A UnityWebRequest configured to downloading a Unity Asset Bundle. Asynchronous operation object returned from UnityWebRequest.SendWebRequest(). You can yield until it continues, register an event handler with AsyncOperation.completed, or manually check whether it's done (AsyncOperation.isDone) or progress (AsyncOperation.progress). Returns the associated UnityWebRequest that created the operation. Helpers for downloading multimedia files using UnityWebRequest. Create a UnityWebRequest to download an audio clip via HTTP GET and create an AudioClip based on the retrieved data. The URI of the audio clip to download. The type of audio encoding for the downloaded audio clip. See AudioType. A UnityWebRequest properly configured to download an audio clip and convert it to an AudioClip. Create a UnityWebRequest intended to download a movie clip via HTTP GET and create an MovieTexture based on the retrieved data. The URI of the movie clip to download. A UnityWebRequest properly configured to download a movie clip and convert it to a MovieTexture. Helpers for downloading image files into Textures using UnityWebRequest. Create a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data. The URI of the image to download. If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false. A UnityWebRequest properly configured to download an image and convert it to a Texture. Create a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data. The URI of the image to download. If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false. A UnityWebRequest properly configured to download an image and convert it to a Texture. Helper object for UnityWebRequests. Manages the buffering and transmission of body data during HTTP requests. Determines the default Content-Type header which will be transmitted with the outbound HTTP request. The raw data which will be transmitted to the remote server as body data. (Read Only) Returns the proportion of data uploaded to the remote server compared to the total amount of data to upload. (Read Only) Signals that this UploadHandler is no longer being used, and should clean up any resources it is using. A specialized UploadHandler that reads data from a given file and sends raw bytes to the server as the request body. Create a new upload handler to send data from the given file to the server. A file containing data to send. A general-purpose UploadHandler subclass, using a native-code memory buffer. General constructor. Contents of the input argument are copied into a native buffer. Raw data to transmit to the remote server. Networking Utility. This property is deprecated and does not need to be set or referenced. Utility function to get this client's access token for a particular network, if it has been set. Utility function to fetch the program's ID for UNET Cloud interfacing. Utility function to get the client's SourceID for unique identification. Utility function that accepts the access token for a network after it's received from the server. Deprecated; Setting the AppID is no longer necessary. Please log in through the editor and set up the project there. Describes different levels of log information the network layer supports. This data structure contains information on a message just received from the network. The NetworkView who sent this message. The player who sent this network message (owner). The time stamp when the Message was sent in seconds. Describes the status of the network interface peer type as returned by Network.peerType. The NetworkPlayer is a data structure with which you can locate another player over the network. Returns the external IP address of the network interface. Returns the external port of the network interface. The GUID for this player, used when connecting with NAT punchthrough. The IP address of this player. The port of this player. Describes network reachability options. Network is not reachable. Network is reachable via carrier data network. Network is reachable via WiFi or cable. Different types of synchronization for the NetworkView component. The network view is the binding material of multiplayer games. The network group number of this network view. Is the network view controlled by this object? The component the network view is observing. The NetworkPlayer who owns this network view. The type of NetworkStateSynchronization set for this network view. The ViewID of this network view. Call a RPC function on all connected peers. Call a RPC function on a specific player. The NetworkViewID is a unique identifier for a network view instance in a multiplayer game. True if instantiated by me. The NetworkPlayer who owns the NetworkView. Could be the server. Represents an invalid network view ID. NPOT Texture2D|textures support. Full NPOT support. NPOT textures are not supported. Will be upscaled/padded at loading time. Limited NPOT support: no mip-maps and clamp TextureWrapMode|wrap mode will be forced. Base class for all objects Unity can reference. Should the object be hidden, saved with the Scene or modifiable by the user? The name of the object. Removes a gameobject, component or asset. The object to destroy. The optional amount of time to delay before destroying the object. Removes a gameobject, component or asset. The object to destroy. The optional amount of time to delay before destroying the object. Destroys the object obj immediately. You are strongly recommended to use Destroy instead. Object to be destroyed. Set to true to allow assets to be destroyed. Destroys the object obj immediately. You are strongly recommended to use Destroy instead. Object to be destroyed. Set to true to allow assets to be destroyed. Do not destroy the target Object when loading a new Scene. An Object not destroyed on Scene change. Returns the first active loaded object of Type type. The type of object to find. This returns the Object that matches the specified type. It returns null if no Object matches the type. Returns a list of all active loaded objects of Type type. The type of object to find. The array of objects found matching the type specified. Returns a list of all active and inactive loaded objects of Type type. The type of object to find. The array of objects found matching the type specified. Returns a list of all active and inactive loaded objects of Type type, including assets. The type of object or asset to find. The array of objects and assets found matching the type specified. Returns the instance id of the object. Does the object exist? Clones the object original and returns the clone. An existing object that you want to make a copy of. Position for the new object. Orientation of the new object. Parent that will be assigned to the new object. Pass true when assigning a parent Object to maintain the world position of the Object, instead of setting its position relative to the new parent. Pass false to set the Object's position relative to its new parent. The instantiated clone. Clones the object original and returns the clone. An existing object that you want to make a copy of. Position for the new object. Orientation of the new object. Parent that will be assigned to the new object. Pass true when assigning a parent Object to maintain the world position of the Object, instead of setting its position relative to the new parent. Pass false to set the Object's position relative to its new parent. The instantiated clone. Clones the object original and returns the clone. An existing object that you want to make a copy of. Position for the new object. Orientation of the new object. Parent that will be assigned to the new object. Pass true when assigning a parent Object to maintain the world position of the Object, instead of setting its position relative to the new parent. Pass false to set the Object's position relative to its new parent. The instantiated clone. Clones the object original and returns the clone. An existing object that you want to make a copy of. Position for the new object. Orientation of the new object. Parent that will be assigned to the new object. Pass true when assigning a parent Object to maintain the world position of the Object, instead of setting its position relative to the new parent. Pass false to set the Object's position relative to its new parent. The instantiated clone. Clones the object original and returns the clone. An existing object that you want to make a copy of. Position for the new object. Orientation of the new object. Parent that will be assigned to the new object. Pass true when assigning a parent Object to maintain the world position of the Object, instead of setting its position relative to the new parent. Pass false to set the Object's position relative to its new parent. The instantiated clone. You can also use Generics to instantiate objects. See the page for more details. Object of type T that you want to make a clone of. Object of type T. You can also use Generics to instantiate objects. See the page for more details. Object of type T that you want to make a clone of. Object of type T. You can also use Generics to instantiate objects. See the page for more details. Object of type T that you want to make a clone of. Object of type T. You can also use Generics to instantiate objects. See the page for more details. Object of type T that you want to make a clone of. Object of type T. You can also use Generics to instantiate objects. See the page for more details. Object of type T that you want to make a clone of. Object of type T. Compares two object references to see if they refer to the same object. The first Object. The Object to compare against the first. Compares if two objects refer to a different object. Returns the name of the GameObject. The name returned by ToString. OcclusionArea is an area in which occlusion culling is performed. Center of the occlusion area relative to the transform. Size that the occlusion area will have. The portal for dynamically changing occlusion at runtime. Gets / sets the portal's open state. Enumeration for SystemInfo.operatingSystemFamily. Linux operating system family. macOS operating system family. Returned for operating systems that do not fall into any other category. Windows operating system family. Information about a particle collision. The Collider for the GameObject struck by the particles. The Collider or Collider2D for the GameObject struck by the particles. Intersection point of the collision in world coordinates. Geometry normal at the intersection point of the collision. Incident velocity at the intersection point of the collision. Method extension for Physics in Particle System. Get the particle collision events for a GameObject. Returns the number of events written to the array. The GameObject for which to retrieve collision events. Array to write collision events to. Safe array size for use with ParticleSystem.GetCollisionEvents. Safe array size for use with ParticleSystem.GetTriggerParticles. Particle system. Type of trigger to return size for. Number of particles with this trigger event type. Get the particles that met the condition in the particle trigger module. Returns the number of particles written to the array. Particle system. Type of trigger to return particles for. The array of particles matching the trigger event type. Number of particles with this trigger event type. Write modified particles back to the Particle System, during a call to OnParticleTrigger. Particle system. Type of trigger to set particles for. Particle array. Offset into the array, if you only want to write back a subset of the returned particles. Number of particles to write, if you only want to write back a subset of the returned particles. Write modified particles back to the Particle System, during a call to OnParticleTrigger. Particle system. Type of trigger to set particles for. Particle array. Offset into the array, if you only want to write back a subset of the returned particles. Number of particles to write, if you only want to write back a subset of the returned particles. Script interface for Particle Systems. Does this system support Automatic Culling? Script interface for the Particle System collision module. Script interface for the Particle System color by lifetime module. Script interface for the Particle System color over lifetime module. Script interface for the Particle System Custom Data module. The duration of the Particle System in seconds (Read Only). Script interface for the Particle System emission module. The rate of particle emission. When set to false, the Particle System will not emit particles. Script interface for the Particle System external forces module. Script interface for the Particle System force over lifetime module. Scale being applied to the gravity defined by Physics.gravity. Script interface for the Particle System velocity inheritance module. Determines whether the Particle System is emitting particles. A Particle System may stop emitting when its emission module has finished, it has been paused or if the system has been stopped using ParticleSystem.Stop|Stop with the ParticleSystemStopBehavior.StopEmitting|StopEmitting flag. Resume emitting by calling ParticleSystem.Play|Play. Determines whether the Particle System is paused. Determines whether the Particle System is playing. Determines whether the Particle System is stopped. Script interface for the Particle System Lights module. Script interface for the Particle System Limit Velocity over Lifetime module. Determines whether the Particle System is looping. Access the main Particle System settings. The maximum number of particles to emit. Script interface for the Particle System Noise module. The current number of particles (Read Only). The playback speed of the Particle System. 1 is normal playback speed. If set to true, the Particle System will automatically start playing on startup. Does this system support Procedural Simulation? Override the random seed used for the Particle System emission. Script interface for the Particle System Rotation by Speed module. Script interface for the Particle System Rotation over Lifetime module. The scaling mode applied to particle sizes and positions. Script interface for the Particle System Shape module. This selects the space in which to simulate particles. It can be either world or local space. Script interface for the Particle System Size by Speed module. Script interface for the Particle System Size over Lifetime module. The initial color of particles when emitted. Start delay in seconds. The total lifetime in seconds that particles will have when emitted. When using curves, this value acts as a scale on the curve. This value is set in the particle when it is created by the Particle System. The initial rotation of particles when emitted. When using curves, this value acts as a scale on the curve. The initial 3D rotation of particles when emitted. When using curves, this value acts as a scale on the curves. The initial size of particles when emitted. When using curves, this value acts as a scale on the curve. The initial speed of particles when emitted. When using curves, this value acts as a scale on the curve. Script interface for the Particle System Sub Emitters module. Script interface for the Particle System Texture Sheet Animation module. Playback position in seconds. Script interface for the Particle System Trails module. Script interface for the Particle System Trigger module. Controls whether the Particle System uses an automatically-generated random number to seed the random number generator. Script interface for the Particle System Velocity over Lifetime module. Script interface for a Burst. Number of particles to be emitted. How many times to play the burst. (0 means infinitely). Maximum number of particles to be emitted. Minimum number of particles to be emitted. The chance that the burst will trigger. How often to repeat the burst, in seconds. The time that each burst occurs. Construct a new Burst with a time and count. Time to emit the burst. Minimum number of particles to emit. Maximum number of particles to emit. Number of particles to emit. Number of times to play the burst. (0 means indefinitely). How often to repeat the burst, in seconds. Construct a new Burst with a time and count. Time to emit the burst. Minimum number of particles to emit. Maximum number of particles to emit. Number of particles to emit. Number of times to play the burst. (0 means indefinitely). How often to repeat the burst, in seconds. Construct a new Burst with a time and count. Time to emit the burst. Minimum number of particles to emit. Maximum number of particles to emit. Number of particles to emit. Number of times to play the burst. (0 means indefinitely). How often to repeat the burst, in seconds. Construct a new Burst with a time and count. Time to emit the burst. Minimum number of particles to emit. Maximum number of particles to emit. Number of particles to emit. Number of times to play the burst. (0 means indefinitely). How often to repeat the burst, in seconds. Construct a new Burst with a time and count. Time to emit the burst. Minimum number of particles to emit. Maximum number of particles to emit. Number of particles to emit. Number of times to play the burst. (0 means indefinitely). How often to repeat the burst, in seconds. Remove all particles in the Particle System. Clear all child Particle Systems as well. Script interface for the Collision module. How much force is applied to each particle after a collision. Change the bounce multiplier. How much force is applied to a Collider when hit by particles from this Particle System. Control which layers this Particle System collides with. How much speed is lost from each particle after a collision. Change the dampen multiplier. Enable/disable the Collision module. Allow particles to collide with dynamic colliders when using world collision mode. Allow particles to collide when inside colliders. How much a particle's lifetime is reduced after a collision. Change the lifetime loss multiplier. The maximum number of collision shapes that will be considered for particle collisions. Excess shapes will be ignored. Terrains take priority. Kill particles whose speed goes above this threshold, after a collision. The maximum number of planes it is possible to set as colliders. Kill particles whose speed falls below this threshold, after a collision. Choose between 2D and 3D world collisions. If true, the collision angle is considered when applying forces from particles to Colliders. If true, particle sizes are considered when applying forces to Colliders. If true, particle speeds are considered when applying forces to Colliders. Specifies the accuracy of particle collisions against colliders in the Scene. A multiplier applied to the size of each particle before collisions are processed. Send collision callback messages. The type of particle collision to perform. Size of voxels in the collision cache. Get a collision plane associated with this Particle System. Specifies which plane to access. The plane. Set a collision plane to be used with this Particle System. Specifies which plane to set. The plane to set. Script interface for the Color By Speed module. The gradient controlling the particle colors. Enable/disable the Color By Speed module. Apply the color gradient between these minimum and maximum speeds. Script interface for the Color Over Lifetime module. The gradient controlling the particle colors. Enable/disable the Color Over Lifetime module. Script interface for the Custom Data module. Enable/disable the Custom Data module. Get a ParticleSystem.MinMaxGradient, that is being used to generate custom HDR color data. The name of the custom data stream to retrieve the gradient from. The color gradient being used to generate custom color data. Find out the type of custom data that is being generated for the chosen data stream. The name of the custom data stream to query. The type of data being generated for the requested stream. Get a ParticleSystem.MinMaxCurve, that is being used to generate custom data. The name of the custom data stream to retrieve the curve from. The component index to retrieve the curve for (0-3, mapping to the xyzw components of a Vector4 or float4). The curve being used to generate custom data. Query how many ParticleSystem.MinMaxCurve elements are being used to generate this stream of custom data. The name of the custom data stream to retrieve the curve from. The number of curves. Set a ParticleSystem.MinMaxGradient, in order to generate custom HDR color data. The name of the custom data stream to apply the gradient to. The gradient to be used for generating custom color data. Choose the type of custom data to generate for the chosen data stream. The name of the custom data stream to enable data generation on. The type of data to generate. Set a ParticleSystem.MinMaxCurve, in order to generate custom data. The name of the custom data stream to apply the curve to. The component index to apply the curve to (0-3, mapping to the xyzw components of a Vector4 or float4). The curve to be used for generating custom data. Specify how many curves are used to generate custom data for this stream. The name of the custom data stream to apply the curve to. The number of curves to generate data for. Script interface for the Emission module. The current number of bursts. Enable/disable the Emission module. The rate at which new particles are spawned. Change the rate multiplier. The rate at which new particles are spawned, over distance. Change the rate over distance multiplier. The rate at which new particles are spawned, over time. Change the rate over time multiplier. The emission type. Get a single burst from the array of bursts. The index of the burst to retrieve. The burst data at the given index. Get the burst array. Array of bursts to be filled in. The number of bursts in the array. Set a single burst in the array of bursts. The index of the burst to retrieve. The new burst data to apply to the Particle System. Set the burst array. Array of bursts. Optional array size, if burst count is less than array size. Set the burst array. Array of bursts. Optional array size, if burst count is less than array size. Emit count particles immediately. Number of particles to emit. Emit a number of particles from script. Overidden particle properties. Number of particles to emit. Script interface for Particle System emission parameters. Override the angular velocity of emitted particles. Override the 3D angular velocity of emitted particles. When overriding the position of particles, setting this flag to true allows you to retain the influence of the shape module. Override the axis of rotation of emitted particles. Override the position of emitted particles. Override the random seed of emitted particles. Override the rotation of emitted particles. Override the 3D rotation of emitted particles. Override the initial color of emitted particles. Override the lifetime of emitted particles. Override the initial size of emitted particles. Override the initial 3D size of emitted particles. Override the velocity of emitted particles. Reverts angularVelocity and angularVelocity3D back to the values specified in the inspector. Revert the axis of rotation back to the value specified in the inspector. Revert the position back to the value specified in the inspector. Revert the random seed back to the value specified in the inspector. Reverts rotation and rotation3D back to the values specified in the inspector. Revert the initial color back to the value specified in the inspector. Revert the lifetime back to the value specified in the inspector. Revert the initial size back to the value specified in the inspector. Revert the velocity back to the value specified in the inspector. Script interface for the External Forces module. Enable/disable the External Forces module. The number of Force Fields explicitly provided to the influencers list. Apply all Force Fields belonging to a matching layer to this Particle System. Multiplies the magnitude of applied external forces. Adds a ParticleSystemForceField to the influencers list. The Force Field to add to the influencers list. Returns the ParticleSystemForceField at the given index in the influencers list. The index to return the chosen Force Field from. The ForceField from the list. Determines whether any particles are inside the influence of a Force Field. The Force Field to test. Whether the Force Field affects the Particle System. Removes the Force Field from the influencers list at the given index. The index to remove the chosen Force Field from. The Force Field to remove from the list. Removes the Force Field from the influencers list at the given index. The index to remove the chosen Force Field from. The Force Field to remove from the list. Assigns the Force Field at the given index in the influencers list. Index to assign the Force Field. Force Field that will be assigned. Script interface for the Force Over Lifetime module. Enable/disable the Force Over Lifetime module. When randomly selecting values between two curves or constants, this flag will cause a new random force to be chosen on each frame. Are the forces being applied in local or world space? The curve defining particle forces in the X axis. Change the X axis mulutiplier. The curve defining particle forces in the Y axis. Change the Y axis multiplier. The curve defining particle forces in the Z axis. Change the Z axis multiplier. Get a stream of custom per-particle data. The array of per-particle data. Which stream to retrieve the data from. The amount of valid per-particle data. Gets the particles of this Particle System. Output particle buffer, containing the current particle state. The number of elements that are read from the Particle System. The offset into the active particle list, from which to copy the particles. The number of particles written to the input particle array (the number of particles currently alive). Gets the particles of this Particle System. Output particle buffer, containing the current particle state. The number of elements that are read from the Particle System. The offset into the active particle list, from which to copy the particles. The number of particles written to the input particle array (the number of particles currently alive). Gets the particles of this Particle System. Output particle buffer, containing the current particle state. The number of elements that are read from the Particle System. The offset into the active particle list, from which to copy the particles. The number of particles written to the input particle array (the number of particles currently alive). The Inherit Velocity Module controls how the velocity of the emitter is transferred to the particles as they are emitted. Curve to define how much emitter velocity is applied during the lifetime of a particle. Change the curve multiplier. Enable/disable the InheritVelocity module. How to apply emitter velocity to particles. Does the Particle System contain any live particles, or will it produce more? Check all child Particle Systems as well. True if the Particle System contains live particles or is still creating new particles. False if the Particle System has stopped emitting particles and all particles are dead. Does the Particle System contain any live particles, or will it produce more? Check all child Particle Systems as well. True if the Particle System contains live particles or is still creating new particles. False if the Particle System has stopped emitting particles and all particles are dead. Access the ParticleSystem Lights Module. Toggle whether the particle alpha gets multiplied by the light intensity, when computing the final light intensity. Enable/disable the Lights module. Define a curve to apply custom intensity scaling to particle lights. Intensity multiplier. Select what Light Prefab you want to base your particle lights on. Set a limit on how many lights this Module can create. Define a curve to apply custom range scaling to particle lights. Range multiplier. Choose what proportion of particles will receive a dynamic light. Toggle where the particle size will be multiplied by the light range, to determine the final light range. Toggle whether the particle lights will have their color multiplied by the particle color. Randomly assign lights to new particles based on ParticleSystem.LightsModule.ratio. Script interface for the Limit Velocity Over Lifetime module. Controls how much the velocity that exceeds the velocity limit should be dampened. Controls the amount of drag applied to the particle velocities. Change the drag multiplier. Enable/disable the Limit Force Over Lifetime module. Maximum velocity curve, when not using one curve per axis. Change the limit multiplier. Maximum velocity curve for the X axis. Change the limit multiplier on the X axis. Maximum velocity curve for the Y axis. Change the limit multiplier on the Y axis. Maximum velocity curve for the Z axis. Change the limit multiplier on the Z axis. Adjust the amount of drag applied to particles, based on their sizes. Adjust the amount of drag applied to particles, based on their speeds. Set the velocity limit on each axis separately. Specifies if the velocity limits are in local space (rotated with the transform) or world space. Script interface for the main module. Configure whether the Particle System will still be simulated each frame, when it is offscreen. Simulate particles relative to a custom transform component. The duration of the Particle System in seconds. Control how the Particle System calculates its velocity, when moving in the world. Makes some particles spin in the opposite direction. Scale applied to the gravity, defined by Physics.gravity. Change the gravity multiplier. Is the Particle System looping? The maximum number of particles to emit. If set to true, the Particle System will automatically start playing on startup. When looping is enabled, this controls whether this Particle System will look like it has already simulated for one loop when first becoming visible. Cause some particles to spin in the opposite direction. When ParticleSystem.MainModule.ringBufferMode is set to loop, this value defines the proportion of the particle life that is looped. Configure the Particle System to not kill its particles when their lifetimes are exceeded. Control how the Particle System's Transform Component is applied to the Particle System. This selects the space in which to simulate particles. It can be either world or local space. Override the default playback speed of the Particle System. The initial color of particles when emitted. Start delay in seconds. Start delay multiplier in seconds. The total lifetime in seconds that each new particle will have. Start lifetime multiplier. The initial rotation of particles when emitted. A flag to enable 3D particle rotation. The initial rotation multiplier of particles when emitted. The initial rotation of particles around the X axis when emitted. The initial rotation multiplier of particles around the X axis when emitted. The initial rotation of particles around the Y axis when emitted. The initial rotation multiplier of particles around the Y axis when emitted. The initial rotation of particles around the Z axis when emitted. The initial rotation multiplier of particles around the Z axis when emitted. The initial size of particles when emitted. A flag to enable specifying particle size individually for each axis. A multiplier of the initial size of particles when emitted. The initial size of particles along the X axis when emitted. The initial size multiplier of particles along the X axis when emitted. The initial size of particles along the Y axis when emitted. The initial size multiplier of particles along the Y axis when emitted. The initial size of particles along the Z axis when emitted. The initial size multiplier of particles along the Z axis when emitted. The initial speed of particles when emitted. A multiplier of the initial speed of particles when emitted. Select whether to Disable or Destroy the GameObject, or to call the OnParticleSystemStopped script Callback, when the Particle System is stopped and all particles have died. When true, use the unscaled delta time to simulate the Particle System. Otherwise, use the scaled delta time. Script interface for a Min-Max Curve. Set the constant value. Set a constant for the upper bound. Set a constant for the lower bound. Set the curve. Set a curve for the upper bound. Set a curve for the lower bound. Set a multiplier to be applied to the curves. Set the mode that the min-max curve will use to evaluate values. A single constant value for the entire curve. Constant value. Use one curve when evaluating numbers along this Min-Max curve. A multiplier to be applied to the curve. A single curve for evaluating against. Randomly select values based on the interval between the minimum and maximum curves. A multiplier to be applied to the curves. The curve describing the minimum values to be evaluated. The curve describing the maximum values to be evaluated. Randomly select values based on the interval between the minimum and maximum constants. The constant describing the minimum values to be evaluated. The constant describing the maximum values to be evaluated. Manually query the curve to calculate values based on what mode it is in. Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the curve. This is valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.Curve or ParticleSystemCurveMode.TwoCurves. Blend between the 2 curves/constants (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.TwoConstants or ParticleSystemCurveMode.TwoCurves). Calculated curve/constant value. Manually query the curve to calculate values based on what mode it is in. Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the curve. This is valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.Curve or ParticleSystemCurveMode.TwoCurves. Blend between the 2 curves/constants (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.TwoConstants or ParticleSystemCurveMode.TwoCurves). Calculated curve/constant value. MinMaxGradient contains two Gradients, and returns a Color based on ParticleSystem.MinMaxGradient.mode. Depending on the mode, the Color returned may be randomized. Gradients are edited via the ParticleSystem Inspector once a ParticleSystemGradientMode requiring them has been selected. Some modes do not require gradients, only colors. Set a constant color. Set a constant color for the upper bound. Set a constant color for the lower bound. Set the gradient. Set a gradient for the upper bound. Set a gradient for the lower bound. Set the mode that the min-max gradient will use to evaluate colors. A single constant color for the entire gradient. Constant color. Use one gradient when evaluating numbers along this Min-Max gradient. A single gradient for evaluating against. Randomly select colors based on the interval between the minimum and maximum constants. The constant color describing the minimum colors to be evaluated. The constant color describing the maximum colors to be evaluated. Randomly select colors based on the interval between the minimum and maximum gradients. The gradient describing the minimum colors to be evaluated. The gradient describing the maximum colors to be evaluated. Manually query the gradient to calculate colors based on what mode it is in. Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the gradient. This is valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.Gradient or ParticleSystemGradientMode.TwoGradients. Blend between the 2 gradients/colors (Valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.TwoColors or ParticleSystemGradientMode.TwoGradients). Calculated gradient/color value. Manually query the gradient to calculate colors based on what mode it is in. Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the gradient. This is valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.Gradient or ParticleSystemGradientMode.TwoGradients. Blend between the 2 gradients/colors (Valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.TwoColors or ParticleSystemGradientMode.TwoGradients). Calculated gradient/color value. Script interface for the Noise Module. The Noise Module allows you to apply turbulence to the movement of your particles. Use the low quality settings to create computationally efficient Noise, or simulate smoother, richer Noise with the higher quality settings. You can also choose to define the behavior of the Noise individually for each axis. Higher frequency noise will reduce the strength by a proportional amount, if enabled. Enable/disable the Noise module. Low values create soft, smooth noise, and high values create rapidly changing noise. Layers of noise that combine to produce final noise. When combining each octave, scale the intensity by this amount. When combining each octave, zoom in by this amount. How much the noise affects the particle positions. Generate 1D, 2D or 3D noise. Define how the noise values are remapped. Enable remapping of the final noise values, allowing for noise values to be translated into different values. Remap multiplier. Define how the noise values are remapped on the X axis, when using the ParticleSystem.NoiseModule.separateAxes option. X axis remap multiplier. Define how the noise values are remapped on the Y axis, when using the ParticleSystem.NoiseModule.separateAxes option. Y axis remap multiplier. Define how the noise values are remapped on the Z axis, when using the ParticleSystem.NoiseModule.separateAxes option. Z axis remap multiplier. How much the noise affects the particle rotation, in degrees per second. Scroll the noise map over the Particle System. Scroll speed multiplier. Control the noise separately for each axis. How much the noise affects the particle sizes, applied as a multiplier on the size of each particle. How strong the overall noise effect is. Strength multiplier. Define the strength of the effect on the X axis, when using the ParticleSystem.NoiseModule.separateAxes option. X axis strength multiplier. Define the strength of the effect on the Y axis, when using the ParticleSystem.NoiseModule.separateAxes option. Y axis strength multiplier. Define the strength of the effect on the Z axis, when using the ParticleSystem.NoiseModule.separateAxes option. Z axis strength multiplier. Script interface for a Particle. The angular velocity of the particle. The 3D angular velocity of the particle. The animated velocity of the particle. Mesh particles will rotate around this axis. The lifetime of the particle. The position of the particle. The random seed of the particle. The random value of the particle. The remaining lifetime of the particle. The rotation of the particle. The 3D rotation of the particle. The initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules. The starting lifetime of the particle. The initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules. The initial 3D size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules. The total velocity of the particle. The velocity of the particle. Calculate the current color of the particle by applying the relevant curves to its startColor property. The Particle System from which this particle was emitted. Current color. Calculate the current size of the particle by applying the relevant curves to its startSize property. The Particle System from which this particle was emitted. Current size. Calculate the current 3D size of the particle by applying the relevant curves to its startSize3D property. The Particle System from which this particle was emitted. Current size. Pauses the system so no new particles are emitted and the existing particles are not updated. Pause all child Particle Systems as well. Pauses the system so no new particles are emitted and the existing particles are not updated. Pause all child Particle Systems as well. Starts the Particle System. Play all child Particle Systems as well. Starts the Particle System. Play all child Particle Systems as well. Reset the cache of reserved graphics memory used for efficient rendering of Particle Systems. Script interface for the Rotation By Speed module. Enable/disable the Rotation By Speed module. Apply the rotation curve between these minimum and maximum speeds. Set the rotation by speed on each axis separately. Rotation by speed curve for the X axis. Speed multiplier along the X axis. Rotation by speed curve for the Y axis. Speed multiplier along the Y axis. Rotation by speed curve for the Z axis. Speed multiplier along the Z axis. Script interface for the Rotation Over Lifetime module. Enable/disable the Rotation Over Lifetime module. Set the rotation over lifetime on each axis separately. Rotation over lifetime curve for the X axis. Rotation multiplier around the X axis. Rotation over lifetime curve for the Y axis. Rotation multiplier around the Y axis. Rotation over lifetime curve for the Z axis. Rotation multiplier around the Z axis. Set a stream of custom per-particle data. The array of per-particle data. Which stream to assign the data to. Sets the particles of this Particle System. Input particle buffer, containing the desired particle state. The number of elements in the particles array that is written to the Particle System. The offset into the destination particle list, to assign these particles. Sets the particles of this Particle System. Input particle buffer, containing the desired particle state. The number of elements in the particles array that is written to the Particle System. The offset into the destination particle list, to assign these particles. Sets the particles of this Particle System. Input particle buffer, containing the desired particle state. The number of elements in the particles array that is written to the Particle System. The offset into the destination particle list, to assign these particles. Script interface for the Shape module. Align particles based on their initial direction of travel. Angle of the cone to emit particles from. Angle of the circle arc to emit particles from. The mode used for generating particles around the arc. In animated modes, this determines how quickly the particle emission position moves around the arc. A multiplier of the arc speed of the particle emission shape. Control the gap between particle emission points around the arc. Scale of the box to emit particles from. Thickness of the box to emit particles from. The radius of the Donut shape to emit particles from. Enable/disable the Shape module. Length of the cone to emit particles from. Mesh to emit particles from. Emit particles from a single material of a mesh. MeshRenderer to emit particles from. Apply a scaling factor to the mesh that particles are emitted from. Where on the mesh to emit particles from. The mode used for generating particles on a mesh. In animated modes, this determines how quickly the particle emission position moves across the mesh. A multiplier of the mesh spawn speed. Control the gap between particle emission points across the mesh. Move particles away from the surface of the source mesh. Apply an offset to the position from which particles are emitted. Radius of the shape to emit particles from. The mode used for generating particles along the radius. In animated modes, this determines how quickly the particle emission position moves along the radius. A multiplier of the radius speed of the particle emission shape. Control the gap between particle emission points along the radius. Radius thickness of the shape's edge from which to emit particles. Randomizes the starting direction of particles. Randomizes the starting direction of particles. Randomizes the starting position of particles. Apply a rotation to the shape from which particles are emitted. Apply scale to the shape from which particles are emitted. Type of shape to emit particles from. SkinnedMeshRenderer to emit particles from. Makes particles move in a spherical direction from their starting point. Sprite to emit particles from. SpriteRenderer to emit particles from. Selects a texture to be used for tinting particle start colors. When enabled, the alpha channel of the texture is applied to the particle alpha when spawned. When enabled, 4 neighboring samples are taken from the texture, and combined to give the final particle value. Selects which channel of the texture is used for discarding particles. Discards particles when they are spawned on an area of the texture with a value lower than this threshold. When enabled, the RGB channels of the texture are applied to the particle color when spawned. When using a Mesh as a source shape type, this option controls which UV channel on the Mesh is used for reading the source texture. Modulate the particle colors with the vertex colors, or the material color if no vertex colors exist. Emit particles from a single material, or the whole mesh. Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it. Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value. Fast-forward all child Particle Systems as well. Restart and start from the beginning. Only update the system at fixed intervals, based on the value in "Fixed Time" in the Time options. Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it. Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value. Fast-forward all child Particle Systems as well. Restart and start from the beginning. Only update the system at fixed intervals, based on the value in "Fixed Time" in the Time options. Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it. Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value. Fast-forward all child Particle Systems as well. Restart and start from the beginning. Only update the system at fixed intervals, based on the value in "Fixed Time" in the Time options. Fast-forwards the Particle System by simulating particles over the given period of time, then pauses it. Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value. Fast-forward all child Particle Systems as well. Restart and start from the beginning. Only update the system at fixed intervals, based on the value in "Fixed Time" in the Time options. Script interface for the Size By Speed module. Enable/disable the Size By Speed module. Apply the size curve between these minimum and maximum speeds. Set the size by speed on each axis separately. Curve to control particle size based on speed. Size multiplier. Size by speed curve for the X axis. X axis size multiplier. Size by speed curve for the Y axis. Y axis size multiplier. Size by speed curve for the Z axis. Z axis size multiplier. Script interface for the Size Over Lifetime module. Enable/disable the Size Over Lifetime module. Set the size over lifetime on each axis separately. Curve to control particle size based on lifetime. Size multiplier. Size over lifetime curve for the X axis. X axis size multiplier. Size over lifetime curve for the Y axis. Y axis size multiplier. Size over lifetime curve for the Z axis. Z axis size multiplier. Stops playing the Particle System using the supplied stop behaviour. Stop all child Particle Systems as well. Stop emitting or stop emitting and clear the system. Stops playing the Particle System using the supplied stop behaviour. Stop all child Particle Systems as well. Stop emitting or stop emitting and clear the system. Stops playing the Particle System using the supplied stop behaviour. Stop all child Particle Systems as well. Stop emitting or stop emitting and clear the system. Script interface for the Sub Emitters module. Sub Particle System which spawns at the locations of the birth of the particles from the parent system. Sub Particle System which spawns at the locations of the birth of the particles from the parent system. Sub Particle System which spawns at the locations of the collision of the particles from the parent system. Sub Particle System which spawns at the locations of the collision of the particles from the parent system. Sub Particle System which spawns at the locations of the death of the particles from the parent system. Sub Particle System to spawn on death of the parent system's particles. Enable/disable the Sub Emitters module. The total number of sub-emitters. Add a new sub-emitter. The sub-emitter to be added. The event that creates new particles. The properties of the new particles. The probability that the sub-emitter emits particles. Accepts values from 0 to 1, where 0 is never and 1 is always. Add a new sub-emitter. The sub-emitter to be added. The event that creates new particles. The properties of the new particles. The probability that the sub-emitter emits particles. Accepts values from 0 to 1, where 0 is never and 1 is always. Returns the probability that the sub-emitter emits particles. The index of the desired sub-emitter. The emission probability for the desired sub-emitter Get the properties of the sub-emitter at the given index. The index of the desired sub-emitter. The properties of the requested sub-emitter. Get the sub-emitter Particle System at the given index. The index of the desired sub-emitter. The sub-emitter being requested. Get the type of the sub-emitter at the given index. The index of the desired sub-emitter. The type of the requested sub-emitter. Remove a sub-emitter from the given index in the array. The index from which to remove a sub-emitter. Sets the probability that the sub-emitter emits particles. The index of the sub-emitter being modified. Sets the emission probability of the sub-emitter at the given index. Set the properties of the sub-emitter at the given index. The index of the sub-emitter being modified. The new properties to assign to this sub-emitter. Set the Particle System to use as the sub-emitter at the given index. The index of the sub-emitter being modified. The Particle System being used as this sub-emitter. Set the type of the sub-emitter at the given index. The index of the sub-emitter being modified. The new spawning type to assign to this sub-emitter. Script interface for the Texture Sheet Animation module. Specifies the animation type. Specifies how many times the animation will loop during the lifetime of the particle. Enable/disable the Texture Sheet Animation module. Flip the U coordinate on particles, causing them to appear mirrored horizontally. Flip the V coordinate on particles, causing them to appear mirrored vertically. Control how quickly the animation plays. Curve to control which frame of the texture sheet animation to play. Frame over time mutiplier. Select whether the animated texture information comes from a grid of frames on a single texture, or from a list of Sprite objects. Defines the tiling of the texture in the X axis. Defines the tiling of the texture in the Y axis. Explicitly select which row of the texture sheet is used, when ParticleSystem.TextureSheetAnimationModule.useRandomRow is set to false. Specify how particle speeds are mapped to the animation frames. The total number of sprites. Define a random starting frame for the texture sheet animation. Starting frame multiplier. Select whether the playback is based on mapping a curve to the lifetime of each particle, by using the particle speeds, or if playback simply uses a constant frames per second. Use a random row of the texture sheet for each particle emitted. Choose which UV channels will receive texture animation. Add a new Sprite. The Sprite to be added. Get the Sprite at the given index. The index of the desired Sprite. The Sprite being requested. Remove a Sprite from the given index in the array. The index from which to remove a Sprite. Set the Sprite at the given index. The index of the Sprite being modified. The Sprite being assigned. Access the particle system trails module. Adds an extra position to each ribbon, connecting it to the location of the Transform Component. The gradient controlling the trail colors during the lifetime of the attached particle. The gradient controlling the trail colors over the length of the trail. If enabled, Trails will disappear immediately when their owning particle dies. Otherwise, the trail will persist until all its points have naturally expired, based on its lifetime. Enable/disable the Trail module. Configures the trails to generate Normals and Tangents. With this data, Scene lighting can affect the trails via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders. Toggle whether the trail will inherit the particle color as its starting color. The curve describing the trail lifetime, throughout the lifetime of the particle. Change the lifetime multiplier. Set the minimum distance each trail can travel before a new vertex is added to it. Choose how particle trails are generated. Choose what proportion of particles will receive a trail. Select how many lines to create through the Particle System. Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the trail width at each segment. Set whether the particle size will act as a multiplier on top of the trail lifetime. Set whether the particle size will act as a multiplier on top of the trail width. When used on a sub emitter, ribbons will connect particles from each parent particle independently. Choose whether the U coordinate of the trail texture is tiled or stretched. The curve describing the width, of each trail point. Change the width multiplier. Drop new trail points in world space, regardless of Particle System Simulation Space. Script interface for the Trigger module. Enable/disable the Trigger module. Choose what action to perform when particles enter the trigger volume. Choose what action to perform when particles leave the trigger volume. Choose what action to perform when particles are inside the trigger volume. The maximum number of collision shapes that can be attached to this Particle System trigger. Choose what action to perform when particles are outside the trigger volume. A multiplier applied to the size of each particle before overlaps are processed. Get a collision shape associated with this Particle System trigger. Which collider to return. The collider at the given index. Set a collision shape associated with this Particle System trigger. Which collider to set. The collider to associate with this trigger. Triggers the specified sub emitter on all particles of the Particle System. Index of the sub emitter to trigger. Triggers the specified sub emitter on the specified particle(s) of the Particle System. Index of the sub emitter to trigger. Triggers the sub emtter on a single particle. Triggers the sub emtter on a list of particles. Triggers the specified sub emitter on the specified particle(s) of the Particle System. Index of the sub emitter to trigger. Triggers the sub emtter on a single particle. Triggers the sub emtter on a list of particles. Script interface for the Velocity Over Lifetime module. Enable/disable the Velocity Over Lifetime module. Specify a custom center of rotation for the orbital and radial velocities. This method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier. Specify a custom center of rotation for the orbital and radial velocities. This method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier. Specify a custom center of rotation for the orbital and radial velocities. This method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier. Curve to control particle speed based on lifetime, around the X axis. X axis speed multiplier. Curve to control particle speed based on lifetime, around the Y axis. Y axis speed multiplier. Curve to control particle speed based on lifetime, around the Z axis. Z axis speed multiplier. Curve to control particle speed based on lifetime, away from a center position. Radial speed multiplier. Specifies if the velocities are in local space (rotated with the transform) or world space. Curve to control particle speed based on lifetime, without affecting the direction of the particles. Speed multiplier. Curve to control particle speed based on lifetime, on the X axis. X axis speed multiplier. Curve to control particle speed based on lifetime, on the Y axis. Y axis speed multiplier. Curve to control particle speed based on lifetime, on the Z axis. Z axis speed multiplier. The animation mode. Use a regular grid to construct a sequence of animation frames. Use a list of sprites to construct a sequence of animation frames. Control how animation frames are selected. Select animation frames sequentially at a constant rate of the specified frames per second. Select animation frames based on the particle ages. Select animation frames based on the particle speeds. The animation type. Animate a single row in the sheet from left to right. Animate over the whole texture sheet from left to right, top to bottom. Whether to use 2D or 3D colliders for particle collisions. Use 2D colliders to collide particles against. Use 3D colliders to collide particles against. Quality of world collisions. Medium and low quality are approximate and may leak particles. The most accurate world collisions. Fastest and most approximate world collisions. Approximate world collisions. The type of collisions to use for a given Particle System. Collide with a list of planes. Collide with the world geometry. The action to perform when the Particle System is offscreen. Continue simulating the Particle System when it is offscreen. For looping effects, the simulation is paused when offscreen, and for one-shot effects, the simulation will continue playing. Pause the Particle System simulation when it is offscreen. Pause the Particle System simulation when it is offscreen, and perform an extra simulation when the system comes back onscreen, creating the impression that it was never paused. The particle curve mode. Use a single constant for the ParticleSystem.MinMaxCurve. Use a single curve for the ParticleSystem.MinMaxCurve. Use a random value between 2 constants for the ParticleSystem.MinMaxCurve. Use a random value between 2 curves for the ParticleSystem.MinMaxCurve. Which stream of custom particle data to set. The first stream of custom per-particle data. The second stream of custom per-particle data. Which mode the Custom Data module uses to generate its data. Generate data using ParticleSystem.MinMaxGradient. Don't generate any data. Generate data using ParticleSystem.MinMaxCurve. The mode in which particles are emitted. Emit when emitter moves. Emit over time. Control how a Particle System calculates its velocity. Calculate the Particle System velocity by using a Rigidbody or Rigidbody2D component, if one exists on the Game Object. Calculate the Particle System velocity by using the Transform component. Script interface for Particle System Force Fields. Apply a linear force along the local X axis to particles within the volume of the Force Field. Apply a linear force along the local Y axis to particles within the volume of the Force Field. Apply a linear force along the local Z axis to particles within the volume of the Force Field. Apply drag to particles within the volume of the Force Field. Determines the size of the shape used for influencing particles. Apply gravity to particles within the volume of the Force Field. When using the gravity force, set this value between 0 and 1 to control the focal point of the gravity effect. Describes the length of the Cylinder when using the Cylinder Force Field shape to influence particles. When using Drag, the drag strength will be multiplied by the size of the particles if this toggle is enabled. When using Drag, the drag strength will be multiplied by the speed of the particles if this toggle is enabled. Controls how strongly particles are dragged into the vortex motion. Apply randomness to the Force Field axis that particles will travel around. The speed at which particles are propelled around a vortex. Selects the type of shape used for influencing particles. Setting a value greater than 0 creates a hollow Force Field shape. This will cause particles to not be affected by the Force Field when closer to the center of the volume than the startRange property. Apply forces to particles within the volume of the Force Field, by using a 3D texture containing vector field data. Controls how strongly particles are dragged into the vector field motion. The speed at which particles are propelled through the vector field. The type of shape used for influencing particles in the Force Field Component. Influence particles inside a box shape. Influence particles inside a cylinder shape. Influence particles inside a hemisphere shape. Influence particles inside a sphere shape. The particle GameObject filtering mode that specifies which objects are used by specific Particle System modules. Include objects based on a layer mask, where all objects that match the mask are included. Include objects based on both a layer mask and an explicitly provided list. Include objects based on an explicitly provided list. The particle gradient mode. Use a single color for the ParticleSystem.MinMaxGradient. Use a single color gradient for the ParticleSystem.MinMaxGradient. Define a list of colors in the ParticleSystem.MinMaxGradient, to be chosen from at random. Use a random value between 2 colors for the ParticleSystem.MinMaxGradient. Use a random value between 2 color gradients for the ParticleSystem.MinMaxGradient. How to apply emitter velocity to particles. Each particle's velocity is set to the emitter's current velocity value, every frame. Each particle inherits the emitter's velocity on the frame when it was initially emitted. The mesh emission type. Emit from the edges of the mesh. Emit from the surface of the mesh. Emit from the vertices of the mesh. The quality of the generated noise. High quality 3D noise. Low quality 1D noise. Medium quality 2D noise. What action to perform when the particle trigger module passes a test. Send the OnParticleTrigger command to the Particle System's script. Do nothing. Kill all particles that pass this test. Renders particles on to the screen. The number of currently active custom vertex streams. Control the direction that particles face. Allow billboard particles to roll around their Z axis. How much are the particles stretched depending on the Camera's speed. Enables GPU Instancing on platforms where it is supported. Flip a percentage of the particles, along each axis. How much are the particles stretched in their direction of motion. Specifies how the Particle System Renderer interacts with SpriteMask. Clamp the maximum particle size. Mesh used as particle instead of billboarded texture. The number of meshes being used for particle rendering. Clamp the minimum particle size. How much are billboard particle normals oriented towards the camera. Modify the pivot point used for rotating particles. How particles are drawn. Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the particle size. Biases Particle System sorting amongst other transparencies. Sort particles within a system. Set the material used by the Trail module for attaching trails to particles. How much are the particles stretched depending on "how fast they move". Query whether the Particle System renderer uses a particular set of vertex streams. Streams to query. Whether all the queried streams are enabled or not. Creates a snapshot of ParticleSystemRenderer and stores it in mesh. A static mesh that will receive the snapshot of the particles. The camera used for determining which way camera-space particles will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of ParticleSystemRenderer and stores it in mesh. A static mesh that will receive the snapshot of the particles. The camera used for determining which way camera-space particles will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of ParticleSystemRenderer and stores it in mesh. A static mesh that will receive the snapshot of the particles. The camera used for determining which way camera-space particles will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of ParticleSystemRenderer and stores it in mesh. A static mesh that will receive the snapshot of the particles. The camera used for determining which way camera-space particles will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of ParticleSystem Trails and stores them in mesh. A static mesh that will receive the snapshot of the particle trails. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of ParticleSystem Trails and stores them in mesh. A static mesh that will receive the snapshot of the particle trails. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of ParticleSystem Trails and stores them in mesh. A static mesh that will receive the snapshot of the particle trails. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of ParticleSystem Trails and stores them in mesh. A static mesh that will receive the snapshot of the particle trails. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Disable a set of vertex shader streams on the Particle System renderer. The position stream is always enabled, and any attempts to remove it will be ignored. Streams to disable. Enable a set of vertex shader streams on the Particle System renderer. Streams to enable. Query which vertex shader streams are enabled on the ParticleSystemRenderer. The array of streams to be populated. Query whether the Particle System renderer uses a particular set of vertex streams. Streams to query. Returns the subset of the queried streams that are actually enabled. Get the array of meshes to be used as particles. This array will be populated with the list of meshes being used for particle rendering. The number of meshes actually written to the destination array. Enable a set of vertex shader streams on the ParticleSystemRenderer. The new array of enabled vertex streams. Set an array of meshes to be used as particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh. Array of meshes to be used. Number of elements from the mesh array to be applied. Set an array of meshes to be used as particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh. Array of meshes to be used. Number of elements from the mesh array to be applied. The rendering mode for particle systems. Render particles as billboards facing the active camera. (Default) Render particles as billboards always facing up along the y-Axis. Render particles as meshes. Do not render particles. Stretch particles in the direction of motion. Render particles as billboards always facing the player, but not pitching along the x-Axis. How particles are aligned when rendered. Particles face the eye position. Particles align with their local transform. Particles are aligned to their direction of travel. Particles face the camera plane. Particles align with the world. Control how particles are removed from the Particle System. Particles are removed when their age exceeds their lifetime. Particles are removed when creating new particles would exceed the Max Particles property. Before being removed, particles remain alive until their age exceeds their lifetime. Particles are removed when creating new particles would exceed the Max Particles property. Control how particle systems apply transform scale. Scale the Particle System using the entire transform hierarchy. Scale the Particle System using only its own transform scale. (Ignores parent scale). Only apply transform scale to the shape component, which controls where particles are spawned, but does not affect their size or movement. The mode used to generate new points in a shape. Distribute new particles around the shape evenly. Animate the emission point around the shape. Animate the emission point around the shape, alternating between clockwise and counter-clockwise directions. Generate points randomly. (Default) The texture channel. The alpha channel. The blue channel. The green channel. The red channel. The emission shape. Emit from the volume of a box. Emit from the edges of a box. Emit from the surface of a box. Emit from a circle. Emit from the edge of a circle. Emit from the base of a cone. Emit from the base surface of a cone. Emit from a cone. Emit from the surface of a cone. Emit from a Donut. Emit from a half-sphere. Emit from the surface of a half-sphere. Emit from a mesh. Emit from a mesh renderer. Emit from a rectangle. Emit from an edge. Emit from a skinned mesh renderer. Emit from a sphere. Emit from the surface of a sphere. Emit from a sprite. Emit from a sprite renderer. The space to simulate particles in. Simulate particles relative to a custom transform component, defined by ParticleSystem.MainModule.customSimulationSpace. Simulate particles in local space. Simulate particles in world space. The sorting mode for particle systems. Sort based on distance. No sorting. Sort the oldest particles to the front. Sort the youngest particles to the front. The action to perform when the Particle System stops. Call OnParticleSystemStopped on the ParticleSystem script. Destroy the GameObject containing the Particle System. Disable the GameObject containing the Particle System. Do nothing. The behavior to apply when calling ParticleSystem.Stop|Stop. Stops Particle System emitting any further particles. All existing particles will remain until they expire. Stops Particle System emitting and removes all existing emitted particles. The properties of sub-emitter particles. When spawning new particles, multiply the start color by the color of the parent particles. When spawning new particles, use the duration and age properties from the parent system, when sampling Main module curves in the Sub-Emitter. When spawning new particles, inherit all available properties from the parent particles. New particles will have a shorter lifespan, the closer their parent particles are to death. When spawning new particles, do not inherit any properties from the parent particles. When spawning new particles, add the start rotation to the rotation of the parent particles. When spawning new particles, multiply the start size by the size of the parent particles. The events that cause new particles to be spawned. Spawns new particles when particles from the parent system are born. Spawns new particles when particles from the parent system collide with something. Spawns new particles when particles from the parent system die. Spawns new particles when triggered from script using ParticleSystem.TriggerSubEmitter. Spawns new particles when particles from the parent system pass conditions in the Trigger Module. Choose how Particle Trails are generated. Makes a trail behind each particle as the particle moves. Draws a line between each particle, connecting the youngest particle to the oldest. Choose how textures are applied to Particle Trails. Map the texture once along the entire length of the trail, assuming all vertices are evenly spaced. Repeat the texture along the trail, repeating at a rate of once per trail segment. To adjust the tiling rate, use Material.SetTextureScale. Map the texture once along the entire length of the trail. Repeat the texture along the trail. To set the tiling rate, use Material.SetTextureScale. The different types of particle triggers. Trigger when particles enter the collision volume. Trigger when particles leave the collision volume. Trigger when particles are inside the collision volume. Trigger when particles are outside the collision volume. All possible Particle System vertex shader inputs. The normalized age of each particle, from 0 to 1. The amount to blend between animated texture frames, from 0 to 1. The current animation frame index of each particle. The center position of the entire particle, in world space. The color of each particle. One custom value for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. Two custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. Three custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. Four custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. One custom value for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. Two custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. Three custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. Four custom values for each particle, defined by the Custom Data Module, or ParticleSystem.SetCustomParticleData. The reciprocal of the starting lifetime, in seconds (1.0f / startLifetime). The X axis noise on the current frame. The X and Y axis noise on the current frame. The 3D noise on the current frame. The accumulated X axis noise, over the lifetime of the particle. The accumulated X and Y axis noise, over the lifetime of the particle. The accumulated 3D noise, over the lifetime of the particle. The vertex normal of each particle. The position of each particle vertex, in world space. The Z axis rotation of each particle. The 3D rotation of each particle. The Z axis rotational speed of each particle. The 3D rotational speed of each particle. The X axis size of each particle. The X and Y axis sizes of each particle. The 3D size of each particle. The speed of each particle, calculated by taking the magnitude of the velocity. A random number for each particle, which remains constant during their lifetime. Two random numbers for each particle, which remain constant during their lifetime. Three random numbers for each particle, which remain constant during their lifetime. Four random numbers for each particle, which remain constant during their lifetime. The tangent vector for each particle (for normal mapping). The first UV stream of each particle. The second UV stream of each particle. The third UV stream of each particle (only for meshes). The fourth UV stream of each particle (only for meshes). A random number for each particle, which changes during their lifetime. Two random numbers for each particle, which change during their lifetime. Three random numbers for each particle, which change during their lifetime. Four random numbers for each particle, which change during their lifetime. The velocity of each particle, in world space. The vertex ID of each particle. All possible Particle System vertex shader inputs. A mask with all vertex streams enabled. The center position of each particle, with the vertex ID of each particle, from 0-3, stored in the w component. The color of each particle. The first stream of custom data, supplied from script. The second stream of custom data, supplied from script. Alive time as a 0-1 value in the X component, and Total Lifetime in the Y component. To get the current particle age, simply multiply X by Y. A mask with no vertex streams enabled. The normal of each particle. The world space position of each particle. 4 random numbers. The first 3 are deterministic and assigned once when each particle is born, but the 4th value will change during the lifetime of the particle. The rotation of each particle. The size of each particle. Tangent vectors for normal mapping. The texture coordinates of each particle. With the Texture Sheet Animation module enabled, this contains the UVs for the second texture frame, the blend factor for each particle, and the raw frame, allowing for blending of frames. The 3D velocity of each particle. Structure containing minimum and maximum terrain patch height values. Maximum height of a terrain patch. Minimum height of a terrain patch. Physics material describes how to handle colliding objects (friction, bounciness). Determines how the bounciness is combined. How bouncy is the surface? A value of 0 will not bounce. A value of 1 will bounce without any loss of energy. The friction used when already moving. This value is usually between 0 and 1. If anisotropic friction is enabled, dynamicFriction2 will be applied along frictionDirection2. Determines how the friction is combined. The direction of anisotropy. Anisotropic friction is enabled if the vector is not zero. The friction coefficient used when an object is lying on a surface. If anisotropic friction is enabled, staticFriction2 will be applied along frictionDirection2. Creates a new material. Creates a new material named name. Describes how physics materials of the colliding objects are combined. The friction force as well as the residual bounce impulse are applied symmertrically to both of the colliders in contact, so each pair of overlapping colliders must have a single set of friction and bouciness settings. However, one can set arbitrary physics materials to any colliders. For that particular reason, there is a mechanism that allows the combination of two different sets of properties that correspond to each of the colliders in contact into one set to be used in the solver. Specifying Average, Maximum, Minimum or Multiply as the physics material combine mode, you directly set the function that is used to combine the settings corresponding to the two overlapping colliders into one set of settings that can be used to apply the material effect. Note that there is a special case when the two overlapping colliders have physics materials with different combine modes set. In this particular case, the function that has the highest priority is used. The priority order is as follows: Average < Minimum < Multiply < Maximum. For example, if one material has Average set but the other one has Maximum, then the combine function to be used is Maximum, since it has higher priority. Averages the friction/bounce of the two colliding materials. Uses the larger friction/bounce of the two colliding materials. Uses the smaller friction/bounce of the two colliding materials. Multiplies the friction/bounce of the two colliding materials. Global physics properties and helper methods. Sets whether the physics should be simulated automatically or not. Whether or not to automatically sync transform changes with the physics system whenever a Transform component changes. Two colliding objects with a relative velocity below this will not bounce (default 2). Must be positive. The default contact offset of the newly created colliders. The PhysicsScene automatically created when Unity starts. The defaultSolverIterations determines how accurately Rigidbody joints and collision contacts are resolved. (default 6). Must be positive. The defaultSolverVelocityIterations affects how accurately the Rigidbody joints and collision contacts are resolved. (default 1). Must be positive. The gravity applied to all rigid bodies in the Scene. Sets the minimum separation distance for cloth inter-collision. Sets the cloth inter-collision stiffness. The default maximum angular velocity permitted for any rigid bodies (default 7). Must be positive. The minimum contact penetration value in order to apply a penalty force (default 0.05). Must be positive. Whether physics queries should hit back-face triangles. Specifies whether queries (raycasts, spherecasts, overlap tests, etc.) hit Triggers by default. Determines whether the garbage collector should reuse only a single instance of a Collision type for all collision callbacks. The default angular velocity, below which objects start sleeping (default 0.14). Must be positive. The mass-normalized energy threshold, below which objects start going to sleep. The default linear velocity, below which objects start going to sleep (default 0.15). Must be positive. Layer mask constant to select all layers. Casts the box along a ray and returns detailed information on what was hit. Center of the box. Half the size of the box in each dimension. The direction in which to cast the box. Rotation of the box. The max length of the cast. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. True, if any intersections were found. Casts the box along a ray and returns detailed information on what was hit. Center of the box. Half the size of the box in each dimension. The direction in which to cast the box. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). Rotation of the box. The max length of the cast. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. True, if any intersections were found. Like Physics.BoxCast, but returns all hits. Center of the box. Half the size of the box in each dimension. The direction in which to cast the box. Rotation of the box. The max length of the cast. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. All colliders that were hit. Cast the box along the direction, and store hits in the provided buffer. Center of the box. Half the size of the box in each dimension. The direction in which to cast the box. The buffer to store the results in. Rotation of the box. The max length of the cast. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. The amount of hits stored to the results buffer. Casts a capsule against all colliders in the Scene and returns detailed information on what was hit. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. The direction into which to sweep the capsule. The max length of the sweep. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. True when the capsule sweep intersects any collider, otherwise false. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. The direction into which to sweep the capsule. The max length of the sweep. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. Like Physics.CapsuleCast, but this function will return all hits the capsule sweep intersects. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. The direction into which to sweep the capsule. The max length of the sweep. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. An array of all colliders hit in the sweep. Casts a capsule against all colliders in the Scene and returns detailed information on what was hit into the buffer. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. The direction into which to sweep the capsule. The buffer to store the hits into. The max length of the sweep. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. The amount of hits stored into the buffer. Check whether the given box overlaps with other colliders or not. Center of the box. Half the size of the box in each dimension. Rotation of the box. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. True, if the box overlaps with any colliders. Checks if any colliders overlap a capsule-shaped volume in world space. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. Returns true if there are any colliders overlapping the sphere defined by position and radius in world coordinates. Center of the sphere. Radius of the sphere. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. Returns a point on the given collider that is closest to the specified location. Location you want to find the closest point to. The collider that you find the closest point on. The position of the collider. The rotation of the collider. The point on the collider that is closest to the specified location. Compute the minimal translation required to separate the given colliders apart at specified poses. The first collider. Position of the first collider. Rotation of the first collider. The second collider. Position of the second collider. Rotation of the second collider. Direction along which the translation required to separate the colliders apart is minimal. The distance along direction that is required to separate the colliders apart. True, if the colliders overlap at the given poses. Layer mask constant to select default raycast layers. Are collisions between layer1 and layer2 being ignored? Makes the collision detection system ignore all collisions between collider1 and collider2. Starting point of the collider. End point of the collider. Ignore collision. Makes the collision detection system ignore all collisions between any collider in layer1 and any collider in layer2. Note that IgnoreLayerCollision will reset the trigger state of affected colliders, so you might receive OnTriggerExit and OnTriggerEnter messages in response to calling this. Layer mask constant to select ignore raycast layer. Returns true if there is any collider intersecting the line between start and end. Start point. End point. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. Returns true if there is any collider intersecting the line between start and end. Start point. End point. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). Find all colliders touching or inside of the given box. Center of the box. Half of the size of the box in each dimension. Rotation of the box. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. Colliders that overlap with the given box. Find all colliders touching or inside of the given box, and store them into the buffer. Center of the box. Half of the size of the box in each dimension. The buffer to store the results in. Rotation of the box. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. The amount of colliders stored in results. Check the given capsule against the physics world and return all overlapping colliders. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. Colliders touching or inside the capsule. Check the given capsule against the physics world and return all overlapping colliders in the user-provided buffer. The center of the sphere at the start of the capsule. The center of the sphere at the end of the capsule. The radius of the capsule. The buffer to store the results into. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. The amount of entries written to the buffer. Returns an array with all colliders touching or inside the sphere. Center of the sphere. Radius of the sphere. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. Computes and stores colliders touching or inside the sphere into the provided buffer. Center of the sphere. Radius of the sphere. The buffer to store the results into. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. The amount of colliders stored into the results buffer. Casts a ray, from point origin, in direction direction, of length maxDistance, against all colliders in the Scene. The starting point of the ray in world coordinates. The direction of the ray. The max distance the ray should check for collisions. A that is used to selectively ignore Colliders when casting a ray. Specifies whether this query should hit Triggers. True if the ray intersects with a Collider, otherwise false. Casts a ray against all colliders in the Scene and returns detailed information on what was hit. The starting point of the ray in world coordinates. The direction of the ray. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). The max distance the ray should check for collisions. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. True when the ray intersects any collider, otherwise false. Same as above using ray.origin and ray.direction instead of origin and direction. The starting point and direction of the ray. The max distance the ray should check for collisions. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. True when the ray intersects any collider, otherwise false. Same as above using ray.origin and ray.direction instead of origin and direction. The starting point and direction of the ray. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). The max distance the ray should check for collisions. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. True when the ray intersects any collider, otherwise false. Casts a ray through the Scene and returns all hits. Note that order is not guaranteed. The starting point and direction of the ray. The max distance the rayhit is allowed to be from the start of the ray. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. See Also: Raycast. The starting point of the ray in world coordinates. The direction of the ray. The max distance the rayhit is allowed to be from the start of the ray. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. Cast a ray through the Scene and store the hits into the buffer. The starting point and direction of the ray. The buffer to store the hits into. The max distance the rayhit is allowed to be from the start of the ray. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. The amount of hits stored into the results buffer. Cast a ray through the Scene and store the hits into the buffer. The starting point and direction of the ray. The buffer to store the hits into. The direction of the ray. The max distance the rayhit is allowed to be from the start of the ray. A that is used to selectively ignore colliders when casting a ray. Specifies whether this query should hit Triggers. The amount of hits stored into the results buffer. Rebuild the broadphase interest regions as well as set the world boundaries. Boundaries of the physics world. How many cells to create along x and z axis. Simulate physics in the Scene. The time to advance physics by. Casts a sphere along a ray and returns detailed information on what was hit. The center of the sphere at the start of the sweep. The radius of the sphere. The direction into which to sweep the sphere. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). The max length of the cast. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. True when the sphere sweep intersects any collider, otherwise false. Casts a sphere along a ray and returns detailed information on what was hit. The starting point and direction of the ray into which the sphere sweep is cast. The radius of the sphere. The max length of the cast. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. True when the sphere sweep intersects any collider, otherwise false. The starting point and direction of the ray into which the sphere sweep is cast. The radius of the sphere. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). The max length of the cast. A that is used to selectively ignore colliders when casting a capsule. Specifies whether this query should hit Triggers. Like Physics.SphereCast, but this function will return all hits the sphere sweep intersects. The center of the sphere at the start of the sweep. The radius of the sphere. The direction in which to sweep the sphere. The max length of the sweep. A that is used to selectively ignore colliders when casting a sphere. Specifies whether this query should hit Triggers. An array of all colliders hit in the sweep. Like Physics.SphereCast, but this function will return all hits the sphere sweep intersects. The starting point and direction of the ray into which the sphere sweep is cast. The radius of the sphere. The max length of the sweep. A that is used to selectively ignore colliders when casting a sphere. Specifies whether this query should hit Triggers. Cast sphere along the direction and store the results into buffer. The center of the sphere at the start of the sweep. The radius of the sphere. The direction in which to sweep the sphere. The buffer to save the hits into. The max length of the sweep. A that is used to selectively ignore colliders when casting a sphere. Specifies whether this query should hit Triggers. The amount of hits stored into the results buffer. Cast sphere along the direction and store the results into buffer. The starting point and direction of the ray into which the sphere sweep is cast. The radius of the sphere. The buffer to save the results to. The max length of the sweep. A that is used to selectively ignore colliders when casting a sphere. Specifies whether this query should hit Triggers. The amount of hits stored into the results buffer. Apply Transform changes to the physics engine. Global settings and helpers for 2D physics. Should the collider gizmos always be shown even when they are not selected? A rigid-body cannot sleep if its angular velocity is above this tolerance. Sets whether the physics should be simulated automatically or not. Whether or not to automatically sync transform changes with the physics system whenever a Transform component changes. The scale factor that controls how fast overlaps are resolved. The scale factor that controls how fast TOI overlaps are resolved. Use this to control whether or not the appropriate OnCollisionExit2D or OnTriggerExit2D callbacks should be called when a Collider2D is disabled. Whether or not to stop reporting collision callbacks immediately if any of the objects involved in the collision are deleted/moved. Sets the color used by the gizmos to show all Collider axis-aligned bounding boxes (AABBs). The color used by the gizmos to show all asleep colliders (collider is asleep when the body is asleep). The color used by the gizmos to show all awake colliders (collider is awake when the body is awake). The color used by the gizmos to show all collider contacts. The scale of the contact arrow used by the collider gizmos. The default contact offset of the newly created colliders. The PhysicsScene2D automatically created when Unity starts. Ets the collision callbacks to stop or continue processing if any of the objects involved in the collision are deleted. Acceleration due to gravity. A set of options that control how physics operates when using the job system to multithread the physics simulation. A rigid-body cannot sleep if its linear velocity is above this tolerance. The maximum angular position correction used when solving constraints. This helps to prevent overshoot. The maximum linear position correction used when solving constraints. This helps to prevent overshoot. The maximum angular speed of a rigid-body per physics update. Increasing this can cause numerical problems. The maximum linear speed of a rigid-body per physics update. Increasing this can cause numerical problems. This property is obsolete. You should use defaultContactOffset instead. The number of iterations of the physics solver when considering objects' positions. Do raycasts detect Colliders configured as triggers? Sets the raycasts or linecasts that start inside Colliders to detect or not detect those Colliders. Sets the raycasts to either detect or not detect Triggers. Do ray/line casts that start inside a collider(s) detect those collider(s)? Determines whether the garbage collector should reuse only a single instance of a Collision2D type for all collision callbacks. Should the collider gizmos show the AABBs for each collider? Should the collider gizmos show current contacts for each collider? Should the collider gizmos show the sleep-state for each collider? The time in seconds that a rigid-body must be still before it will go to sleep. The number of iterations of the physics solver when considering objects' velocities. Any collisions with a relative linear velocity below this threshold will be treated as inelastic. Layer mask constant that includes all layers. Casts a box against colliders in the Scene, returning the first collider to contact with it. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction of the box. Maximum distance over which to cast the box. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a box against the colliders in the Scene and returns all colliders that are in contact with it. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction of the box. Maximum distance over which to cast the box. The array to receive results. The size of the array determines the maximum number of results that can be returned. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a box against colliders in the Scene, returning all colliders that contact with it. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction of the box. Maximum distance over which to cast the box. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a box into the Scene, returning colliders that contact with it into the provided results array. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction of the box. Array to receive results. Maximum distance over which to cast the box. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. Returns the number of results placed in the results array. Casts a capsule against colliders in the Scene, returning the first collider to contact with it. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. Maximum distance over which to cast the capsule. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. The cast results returned. Casts a capsule against the colliders in the Scene and returns all colliders that are in contact with it. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Maximum distance over which to cast the capsule. Returns the number of results placed in the results array. Casts a capsule against colliders in the Scene, returning all colliders that contact with it. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. Maximum distance over which to cast the capsule. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. The cast results returned. Casts a capsule into the Scene, returning colliders that contact with it into the provided results array. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. Array to receive results. Maximum distance over which to cast the capsule. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. Returns the number of results placed in the results array. Casts a circle against colliders in the Scene, returning the first collider to contact with it. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction of the circle. Maximum distance over which to cast the circle. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a circle against colliders in the Scene, returning all colliders that contact with it. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction of the circle. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Maximum distance over which to cast the circle. Returns the number of results placed in the results array. Casts a circle against colliders in the Scene, returning all colliders that contact with it. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction of the circle. Maximum distance over which to cast the circle. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a circle into the Scene, returning colliders that contact with it into the provided results array. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction of the circle. Array to receive results. Maximum distance over which to cast the circle. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. Returns the number of results placed in the results array. Layer mask constant that includes all layers participating in raycasts by default. Calculates the minimum distance between two colliders. A collider used to calculate the minimum distance against colliderB. A collider used to calculate the minimum distance against colliderA. The minimum distance between colliderA and colliderB. Retrieves all colliders in contact with the collider. The collider to retrieve contacts for. An array of Collider2D used to receive the results. Returns the number of colliders placed in the colliders array. Retrieves all contact points in contact with the collider. The collider to retrieve contacts for. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all contact points in contact with the collider, with the results filtered by the ContactFilter2D. The collider to retrieve contacts for. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all colliders in contact with the collider, with the results filtered by the ContactFilter2D. The collider to retrieve contacts for. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of Collider2D used to receive the results. Returns the number of colliders placed in the colliders array. Retrieves all contact points in for contacts between with the collider1 and collider2, with the results filtered by the ContactFilter2D. The collider to check if it has contacts against collider2. The collider to check if it has contacts against collider1. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all contact points in contact with any of the collider(s) attached to this rigidbody. The rigidbody to retrieve contacts for. All colliders attached to this rigidbody will be checked. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all colliders in contact with any of the collider(s) attached to this rigidbody. The rigidbody to retrieve contacts for. All colliders attached to this rigidbody will be checked. An array of Collider2D used to receive the results. Returns the number of colliders placed in the colliders array. Retrieves all contact points in contact with any of the collider(s) attached to this rigidbody, with the results filtered by the ContactFilter2D. The rigidbody to retrieve contacts for. All colliders attached to this rigidbody will be checked. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all colliders in contact with any of the collider(s) attached to this rigidbody, with the results filtered by the ContactFilter2D. The rigidbody to retrieve contacts for. All colliders attached to this rigidbody will be checked. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of Collider2D used to receive the results. Returns the number of colliders placed in the colliders array. Checks whether the collision detection system will ignore all collisionstriggers between collider1 and collider2/ or not. The first collider to compare to collider2. The second collider to compare to collider1. Whether the collision detection system will ignore all collisionstriggers between collider1 and collider2/ or not. Checks whether collisions between the specified layers be ignored or not. ID of first layer. ID of second layer. Whether collisions between the specified layers be ignored or not. Get the collision layer mask that indicates which layer(s) the specified layer can collide with. The layer to retrieve the collision layer mask for. A mask where each bit indicates a layer and whether it can collide with layer or not. Cast a 3D ray against the colliders in the Scene returning the first collider along the ray. The 3D ray defining origin and direction to test. Maximum distance over which to cast the ray. Filter to detect colliders only on certain layers. The cast results returned. Cast a 3D ray against the colliders in the Scene returning all the colliders along the ray. The 3D ray defining origin and direction to test. Maximum distance over which to cast the ray. Filter to detect colliders only on certain layers. The cast results returned. Cast a 3D ray against the colliders in the Scene returning the colliders along the ray. The 3D ray defining origin and direction to test. Maximum distance over which to cast the ray. Filter to detect colliders only on certain layers. Array to receive results. The number of results returned. Makes the collision detection system ignore all collisionstriggers between collider1 and collider2/. The first collider to compare to collider2. The second collider to compare to collider1. Whether collisionstriggers between collider1 and collider2/ should be ignored or not. Choose whether to detect or ignore collisions between a specified pair of layers. ID of the first layer. ID of the second layer. Should collisions between these layers be ignored? Layer mask constant for the default layer that ignores raycasts. Checks whether the passed colliders are in contact or not. The collider to check if it is touching collider2. The collider to check if it is touching collider1. Whether collider1 is touching collider2 or not. Checks whether the passed colliders are in contact or not. The collider to check if it is touching any other collider filtered by the contactFilter. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Whether the collider is touching any other collider filtered by the contactFilter or not. Checks whether the passed colliders are in contact or not. The collider to check if it is touching collider2. The collider to check if it is touching collider1. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Whether collider1 is touching collider2 or not. Checks whether the collider is touching any colliders on the specified layerMask or not. The collider to check if it is touching colliders on the layerMask. Any colliders on any of these layers count as touching. Whether the collider is touching any colliders on the specified layerMask or not. Casts a line segment against colliders in the Scene. The start point of the line in world space. The end point of the line in world space. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a line segment against colliders in the Scene with results filtered by ContactFilter2D. The start point of the line in world space. The end point of the line in world space. The array to receive results. The size of the array determines the maximum number of results that can be returned. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a line against colliders in the Scene. The start point of the line in world space. The end point of the line in world space. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a line against colliders in the Scene. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The start point of the line in world space. The end point of the line in world space. Returned array of objects that intersect the line. Filter to detect Colliders only on certain layers. Returns the number of results placed in the results array. Checks if a collider falls within a rectangular area. One corner of the rectangle. Diagonally opposite the point A corner of the rectangle. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The collider overlapping the area. Checks if a collider falls within a rectangular area. One corner of the rectangle. Diagonally opposite the point A corner of the rectangle. The array to receive results. The size of the array determines the maximum number of results that can be returned. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. Returns the number of results placed in the results array. Get a list of all colliders that fall within a rectangular area. One corner of the rectangle. Diagonally opposite the point A corner of the rectangle. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Get a list of all colliders that fall within a specified area. One corner of the rectangle. Diagonally opposite the point A corner of the rectangle. Array to receive results. Filter to check objects only on specified layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. Returns the number of results placed in the results array. Checks if a collider falls within a box area. Center of the box. Size of the box. Angle of the box. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. The collider overlapping the box. Checks if a collider falls within a box area. Center of the box. Size of the box. Angle of the box. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Get a list of all colliders that fall within a box area. Center of the box. Size of the box. Angle of the box. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. The cast results returned. Get a list of all colliders that fall within a box area. Center of the box. Size of the box. Angle of the box. Array to receive results. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. Returns the number of results placed in the results array. Checks if a collider falls within a capsule area. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. The collider overlapping the capsule. Checks if a collider falls within a capsule area. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Get a list of all colliders that fall within a capsule area. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. The cast results returned. Get a list of all colliders that fall within a capsule area. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. Array to receive results. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than this value. Only include objects with a Z coordinate (depth) less than this value. Returns the number of results placed in the results array. Checks if a collider falls within a circular area. Centre of the circle. Radius of the circle. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The collider overlapping the circle. Checks if a collider is within a circular area. Centre of the circle. Radius of the circle. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Get a list of all colliders that fall within a circular area. Center of the circle. Radius of the circle. Filter to check objects only on specified layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results. Get a list of all colliders that fall within a circular area. Center of the circle. Radius of the circle. Array to receive results. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. Returns the number of results placed in the results array. Get a list of all colliders that overlap collider. The collider that defines the area used to query for other collider overlaps. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Checks if a collider overlaps a point in space. A point in world space. Filter to check objects only on specific layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The collider overlapping the point. Checks if a collider overlaps a point in world space. A point in world space. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Get a list of all colliders that overlap a point in space. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. A point in space. Filter to check objects only on specific layers. The cast results returned. Get a list of all colliders that overlap a point in space. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. A point in space. Array to receive results. Filter to check objects only on specific layers. Returns the number of results placed in the results array. Casts a ray against colliders in the Scene. The point in 2D space where the ray originates. The vector representing the direction of the ray. Maximum distance over which to cast the ray. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a ray against colliders in the Scene. The point in 2D space where the ray originates. The vector representing the direction of the ray. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Maximum distance over which to cast the ray. Returns the number of results placed in the results array. Casts a ray against colliders in the Scene, returning all colliders that contact with it. The point in 2D space where the ray originates. The vector representing the direction of the ray. Maximum distance over which to cast the ray. Filter to detect Colliders only on certain layers. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The cast results returned. Casts a ray into the Scene. Only include objects with a Z coordinate (depth) greater than or equal to this value. Only include objects with a Z coordinate (depth) less than or equal to this value. The point in 2D space where the ray originates. The vector representing the direction of the ray. Array to receive results. Maximum distance over which to cast the ray. Filter to check objects only on specific layers. Returns the number of results placed in the results array. Set the collision layer mask that indicates which layer(s) the specified layer can collide with. The layer to set the collision layer mask for. A mask where each bit indicates a layer and whether it can collide with layer or not. Simulate physics in the Scene. The time to advance physics by. Whether the simulation was run or not. Running the simulation during physics callbacks will always fail. Synchronizes. A set of options that control how physics operates when using the job system to multithread the physics simulation. Controls the minimum number of bodies to be cleared in each simulation job. Controls the minimum number of flags to be cleared in each simulation job. Controls the minimum number of contacts to collide in each simulation job. Controls the minimum number of nearest contacts to find in each simulation job. Controls the minimum number of Rigidbody2D being interpolated in each simulation job. Controls the minimum number of bodies to solve in each simulation job when performing island solving. Scales the cost of each body during discrete island solving. Scales the cost of each contact during discrete island solving. Controls the minimum number of contacts to solve in each simulation job when performing island solving. The minimum threshold cost of all bodies, contacts and joints in an island during discrete island solving. Scales the cost of each joint during discrete island solving. Controls the minimum number of new contacts to find in each simulation job. Controls the minimum number of fixtures to synchronize in the broadphase during continuous island solving in each simulation job. Controls the minimum number of fixtures to synchronize in the broadphase during discrete island solving in each simulation job. Controls the minimum number of trigger contacts to update in each simulation job. Should physics simulation sort multi-threaded results to maintain processing order consistency? Should physics simulation use multithreading? Asset type that defines the surface properties of a Collider2D. The degree of elasticity during collisions. Coefficient of friction. Represents a single instance of a 3D physics Scene. Gets whether the physics Scene is empty or not. Is the physics Scene is empty? Gets whether the physics Scene is valid or not. Is the physics scene valid? Casts a ray, from point origin, in direction direction, of length maxDistance, against all colliders in the Scene. The starting point of the ray in world coordinates. The direction of the ray. The max distance the ray should check for collisions. A that is used to selectively ignore Colliders when casting a ray. Specifies whether this query should hit Triggers. True if the ray intersects with a Collider, otherwise false. Casts a ray, from point origin, in direction direction, of length maxDistance, against all colliders in the Scene. The starting point of the ray in world coordinates. The direction of the ray. If true is returned, hitInfo will contain more information about where the collider was hit. (See Also: RaycastHit). The max distance the ray should check for collisions. A that is used to selectively ignore Colliders when casting a ray. Specifies whether this query should hit Triggers. True if the ray intersects with a Collider, otherwise false. Casts a ray, from point origin, in direction direction, of length maxDistance, against all colliders in the Scene. The starting point and direction of the ray. The direction of the ray. The buffer to store the hits into. The max distance the rayhit is allowed to be from the start of the ray. A that is used to selectively ignore colliders when casting a ray. The amount of hits stored into the results buffer. True if the ray intersects with a Collider, otherwise false. Simulate physics associated with this PhysicsScene. The time to advance physics by. Whether the simulation was run or not. Running the simulation during physics callbacks will always fail. Represents a single instance of a 2D physics Scene. Casts a box against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction to cast the box. Maximum distance over which to cast the box. Filter to detect colliders only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a box against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction to cast the box. Maximum distance over which to cast the box. Filter to detect colliders only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a box against the colliders in the PhysicsScene2D, returning all intersections. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction to cast the box. Maximum distance over which to cast the box. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect colliders only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a box against the colliders in the PhysicsScene2D, returning all intersections. The point in 2D space where the box originates. The size of the box. The angle of the box (in degrees). Vector representing the direction to cast the box. Maximum distance over which to cast the box. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect colliders only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a capsule against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. Maximum distance over which to cast the capsule. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a capsule against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. Maximum distance over which to cast the capsule. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a capsule against the colliders in the PhysicsScene2D, returning all intersections. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. Maximum distance over which to cast the capsule. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a capsule against the colliders in the PhysicsScene2D, returning all intersections. The point in 2D space where the capsule originates. The size of the capsule. The direction of the capsule. The angle of the capsule (in degrees). Vector representing the direction to cast the capsule. Maximum distance over which to cast the capsule. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a circle against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction to cast the circle. Maximum distance over which to cast the circle. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a circle against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction to cast the circle. Maximum distance over which to cast the circle. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a circle against the colliders in the PhysicsScene2D, returning all intersections. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction to cast the circle. Maximum distance over which to cast the circle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a circle against the colliders in the PhysicsScene2D, returning all intersections. The point in 2D space where the circle originates. The radius of the circle. Vector representing the direction to cast the circle. Maximum distance over which to cast the circle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Cast a 3D ray against the colliders in the PhysicsScene2D, returning the first intersection only. The 3D ray defining origin and direction to test. Maximum distance over which to cast the ray. Filter to detect colliders only on certain layers. The cast results returned. Cast a 3D ray against the colliders in the PhysicsScene2D, returning all intersections. The 3D ray defining origin and direction to test. Maximum distance over which to cast the ray. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect colliders only on certain layers. The number of results returned. Determines whether the physics Scene is empty or not. True when the physics Scene is empty. Determines whether the physics Scene is valid or not. True when the physics Scene valid. Casts a line segment against colliders in the PhysicsScene2D, returning the first intersection only. The start point of the line in world space. The end point of the line in world space. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a line segment against colliders in the PhysicsScene2D, returning the first intersection only. The start point of the line in world space. The end point of the line in world space. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. The cast results returned. Casts a line segment against colliders in the PhysicsScene2D. The start point of the line in world space. The end point of the line in world space. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Casts a line segment against colliders in the PhysicsScene2D. The start point of the line in world space. The end point of the line in world space. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Returns the number of results placed in the results array. Checks an area (non-rotated box) against colliders in the PhysicsScene2D, returning the first intersection only. One corner of the rectangle. The corner of the rectangle diagonally opposite the pointA corner. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the area. Checks an area (non-rotated box) against colliders in the PhysicsScene2D, returning the first intersection only. One corner of the rectangle. The corner of the rectangle diagonally opposite the pointA corner. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the area. Checks an area (non-rotated box) against colliders in the PhysicsScene2D, returning all intersections. One corner of the rectangle. The corner of the rectangle diagonally opposite the pointA corner. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks an area (non-rotated box) against colliders in the PhysicsScene2D, returning all intersections. One corner of the rectangle. The corner of the rectangle diagonally opposite the pointA corner. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a box against colliders in the PhysicsScene2D, returning the first intersection only. Center of the box. Size of the box. Angle of the box. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the box. Checks a box against colliders in the PhysicsScene2D, returning the first intersection only. Center of the box. Size of the box. Angle of the box. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the box. Checks a box against colliders in the PhysicsScene2D, returning all intersections. Center of the box. Size of the box. Angle of the box. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a box against colliders in the PhysicsScene2D, returning all intersections. Center of the box. Size of the box. Angle of the box. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a capsule against colliders in the PhysicsScene2D, returning the first intersection only. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the capsule. Checks a capsule against colliders in the PhysicsScene2D, returning the first intersection only. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the capsule. Checks a capsule against colliders in the PhysicsScene2D, returning all intersections. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a capsule against colliders in the PhysicsScene2D, returning all intersections. Center of the capsule. Size of the capsule. The direction of the capsule. Angle of the capsule. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a circle against colliders in the PhysicsScene2D, returning the first intersection only. Centre of the circle. Radius of the circle. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the circle. Checks a circle against colliders in the PhysicsScene2D, returning the first intersection only. Centre of the circle. Radius of the circle. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the circle. Checks a circle against colliders in the PhysicsScene2D, returning all intersections. Centre of the circle. Radius of the circle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a circle against colliders in the PhysicsScene2D, returning all intersections. Centre of the circle. Radius of the circle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a collider against colliders in the PhysicsScene2D, returning all intersections. The collider that defines the area used to query for other collider overlaps. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the collider. Checks a collider against colliders in the PhysicsScene2D, returning all intersections. The collider that defines the area used to query for other collider overlaps. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the collider. Checks a point against colliders in the PhysicsScene2D, returning the first intersection only. A point in world space. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the point. Checks a point against colliders in the PhysicsScene2D, returning the first intersection only. A point in world space. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. The collider overlapping the point. Checks a point against colliders in the PhysicsScene2D, returning all intersections. A point in world space. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Checks a point against colliders in the PhysicsScene2D, returning all intersections. A point in world space. The array to receive results. The size of the array determines the maximum number of results that can be returned. Filter to check objects only on specific layers. The contact filter used to filter the results differently, such as by layer mask and Z depth. Note that the normal angle is not used for overlap testing. Returns the number of results placed in the results array. Casts a ray against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the ray originates. The vector representing the direction of the ray. Maximum distance over which to cast the ray. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle. The cast results returned. Casts a ray against colliders in the PhysicsScene2D, returning the first intersection only. The point in 2D space where the ray originates. The vector representing the direction of the ray. Maximum distance over which to cast the ray. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle. The cast results returned. Casts a ray against colliders the PhysicsScene2D, returning all intersections. The point in 2D space where the ray originates. The vector representing the direction of the ray. Maximum distance over which to cast the ray. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Casts a ray against colliders the PhysicsScene2D, returning all intersections. The point in 2D space where the ray originates. The vector representing the direction of the ray. Maximum distance over which to cast the ray. Filter to detect collider only on certain layers. The contact filter used to filter the results differently, such as by layer mask and Z depth, or normal angle. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Simulate physics associated with this PhysicsScene. The time to advance physics by. Whether the simulation was run or not. Running the simulation during physics callbacks will always fail. Scene extensions to access the underlying physics scene. An extension method that returns the 3D physics Scene from the Scene. The Scene from which to return the 3D physics Scene. The 3D physics Scene used by the Scene. Scene extensions to access the underlying physics scene. An extension method that returns the 2D physics Scene from the Scene. The Scene from which to return the 2D physics Scene. The 2D physics Scene used by the Scene. A base type for 2D physics components that required a callback during FixedUpdate. Ping any given IP address (given in dot notation). The IP target of the ping. Has the ping function completed? This property contains the ping time result after isDone returns true. Perform a ping to the supplied target IP address. Representation of a plane in 3D space. Distance from the origin to the plane. Returns a copy of the plane that faces in the opposite direction. Normal vector of the plane. For a given point returns the closest point on the plane. The point to project onto the plane. A point on the plane that is closest to point. Creates a plane. Creates a plane. Creates a plane. Makes the plane face in the opposite direction. Returns a signed distance from plane to point. Is a point on the positive side of the plane? Intersects a ray with the plane. Are two points on the same side of the plane? Sets a plane using three points that lie within it. The points go around clockwise as you look down on the top surface of the plane. First point in clockwise order. Second point in clockwise order. Third point in clockwise order. Sets a plane using a point that lies within it along with a normal to orient it. The plane's normal vector. A point that lies on the plane. Returns a copy of the given plane that is moved in space by the given translation. The plane to move in space. The offset in space to move the plane with. The translated plane. Moves the plane in space by the translation vector. The offset in space to move the plane with. Applies "platform" behaviour such as one-way collisions etc. Whether to use one-way collision behaviour or not. The rotational offset angle from the local 'up'. The angle variance centered on the sides of the platform. Zero angle only matches sides 90-degree to the platform "top". The angle of an arc that defines the sides of the platform centered on the local 'left' and 'right' of the effector. Any collision normals within this arc are considered for the 'side' behaviours. Whether bounce should be used on the platform sides or not. Whether friction should be used on the platform sides or not. The angle of an arc that defines the surface of the platform centered of the local 'up' of the effector. Should the one-way collision behaviour be used? Ensures that all contacts controlled by the one-way behaviour act the same. Should bounce be used on the platform sides? Should friction be used on the platform sides? Implements high-level utility methods to simplify use of the Playable API with Animations. Plays the Playable on the given Animator. Target Animator. The Playable that will be played. The Graph that owns the Playable. Creates a PlayableGraph to be played on the given Animator. An AnimatorControllerPlayable is also created for the given RuntimeAnimatorController. Target Animator. The RuntimeAnimatorController to create an AnimatorControllerPlayable for. The created PlayableGraph. A handle to the newly-created AnimatorControllerPlayable. Creates a PlayableGraph to be played on the given Animator. An AnimationClipPlayable is also created for the given AnimationClip. Target Animator. The AnimationClip to create an AnimationClipPlayable for. The created PlayableGraph. A handle to the newly-created AnimationClipPlayable. Creates a PlayableGraph to be played on the given Animator. An AnimationLayerMixerPlayable is also created. Target Animator. The input count for the AnimationLayerMixerPlayable. Defines the number of layers. The created PlayableGraph. A handle to the newly-created AnimationLayerMixerPlayable. Creates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created. Target Animator. The input count for the AnimationMixerPlayable. The created PlayableGraph. A handle to the newly-created AnimationMixerPlayable. Describes the type of information that flows in and out of a Playable. This also specifies that this Playable is connectable to others of the same type. Describes that the information flowing in and out of the Playable is of Animation type. Describes that the information flowing in and out of the Playable is of Audio type. Describes that the Playable does not have any particular type. This is use for Playables that execute script code, or that create their own playable graphs, such as the Sequence. Describes that the information flowing in and out of the Playable is of type Texture. Defines what time source is used to update a Director graph. Update is based on DSP (Digital Sound Processing) clock. Use this for graphs that need to be synchronized with Audio. Update is based on Time.time. Use this for graphs that need to be synchronized on gameplay, and that need to be paused when the game is paused. Update mode is manual. You need to manually call PlayableGraph.Evaluate with your own deltaTime. This can be useful for graphs that are completely disconnected from the rest of the game. For example, localized bullet time. Update is based on Time.unscaledTime. Use this for graphs that need to be updated even when gameplay is paused. Example: Menus transitions need to be updated even when the game is paused. Wrap mode for Playables. Hold the last frame when the playable time reaches it's duration. Loop back to zero time and continue playing. Do not keep playing when the time reaches the duration. This structure contains the frame information a Playable receives in Playable.PrepareFrame. Time difference between this frame and the preceding frame. The accumulated delay of the parent Playable during the PlayableGraph traversal. The accumulated speed of the parent Playable during the PlayableGraph traversal. The accumulated play state of this playable. The accumulated speed of the Playable during the PlayableGraph traversal. The accumulated weight of the Playable during the PlayableGraph traversal. Indicates the type of evaluation that caused PlayableGraph.PrepareFrame to be called. The current frame identifier. The PlayableOutput that initiated this graph traversal. Indicates that the local time was explicitly set. Indicates the local time did not advance because it has reached the duration and the extrapolation mode is set to Hold. Indicates the local time wrapped because it has reached the duration and the extrapolation mode is set to Loop. The weight of the current Playable. Describes the cause for the evaluation of a PlayableGraph. Indicates the graph was updated due to a call to PlayableGraph.Evaluate. Indicates the graph was called by the runtime during normal playback due to PlayableGraph.Play being called. The base interface for all notifications sent through the playable system. The identifier is a name that identifies this notifications, or class of notifications. Implement this interface to create a class that will receives notifications from PlayableOutput. The method called when a notification is raised. The playable that sent the notification. The received notification. User defined data that depends on the type of notification. Uses this to pass necessary information that can change with each invocation. Interface implemented by all C# Playable implementations. Interface that permits a class to inject playables into a graph. Duration in seconds. A description of the PlayableOutputs generated by this asset. Implement this method to have your asset inject playables into the given graph. The graph to inject playables into. The game object which initiated the build. The playable injected into the graph, or the root playable if multiple playables are injected. Interface implemented by all C# Playable Behaviour implementations. Interface implemented by all C# Playable output implementations. Default implementation for Playable notifications. The name that identifies this notification. Creates a new notification with the name specified in the argument. The name that identifies this notifications. Playables are customizable runtime objects that can be connected together and are contained in a PlayableGraph to create complex behaviours. Returns an invalid Playable. A base class for assets that can be used to instantiate a Playable at runtime. The playback duration in seconds of the instantiated Playable. A description of the outputs of the instantiated Playable. Implement this method to have your asset inject playables into the given graph. The graph to inject playables into. The game object which initiated the build. The playable injected into the graph, or the root playable if multiple playables are injected. PlayableBehaviour is the base class from which every custom playable script derives. This function is called when the Playable play state is changed to Playables.PlayState.Delayed. The Playable that owns the current PlayableBehaviour. A FrameData structure that contains information about the current frame context. This method is invoked when one of the following situations occurs: <br><br> The effective play state during traversal is changed to Playables.PlayState.Paused. This state is indicated by FrameData.effectivePlayState.<br><br> The PlayableGraph is stopped while the playable play state is Playing. This state is indicated by PlayableGraph.IsPlaying returning true. The Playable that owns the current PlayableBehaviour. A FrameData structure that contains information about the current frame context. This function is called when the Playable play state is changed to Playables.PlayState.Playing. The Playable that owns the current PlayableBehaviour. A FrameData structure that contains information about the current frame context. This function is called when the PlayableGraph that owns this PlayableBehaviour starts. The Playable that owns the current PlayableBehaviour. This function is called when the PlayableGraph that owns this PlayableBehaviour stops. The Playable that owns the current PlayableBehaviour. This function is called when the Playable that owns the PlayableBehaviour is created. The Playable that owns the current PlayableBehaviour. This function is called when the Playable that owns the PlayableBehaviour is destroyed. The Playable that owns the current PlayableBehaviour. This function is called during the PrepareData phase of the PlayableGraph. The Playable that owns the current PlayableBehaviour. A FrameData structure that contains information about the current frame context. This function is called during the PrepareFrame phase of the PlayableGraph. The Playable that owns the current PlayableBehaviour. A FrameData structure that contains information about the current frame context. This function is called during the ProcessFrame phase of the PlayableGraph. The Playable that owns the current PlayableBehaviour. A FrameData structure that contains information about the current frame context. The user data of the ScriptPlayableOutput that initiated the process pass. Struct that holds information regarding an output of a PlayableAsset. The type of target required by the PlayableOutput for this PlayableBinding. A reference to a UnityEngine.Object that acts a key for this binding. The name of the output or input stream. The type of the output or input stream. The default duration used when a PlayableOutput has no fixed duration. A constant to represent a PlayableAsset has no bindings. Instantiates a PlayableAsset and controls playback of Playable objects. The duration of the Playable in seconds. Controls how the time is incremented when it goes beyond the duration of the playable. The time at which the Playable should start when first played. Event that is raised when a PlayableDirector component has paused. The PlayableAsset that is used to instantiate a playable for playback. The PlayableGraph created by the PlayableDirector. Event that is raised when a PlayableDirector component has begun playing. Whether the playable asset will start playing back as soon as the component awakes. The current playing state of the component. (Read Only) Event that is raised when a PlayableDirector component has stopped. The component's current time. This value is incremented according to the PlayableDirector.timeUpdateMode when it is playing. You can also change this value manually. Controls how time is incremented when playing back. Clears the binding of a reference object. The source object in the PlayableBinding. Clears an exposed reference value. Identifier of the ExposedReference. Tells the PlayableDirector to evaluate it's PlayableGraph on the next update. Evaluates the currently playing Playable at the current time. Returns a binding to a reference object. The object that acts as a key. Retreives an ExposedReference binding. Identifier of the ExposedReference. Whether the reference was found. Pauses playback of the currently running playable. Instatiates a Playable using the provided PlayableAsset and starts playback. An asset to instantiate a playable from. What to do when the time passes the duration of the playable. Instatiates a Playable using the provided PlayableAsset and starts playback. An asset to instantiate a playable from. What to do when the time passes the duration of the playable. Instatiates a Playable using the provided PlayableAsset and starts playback. An asset to instantiate a playable from. What to do when the time passes the duration of the playable. Rebinds each PlayableOutput of the PlayableGraph. Discards the existing PlayableGraph and creates a new instance. Resume playing a paused playable. Sets the binding of a reference object from a PlayableBinding. The source object in the PlayableBinding. The object to bind to the key. Sets an ExposedReference value. Identifier of the ExposedReference. The object to bind to set the reference value to. Stops playback of the current Playable and destroys the corresponding graph. Extensions for all the types that implements IPlayable. Create a new input port and connect it to the output port of the given Playable. The Playable used by this operation. The Playable to connect to. The output port of the Playable. The weight of the created input port. The index of the newly created input port. Connect the output port of a Playable to one of the input ports. The Playable used by this operation. The input port index. The Playable to connect to. The output port of the Playable. The weight of the input port. Destroys the current Playable. The Playable used by this operation. Disconnect the input port of a Playable. The Playable used by this operation. The input port index. Returns the delay of the playable. The Playable used by this operation. The delay in seconds. Returns the duration of the Playable. The Playable used by this operation. The duration in seconds. Returns the PlayableGraph that owns this Playable. A Playable can only be used in the graph that was used to create it. The Playable used by this operation. The PlayableGraph associated with the current Playable. Returns the Playable connected at the given input port index. The Playable used by this operation. The port index. Playable connected at the index specified, or null if the index is valid but is not connected to anything. This happens if there was once a Playable connected at the index, but was disconnected via PlayableGraph.Disconnect. Returns the number of inputs supported by the Playable. The Playable used by this operation. The count of inputs on the Playable. Returns the weight of the Playable connected at the given input port index. The Playable used by this operation. The port index. The current weight of the connected Playable. Returns the Playable lead time in seconds. The Playable used by this operation. Returns the Playable connected at the given output port index. The Playable used by this operation. The port index. Playable connected at the output index specified, or null if the index is valid but is not connected to anything. This happens if there was once a Playable connected at the index, but was disconnected via PlayableGraph.Disconnect. Returns the number of outputs supported by the Playable. The Playable used by this operation. The count of outputs on the Playable. Returns the current PlayState of the Playable. The Playable used by this operation. The current PlayState of the Playable. Returns the previous local time of the Playable. The Playable used by this operation. The previous time in seconds. Returns the time propagation behavior of this Playable. The Playable used by this operation. True if time propagation is enabled. Returns the speed multiplier that is applied to the the current Playable. The Playable used by this operation. The current speed. Returns the current local time of the Playable. The Playable used by this operation. The current time in seconds. Returns the propagation mode for the multi-output playable. Traversal mode (Mix or Passthrough). Returns whether or not the Playable has a delay. The Playable used by this operation. True if the playable is delayed, false otherwise. Returns a flag indicating that a playable has completed its operation. The Playable used by this operation. True if the playable has completed its operation, false otherwise. Returns true if the Playable is null, false otherwise. The Playable used by this operation. Returns the vality of the current Playable. The Playable used by this operation. True if the Playable is properly constructed by the PlayableGraph and has not been destroyed, false otherwise. Tells to pause the Playable. The Playable used by this operation. Starts to play the Playable. The Playable used by this operation. Set a delay until the playable starts. The Playable used by this operation. The delay in seconds. Changes a flag indicating that a playable has completed its operation. The Playable used by this operation. True if the operation is completed, false otherwise. Changes the duration of the Playable. The Playable used by this operation. The new duration in seconds, must be a positive value. Changes the number of inputs supported by the Playable. The Playable used by this operation. Changes the weight of the Playable connected to the current Playable. The Playable used by this operation. The connected Playable to change. The weight. Should be between 0 and 1. Changes the weight of the Playable connected to the current Playable. The Playable used by this operation. The connected Playable to change. The weight. Should be between 0 and 1. Sets the Playable lead time in seconds. The Playable used by this operation. The new lead time in seconds. Changes the number of outputs supported by the Playable. The Playable used by this operation. Changes the current PlayState of the Playable. The Playable used by this operation. The new PlayState. Changes the time propagation behavior of this Playable. The Playable used by this operation. True to enable time propagation. Changes the speed multiplier that is applied to the the current Playable. The Playable used by this operation. The new speed. Changes the current local time of the Playable. The Playable used by this operation. The current time in seconds. Sets the propagation mode of PrepareFrame and ProcessFrame for the multi-output playable. The Playable used by this operation. The new traversal mode. Use the PlayableGraph to manage Playable creations and destructions. Connects two Playable instances. The source playable or its handle. The port used in the source playable. The destination playable or its handle. The port used in the destination playable. Returns true if connection is successful. Creates a PlayableGraph. The name of the graph. The newly created PlayableGraph. Creates a PlayableGraph. The name of the graph. The newly created PlayableGraph. Destroys the graph. Destroys the PlayableOutput. The output to destroy. Destroys the Playable. The playable to destroy. Destroys the Playable and all its inputs, recursively. The Playable to destroy. Disconnects the Playable. The connections determine the topology of the PlayableGraph and how it is evaluated. The source playabe or its handle. The port used in the source playable. Evaluates all the PlayableOutputs in the graph, and updates all the connected Playables in the graph. The time in seconds by which to advance each Playable in the graph. Evaluates all the PlayableOutputs in the graph, and updates all the connected Playables in the graph. The time in seconds by which to advance each Playable in the graph. Returns the name of the PlayableGraph. Get PlayableOutput at the given index in the graph. The output index. The PlayableOutput at this given index, otherwise null. Get PlayableOutput of the requested type at the given index in the graph. The output index. The PlayableOutput at the given index among all the PlayableOutput of the same type T. Returns the number of PlayableOutput in the graph. The number of PlayableOutput in the graph. Get the number of PlayableOutput of the requested type in the graph. The number of PlayableOutput of the same type T in the graph. Returns the number of Playable owned by the Graph. Returns the table used by the graph to resolve ExposedReferences. Returns the Playable with no output connections at the given index. The index of the root Playable. Returns the number of Playable owned by the Graph that have no connected outputs. Returns how time is incremented when playing back. Indicates that a graph has completed its operations. A boolean indicating if the graph is done playing or not. Indicates that a graph is presently running. A boolean indicating if the graph is playing or not. Returns true if the PlayableGraph has been properly constructed using PlayableGraph.CreateGraph and is not deleted. A boolean indicating if the graph is invalid or not. Plays the graph. Changes the table used by the graph to resolve ExposedReferences. Changes how time is incremented when playing back. The new DirectorUpdateMode. Stops the graph, if it is playing. See: Playables.IPlayableOutput. Returns an invalid PlayableOutput. Extensions for all the types that implements IPlayableOutput. Registers a new receiver that listens for notifications. The target output. The receiver to register. Retrieves the list of notification receivers currently registered on the output. The output holding the receivers. Returns the list of registered receivers. Returns the source playable's output connection index. The PlayableOutput used by this operation. The output port. Returns the source playable. The PlayableOutput used by this operation. The source playable. Returns the opaque user data. This is the same value as the last last argument of ProcessFrame. The PlayableOutput used by this operation. The user data. Returns the weight of the connection from the PlayableOutput to the source playable. The PlayableOutput used by this operation. The weight of the connection to the source playable. Returns true if the PlayableOutput is null, false otherwise. The PlayableOutput used by this operation. The PlayableOutput used by this operation. True if the PlayableOutput has not yet been destroyed and false otherwise. Queues a notification to be sent through the Playable system. The output sending the notification. The originating playable of the notification. The notification to be sent. Extra information about the state when the notification was fired. Unregisters a receiver on the output. The target output. The receiver to unregister. Sets the bound object to a new value. Used to associate an output to an object (Track asset in case of Timeline). The PlayableOutput used by this operation. The new reference object value. Sets the source playable's output connection index. For playables with multiple outputs, this determines which sub-branch of the source playable generates this output. The PlayableOutput used by this operation. The new output port value. Sets which playable that computes the output and which sub-tree index. The PlayableOutput used by this operation. The new source Playable. The new output port value. Sets which playable that computes the output. The PlayableOutput used by this operation. The new source Playable. Sets the opaque user data. This same data is passed as the last argument to ProcessFrame. The PlayableOutput used by this operation. The new user data. Sets the weight of the connection from the PlayableOutput to the source playable. The PlayableOutput used by this operation. The new weight. Traversal mode for Playables. Causes the Playable to prepare and process it's inputs when demanded by an output. Causes the Playable to act as a passthrough for PrepareFrame and ProcessFrame. If the PlayableOutput being processed is connected to the n-th input port of the Playable, the Playable only propagates the n-th output port. Use this enum value in conjunction with PlayableOutput SetSourceOutputPort. Status of a Playable. The Playable has been delayed, using PlayableExtensions.SetDelay. It will not start until the delay is entirely consumed. The Playable has been paused. Its local time will not advance. The Playable is currently Playing. A IPlayable implementation that contains a PlayableBehaviour for the PlayableGraph. PlayableBehaviour can be used to write custom Playable that implement their own PrepareFrame callback. A PlayableBinding that contains information representing a ScriptingPlayableOutput. Creates a PlayableBinding that contains information representing a ScriptPlayableOutput. A reference to a UnityEngine.Object that acts as a key for this binding. The type of object that will be bound to the ScriptPlayableOutput. The name of the ScriptPlayableOutput. Returns a PlayableBinding that contains information that is used to create a ScriptPlayableOutput. A IPlayableOutput implementation that contains a script output for the a PlayableGraph. Creates a new ScriptPlayableOutput in the associated PlayableGraph. The PlayableGraph that will contain the ScriptPlayableOutput. The name of this ScriptPlayableOutput. The created ScriptPlayableOutput. Returns an invalid ScriptPlayableOutput. Stores and accesses player preferences between game sessions. Removes all keys and values from the preferences. Use with caution. Removes key and its corresponding value from the preferences. Returns the value corresponding to key in the preference file if it exists. Returns the value corresponding to key in the preference file if it exists. Returns the value corresponding to key in the preference file if it exists. Returns the value corresponding to key in the preference file if it exists. Returns the value corresponding to key in the preference file if it exists. Returns the value corresponding to key in the preference file if it exists. Returns true if key exists in the preferences. Writes all modified preferences to disk. Sets the value of the preference identified by key. Sets the value of the preference identified by key. Sets the value of the preference identified by key. An exception thrown by the PlayerPrefs class in a web player build. Used by Animation.Play function. Will stop all animations that were started with this component before playing. Will stop all animations that were started in the same layer. This is the default when playing animations. Applies forces to attract/repulse against a point. The angular drag to apply to rigid-bodies. The scale applied to the calculated distance between source and target. The linear drag to apply to rigid-bodies. The magnitude of the force to be applied. The mode used to apply the effector force. The source which is used to calculate the centroid point of the effector. The distance from the target is defined from this point. The target for where the effector applies any force. The variation of the magnitude of the force to be applied. Collider for 2D physics representing an arbitrary polygon defined by its vertices. Determines whether the PolygonCollider2D's shape is automatically updated based on a SpriteRenderer's tiling properties. The number of paths in the polygon. Corner points that define the collider's shape in local space. Creates as regular primitive polygon with the specified number of sides. The number of sides in the polygon. This must be greater than two. The X/Y scale of the polygon. These must be greater than zero. The X/Y offset of the polygon. Gets a path from the Collider by its index. The index of the path to retrieve. An ordered array of the vertices or points in the selected path. Return the total number of points in the polygon in all paths. Define a path by its constituent points. Index of the path to set. Points that define the path. Representation of a Position, and a Rotation in 3D Space Returns the forward vector of the pose. Shorthand for pose which represents zero position, and an identity rotation. The position component of the pose. Returns the right vector of the pose. The rotation component of the pose. Returns the up vector of the pose. Creates a new pose with the given vector, and quaternion values. Transforms the current pose into the local space of the provided pose. Transforms the current pose into the local space of the provided pose. Returns true if two poses are equal. Returns true if two poses are not equal. Prefer ScriptableObject derived type to use binary serialization regardless of project's asset serialization mode. The various primitives that can be created using the GameObject.CreatePrimitive function. A capsule primitive. A cube primitive. A cylinder primitive. A plane primitive. A quad primitive. A sphere primitive. Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Triggers an immediate (synchronous) rebuild of this ProceduralMaterial's dirty textures. Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Deprecated feature, no longer available Custom CPU Profiler label used for profiling arbitrary code blocks. Begin profiling a piece of code with a custom label defined by this instance of CustomSampler. Begin profiling a piece of code with a custom label defined by this instance of CustomSampler. Creates a new CustomSampler for profiling parts of your code. Name of the Sampler. CustomSampler object or null if a built-in Sampler with the same name exists. End profiling a piece of code with a custom label. Flags that specify which fields to capture in a snapshot. Corresponds to the ManagedHeapSections, ManagedStacks, Connections, TypeDescriptions fields in a Memory Snapshot. Corresponds to the NativeAllocations, NativeMemoryRegions, NativeRootReferences, and NativeMemoryLabels fields in a Memory Snapshot. Corresponds to the NativeAllocationSite field in a Memory Snapshot. Corresponds to the NativeObject and NativeType fields in a Memory Snapshot. Corresponds to the NativeCallstackSymbol field in a Memory Snapshot. Memory profiling API container class. Event to which meta data collection methods can be subscribed to. Trigger memory snapshot capture. Destination path for the memory snapshot file. Event that is fired once the memory snapshot has finished the process of capturing data. Flag mask defining the content of the memory snapshot. Trigger memory snapshot capture to Application.temporaryCachePath folder. Event that is fired once the memory snapshot has finished the process of capturing data. Flag mask defining the content of the memory snapshot. Container for memory snapshot meta data. User defined meta data. Memory snapshot meta data containing platform information. Screenshot stored in the memory snapshot. Controls the from script. The number of ProfilerArea|Profiler Areas that you can profile. Enables the logging of profiling data to a file. Enables the Profiler. Specifies the file to use when writing profiling data. Resize the profiler sample buffers to allow the desired amount of samples per thread. Sets the maximum amount of memory that Profiler uses for buffering data. This property is expressed in bytes. Heap size used by the program. Size of the used heap in bytes, (or 0 if the profiler is disabled). Returns the number of bytes that Unity has allocated. This does not include bytes allocated by external libraries or drivers. Size of the memory allocated by Unity (or 0 if the profiler is disabled). Displays the recorded profile data in the profiler. The name of the file containing the frame data, including extension. Begin profiling a piece of code with a custom label. A string to identify the sample in the Profiler window. An object that provides context to the sample,. Begin profiling a piece of code with a custom label. A string to identify the sample in the Profiler window. An object that provides context to the sample,. Enables profiling on the thread from which you call this method. The name of the thread group to which the thread belongs. The name of the thread. Ends the current profiling sample. Frees the internal resources used by the Profiler for the thread. Returns the amount of allocated memory for the graphics driver, in bytes. Only available in development players and editor. Returns whether or not a given ProfilerArea is currently enabled. Which area you want to check the state of. Returns whether or not a given ProfilerArea is currently enabled. Returns the size of the mono heap. Returns the size of the reserved space for managed-memory. The size of the managed heap. This returns 0 if the Profiler is not available. Returns the used size from mono. The allocated managed-memory for live objects and non-collected objects. A long integer value of the memory in use. This returns 0 if the Profiler is not available. Returns the runtime memory usage of the resource. Gathers the native-memory used by a Unity object. The target Unity object. The amount of native-memory used by a Unity object. This returns 0 if the Profiler is not available. Returns the size of the temp allocator. Size in bytes. Returns the amount of allocated and used system memory. The total memory allocated by the internal allocators in Unity. Unity reserves large pools of memory from the system. This function returns the amount of used memory in those pools. The amount of memory allocated by Unity. This returns 0 if the Profiler is not available. Returns the amount of reserved system memory. The total memory Unity has reserved. Memory reserved by Unity in bytes. This returns 0 if the Profiler is not available. Returns the amount of reserved but not used system memory. Unity allocates memory in pools for usage when unity needs to allocate memory. This function returns the amount of unused memory in these pools. The amount of unused memory in the reserved pools. This returns 0 if the Profiler is not available. Enable or disable a given ProfilerArea. The area you want to enable or disable. Enable or disable the collection of data for this area. Sets the size of the temp allocator. Size in bytes. Returns true if requested size was successfully set. Will return false if value is disallowed (too small). The different areas of profiling, corresponding to the charts in ProfilerWindow. Audio statistics. CPU statistics. Global Illumination statistics. GPU statistics. Memory statistics. Network messages statistics. Network operations statistics. 3D Physics statistics. 2D physics statistics. Rendering statistics. UI statistics. Detailed UI statistics. Video playback statistics. Records profiling data produced by a specific Sampler. Accumulated time of Begin/End pairs for the previous frame in nanoseconds. (Read Only) Enables recording. Returns true if Recorder is valid and can collect data. (Read Only) Number of time Begin/End pairs was called during the previous frame. (Read Only) Configures the recorder to collect samples from all threads. Configures the recorder to only collect data from the current thread. Use this function to get a Recorder for the specific Profiler label. Sampler name. Recorder object for the specified Sampler. Provides control over a CPU Profiler label. Returns true if Sampler is valid. (Read Only) Sampler name. (Read Only) Returns Sampler object for the specific CPU Profiler label. Profiler Sampler name. Sampler object which represents specific profiler label. Returns number and names of all registered Profiler labels. Preallocated list the Sampler names are written to. Or null if you want to get number of Samplers only. Number of active Samplers. Returns Recorder associated with the Sampler. Recorder object associated with the Sampler. A script interface for a. The aspect ratio of the projection. The far clipping plane distance. The field of view of the projection in degrees. Which object layers are ignored by the projector. The material that will be projected onto every object. The near clipping plane distance. Is the projection orthographic (true) or perspective (false)? Projection's half-size when in orthographic mode. Base class to derive custom property attributes from. Use this to create custom attributes for script variables. Optional field to specify the order that multiple DecorationDrawers should be drawn in. Represents a string as an int for efficient lookup and comparison. Use this for common PropertyNames. Internally stores just an int to represent the string. A PropertyName can be created from a string but can not be converted back to a string. The same string always results in the same int representing that string. Thus this is a very efficient string representation in both memory and speed when all you need is comparison. PropertyName is serializable. ToString() is only implemented for debugging purposes in the editor it returns "theName:3737" in the player it returns "Unknown:3737". Initializes the PropertyName using a string. Determines whether this instance and a specified object, which must also be a PropertyName object, have the same value. Returns the hash code for this PropertyName. Converts the string passed into a PropertyName. See Also: PropertyName.ctor(System.String). Indicates whether the specified PropertyName is an Empty string. Determines whether two specified PropertyName have the same string value. Because two PropertyNames initialized with the same string value always have the same name index, we can simply perform a comparison of two ints to find out if the string value equals. Determines whether two specified PropertyName have a different string value. For debugging purposes only. Returns the string value representing the string in the Editor. Returns "UnityEngine.PropertyName" in the player. Script interface for. Active color space (Read Only). Global anisotropic filtering mode. Set The AA Filtering option. Async texture upload provides timesliced async texture upload on the render thread with tight control over memory and timeslicing. There are no allocations except for the ones which driver has to do. To read data and upload texture data a ringbuffer whose size can be controlled is re-used. Use asyncUploadBufferSize to set the buffer size for asynchronous texture uploads. The size is in megabytes. Minimum value is 2 and maximum is 512. Although the buffer will resize automatically to fit the largest texture currently loading, it is recommended to set the value approximately to the size of biggest texture used in the Scene to avoid re-sizing of the buffer which can incur performance cost. This flag controls if the async upload pipeline's ring buffer remains allocated when there are no active loading operations. To make the ring buffer allocation persist after all upload operations have completed, set this to true. If you have issues with excessive memory usage, you can set this to false. This means you reduce the runtime memory footprint, but memory fragmentation can occur. The default value is true. Async texture upload provides timesliced async texture upload on the render thread with tight control over memory and timeslicing. There are no allocations except for the ones which driver has to do. To read data and upload texture data a ringbuffer whose size can be controlled is re-used. Use asyncUploadTimeSlice to set the time-slice in milliseconds for asynchronous texture uploads per frame. Minimum value is 1 and maximum is 33. If enabled, billboards will face towards camera position rather than camera orientation. Blend weights. Desired color space (Read Only). Global multiplier for the LOD's switching distance. A texture size limit applied to all textures. A maximum LOD level. All LOD groups. Maximum number of frames queued up by graphics driver. The indexed list of available Quality Settings. Budget for how many ray casts can be performed per frame for approximate collision testing. The maximum number of pixel lights that should affect any object. Enables realtime reflection probes. In resolution scaling mode, this factor is used to multiply with the target Fixed DPI specified to get the actual Fixed DPI to use for this quality setting. The normalized cascade distribution for a 2 cascade setup. The value defines the position of the cascade with respect to Zero. The normalized cascade start position for a 4 cascade setup. Each member of the vector defines the normalized position of the coresponding cascade with respect to Zero. Number of cascades to use for directional light shadows. Shadow drawing distance. The rendering mode of Shadowmask. Offset shadow frustum near plane. Directional light shadow projection. The default resolution of the shadow maps. Realtime Shadows type to be used. Should soft blending be used for particles? Use a two-pass shader for the vegetation in the terrain engine. Enable automatic streaming of texture mipmap levels based on their distance from all active cameras. Process all enabled Cameras for texture streaming (rather than just those with StreamingController components). The maximum number of active texture file IO requests from the texture streaming system. The maximum number of mipmap levels to discard for each texture. The total amount of memory to be used by streaming and non-streaming textures. Number of renderers used to process each frame during the calculation of desired mipmap levels for the associated textures. The VSync Count. Decrease the current quality level. Should expensive changes be applied (Anti-aliasing etc). Returns the current graphics quality level. Increase the current quality level. Should expensive changes be applied (Anti-aliasing etc). Sets a new graphics quality level. Quality index to set. Should expensive changes be applied (Anti-aliasing etc). Quaternions are used to represent rotations. Returns or sets the euler angle representation of the rotation. The identity rotation (Read Only). Returns this quaternion with a magnitude of 1 (Read Only). W component of the Quaternion. Do not directly modify quaternions. X component of the Quaternion. Don't modify this directly unless you know quaternions inside out. Y component of the Quaternion. Don't modify this directly unless you know quaternions inside out. Z component of the Quaternion. Don't modify this directly unless you know quaternions inside out. Returns the angle in degrees between two rotations a and b. Creates a rotation which rotates angle degrees around axis. Constructs new Quaternion with given x,y,z,w components. The dot product between two rotations. Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis. Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis. Creates a rotation which rotates from fromDirection to toDirection. Returns the Inverse of rotation. Interpolates between a and b by t and normalizes the result afterwards. The parameter t is clamped to the range [0, 1]. Interpolates between a and b by t and normalizes the result afterwards. The parameter t is not clamped. Creates a rotation with the specified forward and upwards directions. The direction to look in. The vector that defines in which direction up is. Creates a rotation with the specified forward and upwards directions. The direction to look in. The vector that defines in which direction up is. Converts this quaternion to one with the same orientation but with a magnitude of 1. Are two quaternions equal to each other? Combines rotations lhs and rhs. Left-hand side quaternion. Right-hand side quaternion. Rotates the point point with rotation. Rotates a rotation from towards to. Set x, y, z and w components of an existing Quaternion. Creates a rotation which rotates from fromDirection to toDirection. Creates a rotation with the specified forward and upwards directions. The direction to look in. The vector that defines in which direction up is. Creates a rotation with the specified forward and upwards directions. The direction to look in. The vector that defines in which direction up is. Spherically interpolates between a and b by t. The parameter t is clamped to the range [0, 1]. Spherically interpolates between a and b by t. The parameter t is not clamped. Access the x, y, z, w components using [0], [1], [2], [3] respectively. Converts a rotation to angle-axis representation (angles in degrees). Returns a nicely formatted string of the Quaternion. Returns a nicely formatted string of the Quaternion. Overrides the global Physics.queriesHitTriggers. Queries always report Trigger hits. Queries never report Trigger hits. Queries use the global Physics.queriesHitTriggers setting. Used by Animation.Play function. Will start playing after all other animations have stopped playing. Starts playing immediately. This can be used if you just want to quickly create a duplicate animation. Class for generating random data. Returns a random point inside a circle with radius 1 (Read Only). Returns a random point inside a sphere with radius 1 (Read Only). Returns a random point on the surface of a sphere with radius 1 (Read Only). Returns a random rotation (Read Only). Returns a random rotation with uniform distribution (Read Only). Gets/Sets the full internal state of the random number generator. Returns a random number between 0.0 [inclusive] and 1.0 [inclusive] (Read Only). Generates a random color from HSV and alpha ranges. Minimum hue [0..1]. Maximum hue [0..1]. Minimum saturation [0..1]. Maximum saturation[0..1]. Minimum value [0..1]. Maximum value [0..1]. Minimum alpha [0..1]. Maximum alpha [0..1]. A random color with HSV and alpha values in the input ranges. Generates a random color from HSV and alpha ranges. Minimum hue [0..1]. Maximum hue [0..1]. Minimum saturation [0..1]. Maximum saturation[0..1]. Minimum value [0..1]. Maximum value [0..1]. Minimum alpha [0..1]. Maximum alpha [0..1]. A random color with HSV and alpha values in the input ranges. Generates a random color from HSV and alpha ranges. Minimum hue [0..1]. Maximum hue [0..1]. Minimum saturation [0..1]. Maximum saturation[0..1]. Minimum value [0..1]. Maximum value [0..1]. Minimum alpha [0..1]. Maximum alpha [0..1]. A random color with HSV and alpha values in the input ranges. Generates a random color from HSV and alpha ranges. Minimum hue [0..1]. Maximum hue [0..1]. Minimum saturation [0..1]. Maximum saturation[0..1]. Minimum value [0..1]. Maximum value [0..1]. Minimum alpha [0..1]. Maximum alpha [0..1]. A random color with HSV and alpha values in the input ranges. Generates a random color from HSV and alpha ranges. Minimum hue [0..1]. Maximum hue [0..1]. Minimum saturation [0..1]. Maximum saturation[0..1]. Minimum value [0..1]. Maximum value [0..1]. Minimum alpha [0..1]. Maximum alpha [0..1]. A random color with HSV and alpha values in the input ranges. Initializes the random number generator state with a seed. Seed used to initialize the random number generator. Return a random float number between min [inclusive] and max [inclusive] (Read Only). Return a random integer number between min [inclusive] and max [exclusive] (Read Only). Serializable structure used to hold the full internal state of the random number generator. See Also: Random.state. Attribute used to make a float or int variable in a script be restricted to a specific range. Attribute used to make a float or int variable in a script be restricted to a specific range. The minimum allowed value. The maximum allowed value. Describes an integer range. The end index of the range (not inclusive). The length of the range. The starting index of the range, where 0 is the first position, 1 is the second, 2 is the third, and so on. Constructs a new RangeInt with given start, length values. The starting index of the range. The length of the range. Representation of rays. The direction of the ray. The origin point of the ray. Creates a ray starting at origin along direction. Returns a point at distance units along the ray. Returns a nicely formatted string for this ray. Returns a nicely formatted string for this ray. A ray in 2D space. The direction of the ray in world space. The starting point of the ray in world space. Creates a 2D ray starting at origin along direction. Origin. Direction. Get a point that lies a given distance along a ray. Distance of the desired point along the path of the ray. Struct used to set up a raycast command to be performed asynchronously during a job. The direction of the ray. The maximum distance the ray should check for collisions. The starting point of the ray in world coordinates. A LayerMask that is used to selectively ignore Colliders when casting a ray. The maximum number of Colliders the ray can hit. Create a RaycastCommand. The starting point of the ray in world coordinates. The direction of the ray. The maximum distance the ray should check for collisions. A LayerMask that is used to selectively ignore Colliders when casting a ray. The maximum number of Colliders the ray can hit. Schedule a batch of raycasts which are performed in a job. A NativeArray of the RaycastCommands to perform. A NativeArray of the RaycastHits where the results of the commands are stored. The minimum number of jobs which should be performed in a single job. A JobHandle of a job which must be completed before the raycast starts. The JobHandle of the job which will perform the raycasts. Structure used to get information back from a raycast. The barycentric coordinate of the triangle we hit. The Collider that was hit. The distance from the ray's origin to the impact point. The uv lightmap coordinate at the impact point. The normal of the surface the ray hit. The impact point in world space where the ray hit the collider. The Rigidbody of the collider that was hit. If the collider is not attached to a rigidbody then it is null. The uv texture coordinate at the collision location. The secondary uv texture coordinate at the impact point. The Transform of the rigidbody or collider that was hit. The index of the triangle that was hit. Information returned about an object detected by a raycast in 2D physics. The centroid of the primitive used to perform the cast. The collider hit by the ray. The distance from the ray origin to the impact point. Fraction of the distance along the ray that the hit occurred. The normal vector of the surface hit by the ray. The point in world space where the ray hit the collider's surface. The Rigidbody2D attached to the object that was hit. The Transform of the object that was hit. A 2D Rectangle defined by X and Y position, width and height. The position of the center of the rectangle. The height of the rectangle, measured from the Y position. The position of the maximum corner of the rectangle. The position of the minimum corner of the rectangle. The X and Y position of the rectangle. The width and height of the rectangle. The width of the rectangle, measured from the X position. The X coordinate of the rectangle. The maximum X coordinate of the rectangle. The minimum X coordinate of the rectangle. The Y coordinate of the rectangle. The maximum Y coordinate of the rectangle. The minimum Y coordinate of the rectangle. Shorthand for writing new Rect(0,0,0,0). Returns true if the x and y components of point is a point inside this rectangle. If allowInverse is present and true, the width and height of the Rect are allowed to take negative values (ie, the min value is greater than the max), and the test will still work. Point to test. Does the test allow the Rect's width and height to be negative? True if the point lies within the specified rectangle. Returns true if the x and y components of point is a point inside this rectangle. If allowInverse is present and true, the width and height of the Rect are allowed to take negative values (ie, the min value is greater than the max), and the test will still work. Point to test. Does the test allow the Rect's width and height to be negative? True if the point lies within the specified rectangle. Returns true if the x and y components of point is a point inside this rectangle. If allowInverse is present and true, the width and height of the Rect are allowed to take negative values (ie, the min value is greater than the max), and the test will still work. Point to test. Does the test allow the Rect's width and height to be negative? True if the point lies within the specified rectangle. Creates a new rectangle. The X value the rect is measured from. The Y value the rect is measured from. The width of the rectangle. The height of the rectangle. Creates a rectangle given a size and position. The position of the minimum corner of the rect. The width and height of the rect. Creates a rectangle from min/max coordinate values. The minimum X coordinate. The minimum Y coordinate. The maximum X coordinate. The maximum Y coordinate. A rectangle matching the specified coordinates. Returns a point inside a rectangle, given normalized coordinates. Rectangle to get a point inside. Normalized coordinates to get a point for. Returns true if the rectangles are the same. Returns true if the other rectangle overlaps this one. If allowInverse is present and true, the widths and heights of the Rects are allowed to take negative values (ie, the min value is greater than the max), and the test will still work. Other rectangle to test overlapping with. Does the test allow the widths and heights of the Rects to be negative? Returns true if the other rectangle overlaps this one. If allowInverse is present and true, the widths and heights of the Rects are allowed to take negative values (ie, the min value is greater than the max), and the test will still work. Other rectangle to test overlapping with. Does the test allow the widths and heights of the Rects to be negative? Returns the normalized coordinates cooresponding the the point. Rectangle to get normalized coordinates inside. A point inside the rectangle to get normalized coordinates for. Set components of an existing Rect. Returns a nicely formatted string for this Rect. Returns a nicely formatted string for this Rect. A 2D Rectangle defined by x, y, width, height with integers. A RectInt.PositionCollection that contains all positions within the RectInt. Center coordinate of the rectangle. Height of the rectangle. Upper right corner of the rectangle. Lower left corner of the rectangle. Returns the position (x, y) of the RectInt. Returns the width and height of the RectInt. Width of the rectangle. Left coordinate of the rectangle. Returns the maximum X value of the RectInt. Returns the minimum X value of the RectInt. Top coordinate of the rectangle. Returns the maximum Y value of the RectInt. Returns the minimum Y value of the RectInt. Clamps the position and size of the RectInt to the given bounds. Bounds to clamp the RectInt. Returns true if the given position is within the RectInt. Position to check. Whether the max limits are included in the check. Whether the position is within the RectInt. Returns true if the given position is within the RectInt. Position to check. Whether the max limits are included in the check. Whether the position is within the RectInt. Returns true if the given RectInt is equal to this RectInt. An iterator that allows you to iterate over all positions within the RectInt. Current position of the enumerator. Returns this as an iterator that allows you to iterate over all positions within the RectInt. This RectInt.PositionEnumerator. Moves the enumerator to the next position. Whether the enumerator has successfully moved to the next position. Resets this enumerator to its starting state. Sets the bounds to the min and max value of the rect. Returns the x, y, width and height of the RectInt. Offsets for rectangles, borders, etc. Bottom edge size. Shortcut for left + right. (Read Only) Left edge size. Right edge size. Top edge size. Shortcut for top + bottom. (Read Only) Add the border offsets to a rect. Creates a new rectangle with offsets. Creates a new rectangle with offsets. Remove the border offsets from a rect. Position, size, anchor and pivot information for a rectangle. The position of the pivot of this RectTransform relative to the anchor reference point. The 3D position of the pivot of this RectTransform relative to the anchor reference point. The normalized position in the parent RectTransform that the upper right corner is anchored to. The normalized position in the parent RectTransform that the lower left corner is anchored to. The offset of the upper right corner of the rectangle relative to the upper right anchor. The offset of the lower left corner of the rectangle relative to the lower left anchor. The normalized position in this RectTransform that it rotates around. Event that is invoked for RectTransforms that need to have their driven properties reapplied. The calculated rectangle in the local space of the Transform. The size of this RectTransform relative to the distances between the anchors. An axis that can be horizontal or vertical. Horizontal. Vertical. Enum used to specify one edge of a rectangle. The bottom edge. The left edge. The right edge. The top edge. Force the recalculation of RectTransforms internal data. Get the corners of the calculated rectangle in the local space of its Transform. The array that corners are filled into. Get the corners of the calculated rectangle in world space. The array that corners are filled into. Delegate used for the reapplyDrivenProperties event. Set the distance of this rectangle relative to a specified edge of the parent rectangle, while also setting its size. The edge of the parent rectangle to inset from. The inset distance. The size of the rectangle along the same direction of the inset. Makes the RectTransform calculated rect be a given size on the specified axis. The axis to specify the size along. The desired size along the specified axis. Utility class containing helper methods for working with RectTransform. Flips the horizontal and vertical axes of the RectTransform size and alignment, and optionally its children as well. The RectTransform to flip. Flips around the pivot if true. Flips within the parent rect if false. Flip the children as well? Flips the alignment of the RectTransform along the horizontal or vertical axis, and optionally its children as well. The RectTransform to flip. Flips around the pivot if true. Flips within the parent rect if false. Flip the children as well? The axis to flip along. 0 is horizontal and 1 is vertical. Convert a given point in screen space into a pixel correct point. Pixel adjusted point. Given a rect transform, return the corner points in pixel accurate coordinates. Pixel adjusted rect. Does the RectTransform contain the screen point as seen from the given camera? The RectTransform to test with. The screen point to test. The camera from which the test is performed from. (Optional) True if the point is inside the rectangle. Transform a screen space point to a position in the local space of a RectTransform that is on the plane of its rectangle. The RectTransform to find a point inside. The camera associated with the screen space position. Screen space position. Point in local space of the rect transform. Returns true if the plane of the RectTransform is hit, regardless of whether the point is inside the rectangle. Transform a screen space point to a position in world space that is on the plane of the given RectTransform. The RectTransform to find a point inside. The camera associated with the screen space position. Screen space position. Point in world space. Returns true if the plane of the RectTransform is hit, regardless of whether the point is inside the rectangle. The reflection probe is used to capture the surroundings into a texture which is passed to the shaders and used for reflections. The color with which the texture of reflection probe will be cleared. Reference to the baked texture of the reflection probe's surrounding. Distance around probe used for blending (used in deferred probes). The bounding volume of the reflection probe (Read Only). Should this reflection probe use box projection? The center of the box area in which reflections will be applied to the objects. Measured in the probes's local space. How the reflection probe clears the background. This is used to render parts of the reflecion probe's surrounding selectively. Reference to the baked texture of the reflection probe's surrounding. Use this to assign custom reflection texture. Adds a delegate to get notifications when the default specular Cubemap is changed. Texture which is used outside of all reflection probes (Read Only). HDR decode values of the default reflection probe texture. The far clipping plane distance when rendering the probe. Should this reflection probe use HDR rendering? Reflection probe importance. The intensity modifier that is applied to the texture of reflection probe in the shader. Should reflection probe texture be generated in the Editor (ReflectionProbeMode.Baked) or should probe use custom specified texure (ReflectionProbeMode.Custom)? The near clipping plane distance when rendering the probe. Reference to the realtime texture of the reflection probe's surroundings. Use this to assign a RenderTexture to use for realtime reflection. Adds a delegate to get notifications when a Reflection Probe is added to a Scene or removed from a Scene. Sets the way the probe will refresh. See Also: ReflectionProbeRefreshMode. Resolution of the underlying reflection texture in pixels. Shadow drawing distance when rendering the probe. The size of the box area in which reflections will be applied to the objects. Measured in the probes's local space. Texture which is passed to the shader of the objects in the vicinity of the reflection probe (Read Only). HDR decode values of the reflection probe texture. Sets this probe time-slicing mode See Also: ReflectionProbeTimeSlicingMode. Utility method to blend 2 cubemaps into a target render texture. Cubemap to blend from. Cubemap to blend to. Blend weight. RenderTexture which will hold the result of the blend. Returns trues if cubemaps were blended, false otherwise. Checks if a probe has finished a time-sliced render. An integer representing the RenderID as returned by the RenderProbe method. True if the render has finished, false otherwise. See Also: timeSlicingMode Types of events that occur when ReflectionProbe components are used in a Scene. An event that occurs when a Reflection Probe component is added to a Scene or enabled in a Scene. An event that occurs when a Reflection Probe component is unloaded from a Scene or disabled in a Scene. Refreshes the probe's cubemap. Target RendeTexture in which rendering should be done. Specifying null will update the probe's default texture. An integer representing a RenderID which can subsequently be used to check if the probe has finished rendering while rendering in time-slice mode. See Also: IsFinishedRendering See Also: timeSlicingMode Revert all ReflectionProbe parameters to default. Keeps two Rigidbody2D at their relative orientations. The current angular offset between the Rigidbody2D that the joint connects. Should both the linearOffset and angularOffset be calculated automatically? Scales both the linear and angular forces used to correct the required relative orientation. The current linear offset between the Rigidbody2D that the joint connects. The maximum force that can be generated when trying to maintain the relative joint constraint. The maximum torque that can be generated when trying to maintain the relative joint constraint. The world-space position that is currently trying to be maintained. Provides access to your remote settings. Dispatched before the RemoteSettings object makes the network request for the latest settings. Dispatched when the network request made by the RemoteSettings object to fetch the remote configuration file is complete. Forces the game to download the newest settings from the server and update its values. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the number of keys in the remote settings configuration. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets an array containing all the keys in the remote settings configuration. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Reports whether the specified key exists in the remote settings configuration. The key identifying the setting. True, if the key exists. Dispatched when a remote settings configuration is fetched and successfully parsed from the server or from local cache. Defines the delegate signature for handling RemoteSettings.Updated events. Reports whether or not the settings available from the RemoteSettings object were received from the Analytics Service during the current session. True, if the remote settings file was received from the Analytics Service in the current session. False, if the remote settings file was received during an earlier session and cached. Color or depth buffer part of a RenderTexture. Returns native RenderBuffer. Be warned this is not native Texture, but rather pointer to unity struct that can be used with native unity API. Currently such API exists only on iOS. General functionality for all renderers. Controls if dynamic occlusion culling should be performed for this renderer. The bounding volume of the renderer (Read Only). Makes the rendered 3D object visible if enabled. Has this renderer been statically batched with any other renderers? Is this renderer visible in any camera? (Read Only) The index of the baked lightmap applied to this renderer. The UV scale & offset used for a lightmap. If set, the Renderer will use the Light Probe Proxy Volume component attached to the source GameObject. The light probe interpolation type. Matrix that transforms a point from local space into world space (Read Only). Returns the first instantiated Material assigned to the renderer. Returns all the instantiated materials of this object. Specifies the mode for motion vector rendering. Specifies whether this renderer has a per-object motion vector pass. If set, Renderer will use this Transform's position to find the light or reflection probe. The index of the realtime lightmap applied to this renderer. The UV scale & offset used for a realtime lightmap. Does this object receive shadows? Should reflection probes be used for this Renderer? This value sorts renderers by priority. Lower values are rendered first and higher values are rendered last. Determines which rendering layer this renderer lives on. Does this object cast shadows? The shared material of this object. All the shared materials of this object. Unique ID of the Renderer's sorting layer. Name of the Renderer's sorting layer. Renderer's order within a sorting layer. Should light probes be used for this Renderer? Matrix that transforms a point from world space into local space (Read Only). Returns an array of closest reflection probes with weights, weight shows how much influence the probe has on the renderer, this value is also used when blending between reflection probes occur. Returns all the instantiated materials of this object. A list of materials to populate. Get per-Renderer or per-Material property block. Material parameters to retrieve. The index of the Material you want to get overridden parameters from. The index ranges from 0 to Renderer.sharedMaterials.Length-1. Get per-Renderer or per-Material property block. Material parameters to retrieve. The index of the Material you want to get overridden parameters from. The index ranges from 0 to Renderer.sharedMaterials.Length-1. Returns all the shared materials of this object. A list of materials to populate. Returns true if the Renderer has a material property block attached via SetPropertyBlock. Lets you set or clear per-renderer or per-material parameter overrides. Property block with values you want to override. The index of the Material you want to override the parameters of. The index ranges from 0 to Renderer.sharedMaterial.Length-1. Lets you set or clear per-renderer or per-material parameter overrides. Property block with values you want to override. The index of the Material you want to override the parameters of. The index ranges from 0 to Renderer.sharedMaterial.Length-1. Extension methods to the Renderer class, used only for the UpdateGIMaterials method used by the Global Illumination System. Schedules an update of the albedo and emissive Textures of a system that contains the Renderer. Ambient lighting mode. Ambient lighting is defined by a custom cubemap. Flat ambient lighting. Skybox-based or custom ambient lighting. Trilight ambient lighting. Allows the asynchronous read back of GPU resources. Triggers a request to asynchronously fetch the data from a GPU resource. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Width in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. An optional delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. An AsyncGPUReadbackRequest that can be used to both access the data and check whether it is available. Triggers a request to asynchronously fetch the data from a GPU resource. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Width in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. An optional delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. An AsyncGPUReadbackRequest that can be used to both access the data and check whether it is available. Triggers a request to asynchronously fetch the data from a GPU resource. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Width in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. An optional delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. An AsyncGPUReadbackRequest that can be used to both access the data and check whether it is available. Triggers a request to asynchronously fetch the data from a GPU resource. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Width in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. An optional delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. An AsyncGPUReadbackRequest that can be used to both access the data and check whether it is available. Triggers a request to asynchronously fetch the data from a GPU resource. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Width in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. An optional delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. An AsyncGPUReadbackRequest that can be used to both access the data and check whether it is available. Triggers a request to asynchronously fetch the data from a GPU resource. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Width in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. An optional delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. An AsyncGPUReadbackRequest that can be used to both access the data and check whether it is available. Represents an asynchronous request for a GPU resource. When reading data from a ComputeBuffer, depth is 1, otherwise, the property takes the value of the requested depth from the texture. Checks whether the request has been processed. This property is true if the request has encountered an error. When reading data from a ComputeBuffer, height is 1, otherwise, the property takes the value of the requested height from the texture. Number of layers in the current request. The size in bytes of one layer of the readback data. The width of the requested GPU data. Fetches the data of a successful request. The index of the layer to retrieve. Triggers an update of the request. Waits for completion of the request. Blend mode for controlling the blending. Blend factor is (Ad, Ad, Ad, Ad). Blend factor is (Rd, Gd, Bd, Ad). Blend factor is (1, 1, 1, 1). Blend factor is (1 - Ad, 1 - Ad, 1 - Ad, 1 - Ad). Blend factor is (1 - Rd, 1 - Gd, 1 - Bd, 1 - Ad). Blend factor is (1 - As, 1 - As, 1 - As, 1 - As). Blend factor is (1 - Rs, 1 - Gs, 1 - Bs, 1 - As). Blend factor is (As, As, As, As). Blend factor is (f, f, f, 1); where f = min(As, 1 - Ad). Blend factor is (Rs, Gs, Bs, As). Blend factor is (0, 0, 0, 0). Blend operation. Add (s + d). Color burn (Advanced OpenGL blending). Color dodge (Advanced OpenGL blending). Darken (Advanced OpenGL blending). Difference (Advanced OpenGL blending). Exclusion (Advanced OpenGL blending). Hard light (Advanced OpenGL blending). HSL color (Advanced OpenGL blending). HSL Hue (Advanced OpenGL blending). HSL luminosity (Advanced OpenGL blending). HSL saturation (Advanced OpenGL blending). Lighten (Advanced OpenGL blending). Logical AND (s & d) (D3D11.1 only). Logical inverted AND (!s & d) (D3D11.1 only). Logical reverse AND (s & !d) (D3D11.1 only). Logical Clear (0). Logical Copy (s) (D3D11.1 only). Logical inverted Copy (!s) (D3D11.1 only). Logical Equivalence !(s XOR d) (D3D11.1 only). Logical Inverse (!d) (D3D11.1 only). Logical NAND !(s & d). D3D11.1 only. Logical No-op (d) (D3D11.1 only). Logical NOR !(s | d) (D3D11.1 only). Logical OR (s | d) (D3D11.1 only). Logical inverted OR (!s | d) (D3D11.1 only). Logical reverse OR (s | !d) (D3D11.1 only). Logical SET (1) (D3D11.1 only). Logical XOR (s XOR d) (D3D11.1 only). Max. Min. Multiply (Advanced OpenGL blending). Overlay (Advanced OpenGL blending). Reverse subtract. Screen (Advanced OpenGL blending). Soft light (Advanced OpenGL blending). Subtract. Built-in temporary render textures produced during camera's rendering. The raw RenderBuffer pointer to be used. Target texture of currently rendering camera. Currently active render target. Camera's depth texture. Camera's depth+normals texture. Deferred shading G-buffer #0 (typically diffuse color). Deferred shading G-buffer #1 (typically specular + roughness). Deferred shading G-buffer #2 (typically normals). Deferred shading G-buffer #3 (typically emission/lighting). Deferred shading G-buffer #4 (typically occlusion mask for static lights if any). G-buffer #5 Available. G-buffer #6 Available. G-buffer #7 Available. Motion Vectors generated when the camera has motion vectors enabled. Deferred lighting light buffer. Deferred lighting HDR specular light buffer (Xbox 360 only). Deferred lighting (normals+specular) G-buffer. A globally set property name. Reflections gathered from default reflection and reflections probes. The given RenderTexture. Resolved depth buffer from deferred. Defines set by editor when compiling shaders, depending on target platform and tier. SHADER_API_DESKTOP is set when compiling shader for "desktop" platforms. SHADER_API_MOBILE is set when compiling shader for mobile platforms. UNITY_COLORSPACE_GAMMA is set when compiling shaders for Gamma Color Space. UNITY_ENABLE_DETAIL_NORMALMAP is set if Detail Normal Map should be sampled if assigned. UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS enables use of built-in shadow comparison samplers on OpenGL ES 2.0. UNITY_ENABLE_REFLECTION_BUFFERS is set when deferred shading renders reflection probes in deferred mode. With this option set reflections are rendered into a per-pixel buffer. This is similar to the way lights are rendered into a per-pixel buffer. UNITY_ENABLE_REFLECTION_BUFFERS is on by default when using deferred shading, but you can turn it off by setting “No support” for the Deferred Reflections shader option in Graphics Settings. When the setting is off, reflection probes are rendered per-object, similar to the way forward rendering works. UNITY_FRAMEBUFFER_FETCH_AVAILABLE is set when compiling shaders for platforms where framebuffer fetch is potentially available. UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS is set automatically for platforms that don't require full floating-point precision support in fragment shaders. UNITY_HARDWARE_TIER1 is set when compiling shaders for GraphicsTier.Tier1. UNITY_HARDWARE_TIER2 is set when compiling shaders for GraphicsTier.Tier2. UNITY_HARDWARE_TIER3 is set when compiling shaders for GraphicsTier.Tier3. UNITY_LIGHT_PROBE_PROXY_VOLUME is set when Light Probe Proxy Volume feature is supported by the current graphics API and is enabled in the current Tier Settings(Graphics Settings). UNITY_LIGHTMAP_DLDR_ENCODING is set when lightmap textures are using double LDR encoding to store the values in the texture. UNITY_LIGHTMAP_FULL_HDR is set when lightmap textures are not using any encoding to store the values in the texture. UNITY_LIGHTMAP_RGBM_ENCODING is set when lightmap textures are using RGBM encoding to store the values in the texture. UNITY_METAL_SHADOWS_USE_POINT_FILTERING is set if shadow sampler should use point filtering on iOS Metal. UNITY_NO_DXT5nm is set when compiling shader for platform that do not support DXT5NM, meaning that normal maps will be encoded in RGB instead. UNITY_NO_FULL_STANDARD_SHADER is set if Standard shader BRDF3 with extra simplifications should be used. UNITY_NO_RGBM is set when compiling shader for platform that do not support RGBM, so dLDR will be used instead. UNITY_NO_SCREENSPACE_SHADOWS is set when screenspace cascaded shadow maps are disabled. UNITY_PBS_USE_BRDF1 is set if Standard Shader BRDF1 should be used. UNITY_PBS_USE_BRDF2 is set if Standard Shader BRDF2 should be used. UNITY_PBS_USE_BRDF3 is set if Standard Shader BRDF3 should be used. UNITY_SPECCUBE_BLENDING is set if Reflection Probes Blending is enabled. UNITY_SPECCUBE_BLENDING is set if Reflection Probes Box Projection is enabled. UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS is set when Semitransparent Shadows are enabled. Built-in shader modes used by Rendering.GraphicsSettings. Don't use any shader, effectively disabling the functionality. Use built-in shader (default). Use custom shader instead of built-in one. Built-in shader types used by Rendering.GraphicsSettings. Shader used for deferred reflection probes. Shader used for deferred shading calculations. Shader used for depth and normals texture when enabled on a Camera. Shader used for legacy deferred lighting calculations. Default shader used for lens flares. Default shader used for light halos. Shader used for Motion Vectors when enabled on a Camera. Shader used for screen-space cascaded shadows. Defines a place in camera's rendering to attach Rendering.CommandBuffer objects to. After camera's depth+normals texture is generated. After camera's depth texture is generated. After camera has done rendering everything. After final geometry pass in deferred lighting. After transparent objects in forward rendering. After opaque objects in forward rendering. After deferred rendering G-buffer is rendered. After halo and lens flares. After image effects. After image effects that happen between opaque & transparent objects. After lighting pass in deferred rendering. After reflections pass in deferred rendering. After skybox is drawn. Before camera's depth+normals texture is generated. Before camera's depth texture is generated. Before final geometry pass in deferred lighting. Before transparent objects in forward rendering. Before opaque objects in forward rendering. Before deferred rendering G-buffer is rendered. Before halo and lens flares. Before image effects. Before image effects that happen between opaque & transparent objects. Before lighting pass in deferred rendering. Before reflections pass in deferred rendering. Before skybox is drawn. The HDR mode to use for rendering. Uses RenderTextureFormat.ARGBHalf. Uses RenderTextureFormat.RGB111110Float. Specifies which color components will get written into the target framebuffer. Write all components (R, G, B and Alpha). Write alpha component. Write blue component. Write green component. Write red component. List of graphics commands to execute. Name of this command buffer. Size of this command buffer in bytes (Read Only). Adds a command to begin profile sampling. Name of the profile information used for sampling. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Add a "blit into a render texture" command. Source texture or render target to blit from. Destination to blit into. Material to use. Shader pass to use (default is -1, meaning "all passes"). Scale applied to the source texture coordinate. Offset applied to the source texture coordinate. Clear all commands in the buffer. Clear random write targets for level pixel shaders. Adds a "clear render target" command. Should clear depth buffer? Should clear color buffer? Color to clear with. Depth to clear with (default is 1.0). Converts and copies a source texture to a destination texture with a different format or dimensions. Source texture. Destination texture. Source element (e.g. cubemap face). Set this to 0 for 2D source textures. Destination element (e.g. cubemap face or texture array element). Converts and copies a source texture to a destination texture with a different format or dimensions. Source texture. Destination texture. Source element (e.g. cubemap face). Set this to 0 for 2D source textures. Destination element (e.g. cubemap face or texture array element). Adds a command to copy ComputeBuffer counter value. Append/consume buffer to copy the counter from. A buffer to copy the counter to. Target byte offset in dst buffer. Adds a command to copy a texture into another texture. Source texture or identifier, see RenderTargetIdentifier. Destination texture or identifier, see RenderTargetIdentifier. Source texture element (cubemap face, texture array layer or 3D texture depth slice). Source texture mipmap level. Destination texture element (cubemap face, texture array layer or 3D texture depth slice). Destination texture mipmap level. X coordinate of source texture region to copy (left side is zero). Y coordinate of source texture region to copy (bottom is zero). Width of source texture region to copy. Height of source texture region to copy. X coordinate of where to copy region in destination texture (left side is zero). Y coordinate of where to copy region in destination texture (bottom is zero). Adds a command to copy a texture into another texture. Source texture or identifier, see RenderTargetIdentifier. Destination texture or identifier, see RenderTargetIdentifier. Source texture element (cubemap face, texture array layer or 3D texture depth slice). Source texture mipmap level. Destination texture element (cubemap face, texture array layer or 3D texture depth slice). Destination texture mipmap level. X coordinate of source texture region to copy (left side is zero). Y coordinate of source texture region to copy (bottom is zero). Width of source texture region to copy. Height of source texture region to copy. X coordinate of where to copy region in destination texture (left side is zero). Y coordinate of where to copy region in destination texture (bottom is zero). Adds a command to copy a texture into another texture. Source texture or identifier, see RenderTargetIdentifier. Destination texture or identifier, see RenderTargetIdentifier. Source texture element (cubemap face, texture array layer or 3D texture depth slice). Source texture mipmap level. Destination texture element (cubemap face, texture array layer or 3D texture depth slice). Destination texture mipmap level. X coordinate of source texture region to copy (left side is zero). Y coordinate of source texture region to copy (bottom is zero). Width of source texture region to copy. Height of source texture region to copy. X coordinate of where to copy region in destination texture (left side is zero). Y coordinate of where to copy region in destination texture (bottom is zero). Adds a command to copy a texture into another texture. Source texture or identifier, see RenderTargetIdentifier. Destination texture or identifier, see RenderTargetIdentifier. Source texture element (cubemap face, texture array layer or 3D texture depth slice). Source texture mipmap level. Destination texture element (cubemap face, texture array layer or 3D texture depth slice). Destination texture mipmap level. X coordinate of source texture region to copy (left side is zero). Y coordinate of source texture region to copy (bottom is zero). Width of source texture region to copy. Height of source texture region to copy. X coordinate of where to copy region in destination texture (left side is zero). Y coordinate of where to copy region in destination texture (bottom is zero). Creates a GPUFence which will be passed after the last Blit, Clear, Draw, Dispatch or Texture Copy command prior to this call has been completed on the GPU. On some platforms there is a significant gap between the vertex processing completing and the pixel processing begining for a given draw call. This parameter allows for the fence to be passed after either the vertex or pixel processing for the proceeding draw has completed. If a compute shader dispatch was the last task submitted then this parameter is ignored. Returns a new GPUFence. Create a new empty command buffer. Add a command to disable the hardware scissor rectangle. Adds a command to disable global shader keyword. Shader keyword to disable. Add a command to execute a ComputeShader. ComputeShader to execute. Kernel index to execute, see ComputeShader.FindKernel. Number of work groups in the X dimension. Number of work groups in the Y dimension. Number of work groups in the Z dimension. ComputeBuffer with dispatch arguments. Byte offset indicating the location of the dispatch arguments in the buffer. Add a command to execute a ComputeShader. ComputeShader to execute. Kernel index to execute, see ComputeShader.FindKernel. Number of work groups in the X dimension. Number of work groups in the Y dimension. Number of work groups in the Z dimension. ComputeBuffer with dispatch arguments. Byte offset indicating the location of the dispatch arguments in the buffer. Add a "draw mesh" command. Mesh to draw. Transformation matrix to use. Material to use. Which subset of the mesh to render. Which pass of the shader to use (default is -1, which renders all passes). Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. Add a "draw mesh with instancing" command. The command will not immediately fail and throw an exception if Material.enableInstancing is false, but it will log an error and skips rendering each time the command is being executed if such a condition is detected. InvalidOperationException will be thrown if the current platform doesn't support this API (i.e. if GPU instancing is not available). See SystemInfo.supportsInstancing. The Mesh to draw. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Material to use. Which pass of the shader to use, or -1 which renders all passes. The array of object transformation matrices. The number of instances to be drawn. Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. Add a "draw mesh with indirect instancing" command. The Mesh to draw. Which subset of the mesh to draw. This applies only to meshes that are composed of several materials. Material to use. Which pass of the shader to use, or -1 which renders all passes. Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock. The GPU buffer containing the arguments for how many instances of this mesh to draw. The byte offset into the buffer, where the draw arguments start. Add a "draw procedural geometry" command. Transformation matrix to use. Material to use. Which pass of the shader to use (or -1 for all passes). Topology of the procedural geometry. Vertex count to render. Instance count to render. Additional material properties to apply just before rendering. See MaterialPropertyBlock. Add a "draw procedural geometry" command. Transformation matrix to use. Material to use. Which pass of the shader to use (or -1 for all passes). Topology of the procedural geometry. Additional material properties to apply just before rendering. See MaterialPropertyBlock. Buffer with draw arguments. Byte offset where in the buffer the draw arguments are. Add a "draw renderer" command. Renderer to draw. Material to use. Which subset of the mesh to render. Which pass of the shader to use (default is -1, which renders all passes). Add a command to enable the hardware scissor rectangle. Viewport rectangle in pixel coordinates. Adds a command to enable global shader keyword. Shader keyword to enable. Adds a command to begin profile sampling. Name of the profile information used for sampling. Generate mipmap levels of a render texture. The render texture requiring mipmaps generation. Add a "get a temporary render texture" command. Shader property name for this texture. Width in pixels, or -1 for "camera pixel width". Height in pixels, or -1 for "camera pixel height". Depth buffer bits (0, 16 or 24). Texture filtering mode (default is Point). Format of the render texture (default is ARGB32). Color space conversion mode. Anti-aliasing (default is no anti-aliasing). Should random-write access into the texture be enabled (default is false). Use this RenderTextureDescriptor for the settings when creating the temporary RenderTexture. Render texture memoryless mode. Add a "get a temporary render texture" command. Shader property name for this texture. Width in pixels, or -1 for "camera pixel width". Height in pixels, or -1 for "camera pixel height". Depth buffer bits (0, 16 or 24). Texture filtering mode (default is Point). Format of the render texture (default is ARGB32). Color space conversion mode. Anti-aliasing (default is no anti-aliasing). Should random-write access into the texture be enabled (default is false). Use this RenderTextureDescriptor for the settings when creating the temporary RenderTexture. Render texture memoryless mode. Add a "get a temporary render texture array" command. Shader property name for this texture. Width in pixels, or -1 for "camera pixel width". Height in pixels, or -1 for "camera pixel height". Number of slices in texture array. Depth buffer bits (0, 16 or 24). Texture filtering mode (default is Point). Format of the render texture (default is ARGB32). Color space conversion mode. Anti-aliasing (default is no anti-aliasing). Should random-write access into the texture be enabled (default is false). Send a user-defined blit event to a native code plugin. Native code callback to queue for Unity's renderer to invoke. User defined command id to send to the callback. Source render target. Destination render target. User data command parameters. User data command flags. Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead. Native code callback to queue for Unity's renderer to invoke. Texture resource to be updated. User data to send to the native plugin. Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead. Native code callback to queue for Unity's renderer to invoke. Texture resource to be updated. User data to send to the native plugin. Send a texture update event to a native code plugin. Native code callback to queue for Unity's renderer to invoke. Texture resource to be updated. User data to send to the native plugin. Send a user-defined event to a native code plugin. Native code callback to queue for Unity's renderer to invoke. User defined id to send to the callback. Send a user-defined event to a native code plugin with custom data. Native code callback to queue for Unity's renderer to invoke. Custom data to pass to the native plugin callback. Built in or user defined id to send to the callback. Add a "release a temporary render texture" command. Shader property name for this texture. Adds an asynchonous GPU readback request command to the command buffer. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. Width in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. A delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. Adds an asynchonous GPU readback request command to the command buffer. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. Width in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. A delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. Adds an asynchonous GPU readback request command to the command buffer. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. Width in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. A delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. Adds an asynchonous GPU readback request command to the command buffer. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. Width in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. A delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. Adds an asynchonous GPU readback request command to the command buffer. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. Width in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. A delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. Adds an asynchonous GPU readback request command to the command buffer. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. Width in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. A delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. Adds an asynchonous GPU readback request command to the command buffer. The resource to read the data from. Size in bytes of the data to be retrieved from the ComputeBuffer. Offset in bytes in the ComputeBuffer. The index of the mipmap to be fetched. The target TextureFormat of the data. Conversion will happen automatically if format is different from the format stored on GPU. Starting X coordinate in pixels of the Texture data to be fetched. Starting Y coordinate in pixels of the Texture data to be fetched. Start Z coordinate in pixels for the Texture3D being fetched. Index of Start layer for TextureCube, Texture2DArray and TextureCubeArray being fetched. Depth in pixels for Texture3D being fetched. Number of layers for TextureCube, TextureArray and TextureCubeArray. Width in pixels of the Texture data to be fetched. Height in pixels of the Texture data to be fetched. A delegate System.Action called once the request is fullfilled. The done request is passed as parameter to the System.Action. Force an antialiased render texture to be resolved. The antialiased render texture to resolve. The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source. Adds a command to set an input or output buffer parameter on a ComputeShader. ComputeShader to set parameter for. Which kernel the buffer is being set for. See ComputeShader.FindKernel. Name of the buffer variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Buffer to set. Adds a command to set an input or output buffer parameter on a ComputeShader. ComputeShader to set parameter for. Which kernel the buffer is being set for. See ComputeShader.FindKernel. Name of the buffer variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Buffer to set. Adds a command to set a float parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a float parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set multiple consecutive float parameters on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Values to set. Adds a command to set multiple consecutive float parameters on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Values to set. Adds a command to set an integer parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set an integer parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set multiple consecutive integer parameters on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Values to set. Adds a command to set multiple consecutive integer parameters on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Values to set. Adds a command to set a matrix array parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a matrix array parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a matrix parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a matrix parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a texture parameter on a ComputeShader. ComputeShader to set parameter for. Which kernel the texture is being set for. See ComputeShader.FindKernel. Name of the texture variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Texture value or identifier to set, see RenderTargetIdentifier. Optional mipmap level of the read-write texture. Adds a command to set a texture parameter on a ComputeShader. ComputeShader to set parameter for. Which kernel the texture is being set for. See ComputeShader.FindKernel. Name of the texture variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Texture value or identifier to set, see RenderTargetIdentifier. Optional mipmap level of the read-write texture. Adds a command to set a texture parameter on a ComputeShader. ComputeShader to set parameter for. Which kernel the texture is being set for. See ComputeShader.FindKernel. Name of the texture variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Texture value or identifier to set, see RenderTargetIdentifier. Optional mipmap level of the read-write texture. Adds a command to set a texture parameter on a ComputeShader. ComputeShader to set parameter for. Which kernel the texture is being set for. See ComputeShader.FindKernel. Name of the texture variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Texture value or identifier to set, see RenderTargetIdentifier. Optional mipmap level of the read-write texture. Adds a command to set a vector array parameter on a ComputeShader. ComputeShader to set parameter for. Property name. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a vector array parameter on a ComputeShader. ComputeShader to set parameter for. Property name. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a vector parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Adds a command to set a vector parameter on a ComputeShader. ComputeShader to set parameter for. Name of the variable in shader code. Property name ID. Use Shader.PropertyToID to get this ID. Value to set. Add a "set global shader buffer property" command. Add a "set global shader buffer property" command. Add a "set global shader color property" command. Add a "set global shader color property" command. Add a command to set global depth bias. Constant depth bias. Slope-dependent depth bias. Add a "set global shader float property" command. Add a "set global shader float property" command. Add a "set global shader float array property" command. Add a "set global shader float array property" command. Add a "set global shader float array property" command. Add a "set global shader float array property" command. Sets the given global integer property for all shaders. Sets the given global integer property for all shaders. Add a "set global shader matrix property" command. Add a "set global shader matrix property" command. Add a "set global shader matrix array property" command. Add a "set global shader matrix array property" command. Add a "set global shader matrix array property" command. Add a "set global shader matrix array property" command. Add a "set global shader texture property" command, referencing a RenderTexture. Add a "set global shader texture property" command, referencing a RenderTexture. Add a "set global shader vector property" command. Add a "set global shader vector property" command. Add a "set global shader vector array property" command. Add a "set global shader vector array property" command. Add a "set global shader vector array property" command. Add a "set global shader vector array property" command. Add a "set invert culling" command to the buffer. A boolean indicating whether to invert the backface culling (true) or not (false). Add a command to set the projection matrix. Projection (camera to clip space) matrix. Set random write target for level pixel shaders. Index of the random write target in the shader. ComputeBuffer to set as write targe. Whether to leave the append/consume counter value unchanged. RenderTargetIdentifier to set as write target. Set random write target for level pixel shaders. Index of the random write target in the shader. ComputeBuffer to set as write targe. Whether to leave the append/consume counter value unchanged. RenderTargetIdentifier to set as write target. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set active render target" command. Render target to set for both color & depth buffers. Render target to set as a color buffer. Render targets to set as color buffers (MRT). Render target to set as a depth buffer. The mip level of the render target to render into. The cubemap face of a cubemap render target to render into. Slice of a 3D or array render target to set. Load action that is used for color and depth/stencil buffers. Store action that is used for color and depth/stencil buffers. Load action that is used for the color buffer. Store action that is used for the color buffer. Load action that is used for the depth/stencil buffer. Store action that is used for the depth/stencil buffer. Add a "set shadow sampling mode" command. Shadowmap render target to change the sampling mode on. New sampling mode. Add a command to set the view matrix. View (world to camera space) matrix. Add a command to set the rendering viewport. Viewport rectangle in pixel coordinates. Add a command to set the view and projection matrices. View (world to camera space) matrix. Projection (camera to clip space) matrix. Instructs the GPU to wait until the given GPUFence is passed. The GPUFence that the GPU will be instructed to wait upon. On some platforms there is a significant gap between the vertex processing completing and the pixel processing completing for a given draw call. This parameter allows for requested wait to be before the next items vertex or pixel processing begins. Some platforms can not differentiate between the start of vertex and pixel processing, these platforms will wait before the next items vertex processing. If a compute shader dispatch is the next item to be submitted then this parameter is ignored. Depth or stencil comparison function. Always pass depth or stencil test. Depth or stencil test is disabled. Pass depth or stencil test when values are equal. Pass depth or stencil test when new value is greater than old one. Pass depth or stencil test when new value is greater or equal than old one. Pass depth or stencil test when new value is less than old one. Pass depth or stencil test when new value is less or equal than old one. Never pass depth or stencil test. Pass depth or stencil test when values are different. Describes the desired characteristics with respect to prioritisation and load balancing of the queue that a command buffer being submitted via Graphics.ExecuteCommandBufferAsync or [[ScriptableRenderContext.ExecuteCommandBufferAsync] should be sent to. Background queue types would be the choice for tasks intended to run for an extended period of time, e.g for most of a frame or for several frames. Dispatches on background queues would execute at a lower priority than gfx queue tasks. This queue type would be the choice for compute tasks supporting or as optimisations to graphics processing. CommandBuffers sent to this queue would be expected to complete within the scope of a single frame and likely be synchronised with the graphics queue via GPUFence’s. Dispatches on default queue types would execute at a lower priority than graphics queue tasks. This queue type would be the choice for compute tasks requiring processing as soon as possible and would be prioritised over the graphics queue. Support for various Graphics.CopyTexture cases. Basic Graphics.CopyTexture support. Support for Texture3D in Graphics.CopyTexture. Support for Graphics.CopyTexture between different texture types. No support for Graphics.CopyTexture. Support for RenderTexture to Texture copies in Graphics.CopyTexture. Support for Texture to RenderTexture copies in Graphics.CopyTexture. Backface culling mode. Cull back-facing geometry. Cull front-facing geometry. Disable culling. Default reflection mode. Custom default reflection. Skybox-based default reflection. Used to manage synchronisation between tasks on async compute queues and the graphics queue. Has the GPUFence passed? Allows for CPU determination of whether the GPU has passed the point in its processing represented by the GPUFence. Graphics device API type. Direct3D 11 graphics API. Direct3D 12 graphics API. Direct3D 9 graphics API. iOS Metal graphics API. Nintendo 3DS graphics API. No graphics API. OpenGL 2.x graphics API. (deprecated, only available on Linux and MacOSX) OpenGL (Core profile - GL3 or later) graphics API. OpenGL ES 2.0 graphics API. OpenGL ES 3.0 graphics API. PlayStation 3 graphics API. PlayStation 4 graphics API. PlayStation Mobile (PSM) graphics API. Nintendo Switch graphics API. Vulkan (EXPERIMENTAL). Xbox One graphics API using Direct3D 11. Xbox One graphics API using Direct3D 12. Script interface for. Whether to use a Light's color temperature when calculating the final color of that Light." If this is true, Light intensity is multiplied against linear color values. If it is false, gamma color values are used. The RenderPipelineAsset that describes how the Scene should be rendered. An axis that describes the direction along which the distances of objects are measured for the purpose of sorting. Transparent object sorting mode. Enable/Disable SRP batcher (experimental) at runtime. Get custom shader used instead of a built-in shader. Built-in shader type to query custom shader for. The shader used. Get built-in shader mode. Built-in shader type to query. Mode used for built-in shader. Returns true if shader define was set when compiling shaders for current GraphicsTier. Returns true if shader define was set when compiling shaders for given tier. Set custom shader to use instead of a built-in shader. Built-in shader type to set custom shader to. The shader to use. Set built-in shader mode. Built-in shader type to change. Mode to use for built-in shader. Graphics Tier. See Also: Graphics.activeTier. The first graphics tier (Low) - corresponds to shader define UNITY_HARDWARE_TIER1. The second graphics tier (Medium) - corresponds to shader define UNITY_HARDWARE_TIER2. The third graphics tier (High) - corresponds to shader define UNITY_HARDWARE_TIER3. Format of the mesh index buffer data. 16 bit mesh index buffer format. 32 bit mesh index buffer format. Defines a place in light's rendering to attach Rendering.CommandBuffer objects to. After directional light screenspace shadow mask is computed. After shadowmap is rendered. After shadowmap pass is rendered. Before directional light screenspace shadow mask is computed. Before shadowmap is rendered. Before shadowmap pass is rendered. Light probe interpolation type. Simple light probe interpolation is used. The light probe shader uniform values are extracted from the material property block set on the renderer. Light Probes are not used. The Scene's ambient probe is provided to the shader. Uses a 3D grid of interpolated light probes. Shadow resolution options for a Light. Use resolution from QualitySettings (default). High shadow map resolution. Low shadow map resolution. Medium shadow map resolution. Very high shadow map resolution. Opaque object sorting mode of a Camera. Default opaque sorting mode. Do rough front-to-back sorting of opaque objects. Do not sort opaque objects by distance. Shader pass type for Unity's lighting pipeline. Deferred Shading shader pass. Forward rendering additive pixel light pass. Forward rendering base pass. Legacy deferred lighting (light pre-pass) base pass. Legacy deferred lighting (light pre-pass) final pass. Shader pass used to generate the albedo and emissive values used as input to lightmapping. Motion vector render pass. Regular shader pass that does not interact with lighting. Custom scriptable pipeline. Custom scriptable pipeline when lightmode is set to default unlit or no light mode is set. Shadow caster & depth texure shader pass. Legacy vertex-lit shader pass. Legacy vertex-lit shader pass, with mobile lightmaps. Legacy vertex-lit shader pass, with desktop (RGBM) lightmaps. A collection of Rendering.ShaderKeyword that represents a specific platform variant. Disable a specific shader keyword. Enable a specific shader keyword. Check whether a specific shader keyword is enabled. How much CPU usage to assign to the final lighting calculations at runtime. 75% of the allowed CPU threads are used as worker threads. 25% of the allowed CPU threads are used as worker threads. 50% of the allowed CPU threads are used as worker threads. 100% of the allowed CPU threads are used as worker threads. Determines how Unity will compress baked reflection cubemap. Baked Reflection cubemap will be compressed if compression format is suitable. Baked Reflection cubemap will be compressed. Baked Reflection cubemap will be left uncompressed. ReflectionProbeBlendInfo contains information required for blending probes. Reflection Probe used in blending. Specifies the weight used in the interpolation between two probes, value varies from 0.0 to 1.0. Values for ReflectionProbe.clearFlags, determining what to clear when rendering a ReflectionProbe. Clear with the skybox. Clear with a background color. Reflection probe's update mode. Reflection probe is baked in the Editor. Reflection probe uses a custom texture specified by the user. Reflection probe is updating in realtime. An enum describing the way a realtime reflection probe refreshes in the Player. Causes Unity to update the probe's cubemap every frame. Note that updating a probe is very costly. Setting this option on too many probes could have a significant negative effect on frame rate. Use time-slicing to help improve performance. See Also: ReflectionProbeTimeSlicingMode. Causes the probe to update only on the first frame it becomes visible. The probe will no longer update automatically, however you may subsequently use RenderProbe to refresh the probe See Also: ReflectionProbe.RenderProbe. Sets the probe to never be automatically updated by Unity while your game is running. Use this to completely control the probe refresh behavior by script. See Also: ReflectionProbe.RenderProbe. When a probe's ReflectionProbe.refreshMode is set to ReflectionProbeRefreshMode.EveryFrame, this enum specify whether or not Unity should update the probe's cubemap over several frames or update the whole cubemap in one frame. Updating a probe's cubemap is a costly operation. Unity needs to render the entire Scene for each face of the cubemap, as well as perform special blurring in order to get glossy reflections. The impact on frame rate can be significant. Time-slicing helps maintaning a more constant frame rate during these updates by performing the rendering over several frames. Instructs Unity to use time-slicing by first rendering all faces at once, then spreading the remaining work over the next 8 frames. Using this option, updating the probe will take 9 frames. Instructs Unity to spread the rendering of each face over several frames. Using this option, updating the cubemap will take 14 frames. This option greatly reduces the impact on frame rate, however it may produce incorrect results, especially in Scenes where lighting conditions change over these 14 frames. Unity will render the probe entirely in one frame. Reflection Probe usage. Reflection probes are enabled. Blending occurs only between probes, useful in indoor environments. The renderer will use default reflection if there are no reflection probes nearby, but no blending between default reflection and probe will occur. Reflection probes are enabled. Blending occurs between probes or probes and default reflection, useful for outdoor environments. Reflection probes are disabled, skybox will be used for reflection. Reflection probes are enabled, but no blending will occur between probes when there are two overlapping volumes. This enum describes what should be done on the render target when it is activated (loaded). Upon activating the render buffer, clear its contents. Currently only works together with the RenderPass API. When this RenderBuffer is activated, the GPU is instructed not to care about the existing contents of that RenderBuffer. On tile-based GPUs this means that the RenderBuffer contents do not need to be loaded into the tile memory, providing a performance boost. When this RenderBuffer is activated, preserve the existing contents of it. This setting is expensive on tile-based GPUs and should be avoided whenever possible. This enum describes what should be done on the render target when the GPU is done rendering into it. The contents of the RenderBuffer are not needed and can be discarded. Tile-based GPUs will skip writing out the surface contents altogether, providing performance boost. Resolve the (MSAA'd) surface. Currently only used with the RenderPass API. The RenderBuffer contents need to be stored to RAM. If the surface has MSAA enabled, this stores the non-resolved surface. Resolve the (MSAA'd) surface, but also store the multisampled version. Currently only used with the RenderPass API. Determine in which order objects are renderered. Alpha tested geometry uses this queue. This render queue is rendered before any others. Opaque geometry uses this queue. Last render queue that is considered "opaque". This render queue is meant for overlay effects. This render queue is rendered after Geometry and AlphaTest, in back-to-front order. Describes a render target with one or more color buffers, a depthstencil buffer and the associated loadstore-actions that are applied when the render target is active. Load actions for color buffers. Color buffers to use as render targets. Store actions for color buffers. Load action for the depth/stencil buffer. Depth/stencil buffer to use as render target. Store action for the depth/stencil buffer. Constructs RenderTargetBinding. Color buffers to use as render targets. Depth buffer to use as render target. Load actions for color buffers. Store actions for color buffers. Load action for the depth/stencil buffer. Store action for the depth/stencil buffer. Constructs RenderTargetBinding. Color buffers to use as render targets. Depth buffer to use as render target. Load actions for color buffers. Store actions for color buffers. Load action for the depth/stencil buffer. Store action for the depth/stencil buffer. Constructs RenderTargetBinding. Color buffers to use as render targets. Depth buffer to use as render target. Load actions for color buffers. Store actions for color buffers. Load action for the depth/stencil buffer. Store action for the depth/stencil buffer. Identifies a RenderTexture for a Rendering.CommandBuffer. Creates a render target identifier. Built-in temporary render texture type. Temporary render texture name. Temporary render texture name (as integer, see Shader.PropertyToID). RenderTexture or Texture object to use. MipLevel of the RenderTexture to use. Cubemap face of the Cubemap RenderTexture to use. Depth slice of the Array RenderTexture to use. An existing render target identifier. Creates a render target identifier. Built-in temporary render texture type. Temporary render texture name. Temporary render texture name (as integer, see Shader.PropertyToID). RenderTexture or Texture object to use. MipLevel of the RenderTexture to use. Cubemap face of the Cubemap RenderTexture to use. Depth slice of the Array RenderTexture to use. An existing render target identifier. Creates a render target identifier. Built-in temporary render texture type. Temporary render texture name. Temporary render texture name (as integer, see Shader.PropertyToID). RenderTexture or Texture object to use. MipLevel of the RenderTexture to use. Cubemap face of the Cubemap RenderTexture to use. Depth slice of the Array RenderTexture to use. An existing render target identifier. Creates a render target identifier. Built-in temporary render texture type. Temporary render texture name. Temporary render texture name (as integer, see Shader.PropertyToID). RenderTexture or Texture object to use. MipLevel of the RenderTexture to use. Cubemap face of the Cubemap RenderTexture to use. Depth slice of the Array RenderTexture to use. An existing render target identifier. Creates a render target identifier. Built-in temporary render texture type. Temporary render texture name. Temporary render texture name (as integer, see Shader.PropertyToID). RenderTexture or Texture object to use. MipLevel of the RenderTexture to use. Cubemap face of the Cubemap RenderTexture to use. Depth slice of the Array RenderTexture to use. An existing render target identifier. Identifier of a specific code path in a shader. Initializes a new instance of the ShaderKeyword class from a shader keyword name. Returns the string name of the keyword. Returns the keyword kind: built-in or user defined. Returns true if the keyword has been imported by Unity. A collection of Rendering.ShaderKeyword that represents a specific shader variant. Disable a specific shader keyword. Enable a specific shader keyword. Return an array with all the enabled keywords in the ShaderKeywordSet. Check whether a specific shader keyword is enabled. Type of a shader keyword, eg: built-in or user defined. The keyword is built-in the runtime and can be automatically stripped if unusued. The keyword is built-in the runtime and it is systematically reserved. The keyword is built-in the runtime and it is optionally reserved depending on the features used. No type is assigned. The keyword is defined by the user. How shadows are cast from this object. No shadows are cast from this object. Shadows are cast from this object. Object casts shadows, but is otherwise invisible in the Scene. Shadows are cast from this object, treating it as two-sided. Allows precise control over which shadow map passes to execute Rendering.CommandBuffer objects attached using Light.AddCommandBuffer. All shadow map passes. All directional shadow map passes. First directional shadow map cascade. Second directional shadow map cascade. Third directional shadow map cascade. Fourth directional shadow map cascade. All point light shadow passes. -X point light shadow cubemap face. -Y point light shadow cubemap face. -Z point light shadow cubemap face. +X point light shadow cubemap face. +Y point light shadow cubemap face. +Z point light shadow cubemap face. Spotlight shadow pass. Used by CommandBuffer.SetShadowSamplingMode. Default shadow sampling mode: sampling with a comparison filter. In ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap. Shadow sampling mode for sampling the depth value. Adding a SortingGroup component to a GameObject will ensure that all Renderers within the GameObject's descendants will be sorted and rendered together. Unique ID of the Renderer's sorting layer. Name of the Renderer's sorting layer. Renderer's order within a sorting layer. Spherical harmonics up to the second order (3 bands, 9 coefficients). Add ambient lighting to probe data. Add directional light to probe data. Clears SH probe to zero. Evaluates the Spherical Harmonics for each of the given directions. The result from the first direction is written into the first element of results, the result from the second direction is written into the second element of results, and so on. The array size of directions and results must match and directions must be normalized. Normalized directions for which the spherical harmonics are to be evaluated. Output array for the evaluated values of the corresponding directions. Returns true if SH probes are equal. Scales SH by a given factor. Scales SH by a given factor. Returns true if SH probes are different. Adds two SH probes. Access individual SH coefficients. Provides an interface to the Unity splash screen. Returns true once the splash screen as finished. This is once all logos have been shown for their specified duration. Initializes the splash screen so it is ready to begin drawing. Call this before you start calling Rendering.SplashScreen.Draw. Internally this function resets the timer and prepares the logos for drawing. Immediately draws the splash screen. Ensure you have called Rendering.SplashScreen.Begin before you start calling this. Specifies the operation that's performed on the stencil buffer when rendering. Decrements the current stencil buffer value. Clamps to 0. Decrements the current stencil buffer value. Wraps stencil buffer value to the maximum representable unsigned value when decrementing a stencil buffer value of zero. Increments the current stencil buffer value. Clamps to the maximum representable unsigned value. Increments the current stencil buffer value. Wraps stencil buffer value to zero when incrementing the maximum representable unsigned value. Bitwise inverts the current stencil buffer value. Keeps the current stencil value. Replace the stencil buffer value with reference value (specified in the shader). Sets the stencil buffer value to zero. Broadly describes the stages of processing a draw call on the GPU. The process of creating and shading the fragments. All aspects of vertex processing. Texture "dimension" (type). Any texture type. Cubemap texture. Cubemap array texture (CubemapArray). No texture is assigned. 2D texture (Texture2D). 2D array texture (Texture2DArray). 3D volume texture (Texture3D). Texture type is not initialized or unknown. A flag representing each UV channel. First UV channel. Second UV channel. Third UV channel. Fourth UV channel. A list of data channels that describe a vertex in a mesh. Blend indices for skinned meshes. The common format is Int. Blend weights for skinned meshes. The common format is Float. The color channel. The normal channel. The common format is Vector3. The position channel. The common format is Vector3. The tangent channel. The common format is Vector4. The primary UV channel. The common format is Vector2. Additional UV channel. The common format is Vector2. Additional UV channel. The common format is Vector2. Additional UV channel. The common format is Vector2. Additional UV channel. The common format is Vector2. Additional UV channel. The common format is Vector2. Additional UV channel. The common format is Vector2. Additional UV channel. The common format is Vector2. Rendering path of a Camera. Deferred Lighting (Legacy). Deferred Shading. Forward Rendering. Use Player Settings. Vertex Lit. RenderMode for the Canvas. Render using the Camera configured on the Canvas. Render at the end of the Scene using a 2D Canvas. Render using any Camera in the Scene that can render the layer. The Render Settings contain values for a range of visual elements in your Scene, like fog and ambient light. Ambient lighting coming from the sides. Ambient lighting coming from below. How much the light from the Ambient Source affects the Scene. Flat ambient lighting color. Ambient lighting mode. Custom or skybox ambient lighting data. Ambient lighting coming from above. Custom specular reflection cubemap. Default reflection mode. Cubemap resolution for default reflection. The fade speed of all flares in the Scene. The intensity of all flares in the Scene. Is fog enabled? The color of the fog. The density of the exponential fog. The ending distance of linear fog. Fog mode to use. The starting distance of linear fog. Size of the Light halos. The number of times a reflection includes other reflections. How much the skybox / custom cubemap reflection affects the Scene. The global skybox to use. The color used for the sun shadows in the Subtractive lightmode. The light used by the procedural skybox. Fully describes setup of RenderTarget. Color Buffers to set. Load Actions for Color Buffers. It will override any actions set on RenderBuffers themselves. Store Actions for Color Buffers. It will override any actions set on RenderBuffers themselves. Cubemap face to render to. Depth Buffer to set. Load Action for Depth Buffer. It will override any actions set on RenderBuffer itself. Slice of a Texture3D or Texture2DArray to set as a render target. Store Actions for Depth Buffer. It will override any actions set on RenderBuffer itself. Mip Level to render to. Constructs RenderTargetSetup. Color Buffer(s) to set. Depth Buffer to set. Mip Level to render to. Cubemap face to render to. Constructs RenderTargetSetup. Color Buffer(s) to set. Depth Buffer to set. Mip Level to render to. Cubemap face to render to. Constructs RenderTargetSetup. Color Buffer(s) to set. Depth Buffer to set. Mip Level to render to. Cubemap face to render to. Constructs RenderTargetSetup. Color Buffer(s) to set. Depth Buffer to set. Mip Level to render to. Cubemap face to render to. Constructs RenderTargetSetup. Color Buffer(s) to set. Depth Buffer to set. Mip Level to render to. Cubemap face to render to. Constructs RenderTargetSetup. Color Buffer(s) to set. Depth Buffer to set. Mip Level to render to. Cubemap face to render to. Render textures are textures that can be rendered to. Currently active render texture. The antialiasing level for the RenderTexture. Mipmap levels are generated automatically when this flag is set. If true and antiAliasing is greater than 1, the render texture will not be resolved by default. Use this if the render texture needs to be bound as a multisampled texture in a shader. Color buffer of the render texture (Read Only). The precision of the render texture's depth buffer in bits (0, 16, 24/32 are supported). Depth/stencil buffer of the render texture (Read Only). This struct contains all the information required to create a RenderTexture. It can be copied, cached, and reused to easily create RenderTextures that all share the same properties. Dimensionality (type) of the render texture. Enable random access write into this render texture on Shader Model 5.0 level shaders. The color format of the render texture. The height of the render texture in pixels. If enabled, this Render Texture will be used as a Texture3D. The render texture memoryless mode property. Does this render texture use sRGB read/write conversions? (Read Only). Is the render texture marked to be scaled by the Dynamic Resolution system. Render texture has mipmaps when this flag is set. Volume extent of a 3D render texture or number of slices of array texture. If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, if any. The width of the render texture in pixels. Converts the render texture to equirectangular format (both stereoscopic or monoscopic equirect). The left eye will occupy the top half and the right eye will occupy the bottom. The monoscopic version will occupy the whole texture. Texture dimension must be of type TextureDimension.Cube. RenderTexture to render the equirect format to. A Camera eye corresponding to the left or right eye for stereoscopic rendering, or neither for monoscopic rendering. Actually creates the RenderTexture. True if the texture is created, else false. Creates a new RenderTexture object. Texture width in pixels. Texture height in pixels. Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer. Texture color format. How or if color space conversions should be done on texture read/write. Create the RenderTexture with the settings in the RenderTextureDescriptor. Copy the settings from another RenderTexture. Creates a new RenderTexture object. Texture width in pixels. Texture height in pixels. Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer. Texture color format. How or if color space conversions should be done on texture read/write. Create the RenderTexture with the settings in the RenderTextureDescriptor. Copy the settings from another RenderTexture. Creates a new RenderTexture object. Texture width in pixels. Texture height in pixels. Number of bits in depth buffer (0, 16 or 24). Note that only 24 bit depth has stencil buffer. Texture color format. How or if color space conversions should be done on texture read/write. Create the RenderTexture with the settings in the RenderTextureDescriptor. Copy the settings from another RenderTexture. Hint the GPU driver that the contents of the RenderTexture will not be used. Should the colour buffer be discarded? Should the depth buffer be discarded? Hint the GPU driver that the contents of the RenderTexture will not be used. Should the colour buffer be discarded? Should the depth buffer be discarded? Generate mipmap levels of a render texture. Retrieve a native (underlying graphics API) pointer to the depth buffer resource. Pointer to an underlying graphics API depth buffer resource. Allocate a temporary render texture. Width in pixels. Height in pixels. Depth buffer bits (0, 16 or 24). Note that only 24 bit depth has stencil buffer. Render texture format. Color space conversion mode. Number of antialiasing samples to store in the texture. Valid values are 1, 2, 4, and 8. Throws an exception if any other value is passed. Render texture memoryless mode. Use this RenderTextureDesc for the settings when creating the temporary RenderTexture. Allocate a temporary render texture. Width in pixels. Height in pixels. Depth buffer bits (0, 16 or 24). Note that only 24 bit depth has stencil buffer. Render texture format. Color space conversion mode. Number of antialiasing samples to store in the texture. Valid values are 1, 2, 4, and 8. Throws an exception if any other value is passed. Render texture memoryless mode. Use this RenderTextureDesc for the settings when creating the temporary RenderTexture. Is the render texture actually created? Indicate that there's a RenderTexture restore operation expected. Releases the RenderTexture. Release a temporary texture allocated with GetTemporary. Force an antialiased render texture to be resolved. The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source. Force an antialiased render texture to be resolved. The render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source. Assigns this RenderTexture as a global shader property named propertyName. Does a RenderTexture have stencil buffer? Render texture, or null for main screen. Set of flags that control the state of a newly-created RenderTexture. Clear this flag when a RenderTexture is a VR eye texture and the device does not automatically flip the texture when being displayed. This is platform specific and It is set by default. This flag is only cleared when part of a RenderTextureDesc that is returned from GetDefaultVREyeTextureDesc or other VR functions that return a RenderTextureDesc. Currently, only Hololens eye textures need to clear this flag. Determines whether or not mipmaps are automatically generated when the RenderTexture is modified. This flag is set by default, and has no effect if the RenderTextureCreationFlags.MipMap flag is not also set. See RenderTexture.autoGenerateMips for more details. Setting this flag causes the RenderTexture to be bound as a multisampled texture in a shader. The flag prevents the RenderTexture from being resolved by default when RenderTexture.antiAliasing is greater than 1. This flag is always set internally when a RenderTexture is created from script. It has no effect when set manually from script code. Set this flag to mark this RenderTexture for Dynamic Resolution should the target platform/graphics API support Dynamic Resolution. See ScalabeBufferManager for more details. Set this flag to enable random access writes to the RenderTexture from shaders. Normally, pixel shaders only operate on pixels they are given. Compute shaders cannot write to textures without this flag. Random write enables shaders to write to arbitrary locations on a RenderTexture. See RenderTexture.enableRandomWrite for more details, including supported platforms. Set this flag when the Texture is to be used as a VR eye texture. This flag is cleared by default. This flag is set on a RenderTextureDesc when it is returned from GetDefaultVREyeTextureDesc or other VR functions returning a RenderTextureDesc. Set this flag to allocate mipmaps in the RenderTexture. See RenderTexture.useMipMap for more details. When this flag is set, the engine will not automatically resolve the color surface. When this flag is set, reads and writes to this texture are converted to SRGB color space. See RenderTexture.sRGB for more details. This struct contains all the information required to create a RenderTexture. It can be copied, cached, and reused to easily create RenderTextures that all share the same properties. Mipmap levels are generated automatically when this flag is set. If true and msaaSamples is greater than 1, the render texture will not be resolved by default. Use this if the render texture needs to be bound as a multisampled texture in a shader. The color format for the RenderTexture. The precision of the render texture's depth buffer in bits (0, 16, 24/32 are supported). See RenderTexture.depth. Dimensionality (type) of the render texture. See RenderTexture.dimension. Enable random access write into this render texture on Shader Model 5.0 level shaders. See RenderTexture.enableRandomWrite. A set of RenderTextureCreationFlags that control how the texture is created. The height of the render texture in pixels. The render texture memoryless mode property. The multisample antialiasing level for the RenderTexture. See RenderTexture.antiAliasing. Determines how the RenderTexture is sampled if it is used as a shadow map. See ShadowSamplingMode for more details. This flag causes the render texture uses sRGB read/write conversions. Render texture has mipmaps when this flag is set. See RenderTexture.useMipMap. Volume extent of a 3D render texture. If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, if any. Instead of setting this manually, use the value returned by XR.XRSettings.eyeTextureDesc|eyeTextureDesc or other VR functions returning a RenderTextureDescriptor. The width of the render texture in pixels. Create a RenderTextureDescriptor with default values, or a certain width, height, and format. Width of the RenderTexture in pixels. Height of the RenderTexture in pixels. The color format for the RenderTexture. The number of bits to use for the depth buffer. Create a RenderTextureDescriptor with default values, or a certain width, height, and format. Width of the RenderTexture in pixels. Height of the RenderTexture in pixels. The color format for the RenderTexture. The number of bits to use for the depth buffer. Create a RenderTextureDescriptor with default values, or a certain width, height, and format. Width of the RenderTexture in pixels. Height of the RenderTexture in pixels. The color format for the RenderTexture. The number of bits to use for the depth buffer. Format of a RenderTexture. Color render texture format, 1 bit for Alpha channel, 5 bits for Red, Green and Blue channels. Color render texture format. 10 bits for colors, 2 bits for alpha. Color render texture format, 8 bits per channel. Color render texture format, 4 bit per channel. Four color render texture format, 16 bits per channel, fixed point, unsigned normalized. Color render texture format, 32 bit floating point per channel. Color render texture format, 16 bit floating point per channel. Four channel (ARGB) render texture format, 32 bit signed integer per channel. Color render texture format, 10 bit per channel, extended range. Color render texture format, 10 bit per channel, extended range. Color render texture format, 8 bits per channel. Default color render texture format: will be chosen accordingly to Frame Buffer format and Platform. Default HDR color render texture format: will be chosen accordingly to Frame Buffer format and Platform. A depth render texture format. Single channel (R) render texture format, 16 bit integer. Single channel (R) render texture format, 8 bit integer. Scalar (R) render texture format, 32 bit floating point. Two channel (RG) render texture format, 8 bits per channel. Two color (RG) render texture format, 16 bits per channel, fixed point, unsigned normalized. Color render texture format. R and G channels are 11 bit floating point, B channel is 10 bit floating point. Color render texture format. Four channel (RGBA) render texture format, 16 bit unsigned integer per channel. Two color (RG) render texture format, 32 bit floating point per channel. Two color (RG) render texture format, 16 bit floating point per channel. Two channel (RG) render texture format, 32 bit signed integer per channel. Scalar (R) render texture format, 16 bit floating point. Scalar (R) render texture format, 32 bit signed integer. A native shadowmap render texture format. Flags enumeration of the render texture memoryless modes. Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 1. Render texture depth pixels are memoryless. Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 2, 4 or 8. The render texture is not memoryless. Color space conversion mode of a RenderTexture. Render texture contains sRGB (color) data, perform Linear<->sRGB conversions on it. Default color space conversion based on project settings. Render texture contains linear (non-color) data; don't perform color conversions on it. The RequireComponent attribute automatically adds required components as dependencies. Require a single component. Require two components. Require three components. Represents a display resolution. Resolution height in pixels. Resolution's vertical refresh rate in Hz. Resolution width in pixels. Returns a nicely formatted string of the resolution. A string with the format "width x height @ refreshRateHz". Asynchronous load request from the Resources bundle. Asset object being loaded (Read Only). The Resources class allows you to find and access Objects including assets. Returns a list of all objects of Type type. Type of the class to match while searching. An array of objects whose class is type or is derived from type. Returns a list of all objects of Type T. Loads an asset stored at path in a folder called Resources. Pathname of the target folder. The requested asset returned as a Type. Loads an asset stored at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Type filter for objects returned. The requested asset returned as an Object. Loads an asset stored at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Type filter for objects returned. The requested asset returned as an Object. Loads all assets in a folder or file at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Type filter for objects returned. Loads all assets in a folder or file at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Type filter for objects returned. Loads all assets in a folder or file at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Returns a resource at an asset path (Editor Only). Pathname of the target asset. Type filter for objects returned. Returns a resource at an asset path (Editor Only). Pathname of the target asset. Asynchronously loads an asset stored at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Type filter for objects returned. Asynchronously loads an asset stored at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Type filter for objects returned. Asynchronously loads an asset stored at path in a Resources folder. Pathname of the target folder. When using the empty string (i.e., ""), the function will load the entire contents of the Resources folder. Unloads assetToUnload from memory. Unloads assets that are not used. Object on which you can yield to wait until the operation completes. Control of an object's position through physics simulation. The angular drag of the object. The angular velocity vector of the rigidbody measured in radians per second. The center of mass relative to the transform's origin. The Rigidbody's collision detection mode. Controls which degrees of freedom are allowed for the simulation of this Rigidbody. Should collision detection be enabled? (By default always enabled). The drag of the object. Controls whether physics will change the rotation of the object. The diagonal inertia tensor of mass relative to the center of mass. The rotation of the inertia tensor. Interpolation allows you to smooth out the effect of running physics at a fixed frame rate. Controls whether physics affects the rigidbody. The mass of the rigidbody. The maximimum angular velocity of the rigidbody measured in radians per second. (Default 7) range { 0, infinity }. Maximum velocity of a rigidbody when moving out of penetrating state. The position of the rigidbody. The rotation of the rigidbody. The angular velocity below which objects start going to sleep. (Default 0.14) range { 0, infinity }. The mass-normalized energy threshold, below which objects start going to sleep. The linear velocity below which objects start going to sleep. (Default 0.14) range { 0, infinity }. The solverIterations determines how accurately Rigidbody joints and collision contacts are resolved. Overrides Physics.defaultSolverIterations. Must be positive. The solverVelocityIterations affects how how accurately Rigidbody joints and collision contacts are resolved. Overrides Physics.defaultSolverVelocityIterations. Must be positive. Force cone friction to be used for this rigidbody. Controls whether gravity affects this rigidbody. The velocity vector of the rigidbody. The center of mass of the rigidbody in world space (Read Only). Applies a force to a rigidbody that simulates explosion effects. The force of the explosion (which may be modified by distance). The centre of the sphere within which the explosion has its effect. The radius of the sphere within which the explosion has its effect. Adjustment to the apparent position of the explosion to make it seem to lift objects. The method used to apply the force to its targets. Applies a force to a rigidbody that simulates explosion effects. The force of the explosion (which may be modified by distance). The centre of the sphere within which the explosion has its effect. The radius of the sphere within which the explosion has its effect. Adjustment to the apparent position of the explosion to make it seem to lift objects. The method used to apply the force to its targets. Applies a force to a rigidbody that simulates explosion effects. The force of the explosion (which may be modified by distance). The centre of the sphere within which the explosion has its effect. The radius of the sphere within which the explosion has its effect. Adjustment to the apparent position of the explosion to make it seem to lift objects. The method used to apply the force to its targets. Adds a force to the Rigidbody. Force vector in world coordinates. Type of force to apply. Adds a force to the Rigidbody. Force vector in world coordinates. Type of force to apply. Adds a force to the Rigidbody. Size of force along the world x-axis. Size of force along the world y-axis. Size of force along the world z-axis. Type of force to apply. Adds a force to the Rigidbody. Size of force along the world x-axis. Size of force along the world y-axis. Size of force along the world z-axis. Type of force to apply. Applies force at position. As a result this will apply a torque and force on the object. Force vector in world coordinates. Position in world coordinates. Applies force at position. As a result this will apply a torque and force on the object. Force vector in world coordinates. Position in world coordinates. Adds a force to the rigidbody relative to its coordinate system. Force vector in local coordinates. Adds a force to the rigidbody relative to its coordinate system. Force vector in local coordinates. Adds a force to the rigidbody relative to its coordinate system. Size of force along the local x-axis. Size of force along the local y-axis. Size of force along the local z-axis. Adds a force to the rigidbody relative to its coordinate system. Size of force along the local x-axis. Size of force along the local y-axis. Size of force along the local z-axis. Adds a torque to the rigidbody relative to its coordinate system. Torque vector in local coordinates. Adds a torque to the rigidbody relative to its coordinate system. Torque vector in local coordinates. Adds a torque to the rigidbody relative to its coordinate system. Size of torque along the local x-axis. Size of torque along the local y-axis. Size of torque along the local z-axis. Adds a torque to the rigidbody relative to its coordinate system. Size of torque along the local x-axis. Size of torque along the local y-axis. Size of torque along the local z-axis. Adds a torque to the rigidbody. Torque vector in world coordinates. Adds a torque to the rigidbody. Torque vector in world coordinates. Adds a torque to the rigidbody. Size of torque along the world x-axis. Size of torque along the world y-axis. Size of torque along the world z-axis. Adds a torque to the rigidbody. Size of torque along the world x-axis. Size of torque along the world y-axis. Size of torque along the world z-axis. The closest point to the bounding box of the attached colliders. The velocity of the rigidbody at the point worldPoint in global space. The velocity relative to the rigidbody at the point relativePoint. Is the rigidbody sleeping? Moves the rigidbody to position. The new position for the Rigidbody object. Rotates the rigidbody to rotation. The new rotation for the Rigidbody. Reset the center of mass of the rigidbody. Reset the inertia tensor value and rotation. Sets the mass based on the attached colliders assuming a constant density. Forces a rigidbody to sleep at least one frame. Tests if a rigidbody would collide with anything, if it was moved through the Scene. The direction into which to sweep the rigidbody. If true is returned, hitInfo will contain more information about where the collider was hit (See Also: RaycastHit). The length of the sweep. Specifies whether this query should hit Triggers. True when the rigidbody sweep intersects any collider, otherwise false. Like Rigidbody.SweepTest, but returns all hits. The direction into which to sweep the rigidbody. The length of the sweep. Specifies whether this query should hit Triggers. An array of all colliders hit in the sweep. Forces a rigidbody to wake up. Rigidbody physics component for 2D sprites. Coefficient of angular drag. Angular velocity in degrees per second. Returns the number of Collider2D attached to this Rigidbody2D. The physical behaviour type of the Rigidbody2D. The center of mass of the rigidBody in local space. The method used by the physics engine to check if two objects have collided. Controls which degrees of freedom are allowed for the simulation of this Rigidbody2D. Coefficient of drag. Should the rigidbody be prevented from rotating? Controls whether physics will change the rotation of the object. The degree to which this object is affected by gravity. The rigidBody rotational inertia. Physics interpolation used between updates. Should this rigidbody be taken out of physics control? Mass of the Rigidbody. The position of the rigidbody. The rotation of the rigidbody. The PhysicsMaterial2D that is applied to all Collider2D attached to this Rigidbody2D. Indicates whether the rigid body should be simulated or not by the physics system. The sleep state that the rigidbody will initially be in. Should the total rigid-body mass be automatically calculated from the Collider2D.density of attached colliders? Should kinematickinematic and kinematicstatic collisions be allowed? Linear velocity of the rigidbody. Gets the center of mass of the rigidBody in global space. Apply a force to the rigidbody. Components of the force in the X and Y axes. The method used to apply the specified force. Apply a force at a given position in space. Components of the force in the X and Y axes. Position in world space to apply the force. The method used to apply the specified force. Adds a force to the rigidbody2D relative to its coordinate system. Components of the force in the X and Y axes. The method used to apply the specified force. Apply a torque at the rigidbody's centre of mass. Torque to apply. The force mode to use. All the Collider2D shapes attached to the Rigidbody2D are cast into the Scene starting at each collider position ignoring the colliders attached to the same Rigidbody2D. Vector representing the direction to cast each Collider2D shape. Array to receive results. Maximum distance over which to cast the shape(s). The number of results returned. All the Collider2D shapes attached to the Rigidbody2D are cast into the Scene starting at each collider position ignoring the colliders attached to the same Rigidbody2D. Vector representing the direction to cast each Collider2D shape. Filter results defined by the contact filter. Array to receive results. Maximum distance over which to cast the shape(s). The number of results returned. Calculates the minimum distance of this collider against all Collider2D attached to this Rigidbody2D. A collider used to calculate the minimum distance against all colliders attached to this Rigidbody2D. The minimum distance of collider against all colliders attached to this Rigidbody2D. Returns all Collider2D that are attached to this Rigidbody2D. An array of Collider2D used to receive the results. Returns the number of Collider2D placed in the results array. Retrieves all contact points for all of the collider(s) attached to this rigidbody. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all colliders in contact with any of the collider(s) attached to this rigidbody. An array of Collider2D used to receive the results. Returns the number of colliders placed in the colliders array. Retrieves all contact points for all of the collider(s) attached to this rigidbody, with the results filtered by the ContactFilter2D. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of ContactPoint2D used to receive the results. Returns the number of contacts placed in the contacts array. Retrieves all colliders in contact with any of the collider(s) attached to this rigidbody, with the results filtered by the ContactFilter2D. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. An array of Collider2D used to receive the results. Returns the number of colliders placed in the colliders array. Get a local space point given the point point in rigidBody global space. The global space point to transform into local space. The velocity of the rigidbody at the point Point in global space. The global space point to calculate velocity for. Get a global space point given the point relativePoint in rigidBody local space. The local space point to transform into global space. The velocity of the rigidbody at the point Point in local space. The local space point to calculate velocity for. Get a global space vector given the vector relativeVector in rigidBody local space. The local space vector to transform into a global space vector. Get a local space vector given the vector vector in rigidBody global space. The global space vector to transform into a local space vector. Is the rigidbody "awake"? Is the rigidbody "sleeping"? Checks whether the collider is touching any of the collider(s) attached to this rigidbody or not. The collider to check if it is touching any of the collider(s) attached to this rigidbody. Whether the collider is touching any of the collider(s) attached to this rigidbody or not. Checks whether the collider is touching any of the collider(s) attached to this rigidbody or not with the results filtered by the ContactFilter2D. The collider to check if it is touching any of the collider(s) attached to this rigidbody. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Whether the collider is touching any of the collider(s) attached to this rigidbody or not. Checks whether any collider is touching any of the collider(s) attached to this rigidbody or not with the results filtered by the ContactFilter2D. The contact filter used to filter the results differently, such as by layer mask, Z depth, or normal angle. Whether any collider is touching any of the collider(s) attached to this rigidbody or not. Checks whether any of the collider(s) attached to this rigidbody are touching any colliders on the specified layerMask or not. Any colliders on any of these layers count as touching. Whether any of the collider(s) attached to this rigidbody are touching any colliders on the specified layerMask or not. Moves the rigidbody to position. The new position for the Rigidbody object. Rotates the rigidbody to angle (given in degrees). The new rotation angle for the Rigidbody object. Get a list of all colliders that overlap all colliders attached to this Rigidbody2D. The contact filter used to filter the results differently, such as by layer mask, Z depth. Note that normal angle is not used for overlap testing. The array to receive results. The size of the array determines the maximum number of results that can be returned. Returns the number of results placed in the results array. Check if any of the Rigidbody2D colliders overlap a point in space. A point in world space. Whether the point overlapped any of the Rigidbody2D colliders. Make the rigidbody "sleep". Disables the "sleeping" state of a rigidbody. Use these flags to constrain motion of Rigidbodies. Freeze rotation and motion along all axes. Freeze motion along all axes. Freeze motion along the X-axis. Freeze motion along the Y-axis. Freeze motion along the Z-axis. Freeze rotation along all axes. Freeze rotation along the X-axis. Freeze rotation along the Y-axis. Freeze rotation along the Z-axis. No constraints. Use these flags to constrain motion of the Rigidbody2D. Freeze rotation and motion along all axes. Freeze motion along the X-axis and Y-axis. Freeze motion along the X-axis. Freeze motion along the Y-axis. Freeze rotation along the Z-axis. No constraints. Rigidbody interpolation mode. Extrapolation will predict the position of the rigidbody based on the current velocity. Interpolation will always lag a little bit behind but can be smoother than extrapolation. No Interpolation. Interpolation mode for Rigidbody2D objects. Smooth an object's movement based on an estimate of its position in the next frame. Smooth movement based on the object's positions in previous frames. Do not apply any smoothing to the object's movement. Settings for a Rigidbody2D's initial sleep state. Rigidbody2D never automatically sleeps. Rigidbody2D is initially asleep. Rigidbody2D is initially awake. The physical behaviour type of the Rigidbody2D. Sets the Rigidbody2D to have dynamic behaviour. Sets the Rigidbody2D to have kinematic behaviour. Sets the Rigidbody2D to have static behaviour. Control ConfigurableJoint's rotation with either X & YZ or Slerp Drive. Use Slerp drive. Use XY & Z Drive. Attribute for setting up RPC functions. Option for who will receive an RPC, used by NetworkView.RPC. The runtime representation of the AnimatorController. Use this representation to change the Animator Controller during runtime. Retrieves all AnimationClip used by the controller. Set RuntimeInitializeOnLoadMethod type. After Scene is loaded. Before Scene is loaded. Allow a runtime class method to be initialized when a game is loaded at runtime without action from the user. Set RuntimeInitializeOnLoadMethod type. Creation of the runtime class used when Scenes are loaded. Determine whether methods are called before or after the Scene is loaded. Creation of the runtime class used when Scenes are loaded. Determine whether methods are called before or after the Scene is loaded. The platform application is running. Returned by Application.platform. In the player on the Apple's tvOS. In the player on Android devices. In the player on the iPhone. In the Unity editor on Linux. In the player on Linux. In the Dashboard widget on macOS. In the Unity editor on macOS. In the player on macOS. In the web player on macOS. In the player on the Playstation 4. In the player on Nintendo Switch. In the player on WebGL In the Unity editor on Windows. In the player on Windows. In the web player on Windows. In the player on Windows Store Apps when CPU architecture is ARM. In the player on Windows Store Apps when CPU architecture is X64. In the player on Windows Store Apps when CPU architecture is X86. In the player on Xbox One. Scales render textures to support dynamic resolution if the target platform/graphics API supports it. Height scale factor to control dynamic resolution. Width scale factor to control dynamic resolution. Function to resize all buffers marked as DynamicallyScalable. New scale factor for the width the ScalableBufferManager will use to resize all render textures the user marked as DynamicallyScalable, has to be some value greater than 0.0 and less than or equal to 1.0. New scale factor for the height the ScalableBufferManager will use to resize all render textures the user marked as DynamicallyScalable, has to be some value greater than 0.0 and less than or equal to 1.0. Scaling mode to draw textures with. Scales the texture, maintaining aspect ratio, so it completely covers the position rectangle passed to GUI.DrawTexture. If the texture is being draw to a rectangle with a different aspect ratio than the original, the image is cropped. Scales the texture, maintaining aspect ratio, so it completely fits withing the position rectangle passed to GUI.DrawTexture. Stretches the texture to fill the complete rectangle passed in to GUI.DrawTexture. This struct collects all the CreateScene parameters in to a single place. See SceneManagement.LocalPhysicsMode. Used when loading a Scene in a player. Adds the Scene to the current loaded Scenes. Closes all current loaded Scenes and loads a Scene. This struct collects all the LoadScene parameters in to a single place. See LoadSceneMode. See SceneManagement.LocalPhysicsMode. Constructor for LoadSceneParameters. See SceneManager.LoadScene. See LoadSceneParameters.loadSceneMode. Provides options for 2D and 3D local physics. No local 2D or 3D physics Scene will be created. A local 2D physics Scene will be created and owned by the Scene. A local 3D physics Scene will be created and owned by the Scene. Run-time data structure for *.unity file. Return the index of the Scene in the Build Settings. Returns true if the Scene is modifed. Returns true if the Scene is loaded. Returns the name of the Scene that is currently active in the game or app. Returns the relative path of the Scene. Like: "AssetsMyScenesMyScene.unity". The number of root transforms of this Scene. Returns all the root game objects in the Scene. An array of game objects. Returns all the root game objects in the Scene. A list which is used to return the root game objects. Whether this is a valid Scene. A Scene may be invalid if, for example, you tried to open a Scene that does not exist. In this case, the Scene returned from EditorSceneManager.OpenScene would return False for IsValid. Whether this is a valid Scene. Returns true if the Scenes are equal. Returns true if the Scenes are different. Scene management at run-time. Subscribe to this event to get notified when the active Scene has changed. Use a subscription of either a UnityAction<SceneManagement.Scene, SceneManagement.Scene> or a method that takes two SceneManagement.Scene types arguments. The total number of currently loaded Scenes. Number of Scenes in Build Settings. Add a delegate to this to get notifications when a Scene has loaded. Use a subscription of either a UnityAction<SceneManagement.Scene, SceneManagement.LoadSceneMode> or a method that takes a SceneManagement.Scene and a SceneManagement.LoadSceneMode. Add a delegate to this to get notifications when a Scene has unloaded. Use a subscription of either a UnityAction<SceneManagement.Scene> or a method that takes a SceneManagement.Scene type argument. Create an empty new Scene at runtime with the given name. The name of the new Scene. It cannot be empty or null, or same as the name of the existing Scenes. Various parameters used to create the Scene. A reference to the new Scene that was created, or an invalid Scene if creation failed. Create an empty new Scene at runtime with the given name. The name of the new Scene. It cannot be empty or null, or same as the name of the existing Scenes. Various parameters used to create the Scene. A reference to the new Scene that was created, or an invalid Scene if creation failed. Gets the currently active Scene. The active Scene. Returns an array of all the Scenes currently open in the hierarchy. Array of Scenes in the Hierarchy. Get the Scene at index in the SceneManager's list of loaded Scenes. Index of the Scene to get. Index must be greater than or equal to 0 and less than SceneManager.sceneCount. A reference to the Scene at the index specified. Get a Scene struct from a build index. Build index as shown in the Build Settings window. A reference to the Scene, if valid. If not, an invalid Scene is returned. Searches through the Scenes loaded for a Scene with the given name. Name of Scene to find. A reference to the Scene, if valid. If not, an invalid Scene is returned. Searches all Scenes loaded for a Scene that has the given asset path. Path of the Scene. Should be relative to the project folder. Like: "AssetsMyScenesMyScene.unity". A reference to the Scene, if valid. If not, an invalid Scene is returned. Loads the Scene by its name or index in Build Settings. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. Allows you to specify whether or not to load the Scene additively. See SceneManagement.LoadSceneMode for more information about the options. Loads the Scene by its name or index in Build Settings. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. Allows you to specify whether or not to load the Scene additively. See SceneManagement.LoadSceneMode for more information about the options. Loads the Scene by its name or index in Build Settings. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. Various parameters used to load the Scene. A handle to the Scene being loaded. Loads the Scene by its name or index in Build Settings. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. Various parameters used to load the Scene. A handle to the Scene being loaded. Loads the Scene asynchronously in the background. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. If LoadSceneMode.Single then all current Scenes will be unloaded before loading. Struct that collects the various parameters into a single place except for the name and index. Use the AsyncOperation to determine if the operation has completed. Loads the Scene asynchronously in the background. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. If LoadSceneMode.Single then all current Scenes will be unloaded before loading. Struct that collects the various parameters into a single place except for the name and index. Use the AsyncOperation to determine if the operation has completed. Loads the Scene asynchronously in the background. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. If LoadSceneMode.Single then all current Scenes will be unloaded before loading. Struct that collects the various parameters into a single place except for the name and index. Use the AsyncOperation to determine if the operation has completed. Loads the Scene asynchronously in the background. Name or path of the Scene to load. Index of the Scene in the Build Settings to load. If LoadSceneMode.Single then all current Scenes will be unloaded before loading. Struct that collects the various parameters into a single place except for the name and index. Use the AsyncOperation to determine if the operation has completed. This will merge the source Scene into the destinationScene. The Scene that will be merged into the destination Scene. Existing Scene to merge the source Scene into. Move a GameObject from its current Scene to a new Scene. GameObject to move. Scene to move into. Set the Scene to be active. The Scene to be set. Returns false if the Scene is not loaded yet. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in the Build Settings to unload. Name or path of the Scene to unload. Scene to unload. Returns true if the Scene is unloaded. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in the Build Settings to unload. Name or path of the Scene to unload. Scene to unload. Returns true if the Scene is unloaded. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in the Build Settings to unload. Name or path of the Scene to unload. Scene to unload. Returns true if the Scene is unloaded. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in BuildSettings. Name or path of the Scene to unload. Scene to unload. Scene unloading options. Use the AsyncOperation to determine if the operation has completed. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in BuildSettings. Name or path of the Scene to unload. Scene to unload. Scene unloading options. Use the AsyncOperation to determine if the operation has completed. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in BuildSettings. Name or path of the Scene to unload. Scene to unload. Scene unloading options. Use the AsyncOperation to determine if the operation has completed. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in BuildSettings. Name or path of the Scene to unload. Scene to unload. Scene unloading options. Use the AsyncOperation to determine if the operation has completed. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in BuildSettings. Name or path of the Scene to unload. Scene to unload. Scene unloading options. Use the AsyncOperation to determine if the operation has completed. Destroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager. Index of the Scene in BuildSettings. Name or path of the Scene to unload. Scene to unload. Scene unloading options. Use the AsyncOperation to determine if the operation has completed. Scene and Build Settings related utilities. Get the build index from a Scene path. Scene path (e.g: "AssetsScenesScene1.unity"). Build index. Get the Scene path from a build index. Scene path (e.g "AssetsScenesScene1.unity"). Scene unloading options passed to SceneManager.UnloadScene. Unload scene without any special options. Unloads all objects which were loaded from the scene's serialized file. Without this flag, only GameObject and Components within the scene's hierarchy will be unloaded. Note: Objects that are dynamically created during the build process can be embedded in the scene's serialized file. This can occur is when asset types are created and referenced inside the scene's post-processor callback. Some examples of these types are textures, meshes, and scriptable objects. Assets from your assets folder will not be embedded in the scene's serialized file. Note: This flag will not unload assets which can be referenced by other scenes. Access to display information. Allow auto-rotation to landscape left? Allow auto-rotation to landscape right? Allow auto-rotation to portrait? Allow auto-rotation to portrait, upside down? The current screen resolution (Read Only). The current DPI of the screen / device (Read Only). Is the game running full-screen? Set this property to one of the values in FullScreenMode to change the display mode of your application. The current height of the screen window in pixels (Read Only). Should the cursor be locked? Specifies logical orientation of the screen. All full-screen resolutions supported by the monitor (Read Only). Returns the safe area of the screen in pixels (Read Only). Should the cursor be visible? A power saving setting, allowing the screen to dim some time after the last active user interaction. The current width of the screen window in pixels (Read Only). Switches the screen resolution. Switches the screen resolution. Switches the screen resolution. Functionality to take Screenshots. Captures a screenshot at path filename as a PNG file. Pathname to save the screenshot file to. Factor by which to increase resolution. Specifies the eye texture to capture when stereo rendering is enabled. Captures a screenshot at path filename as a PNG file. Pathname to save the screenshot file to. Factor by which to increase resolution. Specifies the eye texture to capture when stereo rendering is enabled. Captures a screenshot of the game view into a Texture2D object. Factor by which to increase resolution. Specifies the eye texture to capture when stereo rendering is enabled. Captures a screenshot of the game view into a Texture2D object. Factor by which to increase resolution. Specifies the eye texture to capture when stereo rendering is enabled. Enumeration specifying the eye texture to capture when using ScreenCapture.CaptureScreenshot and when stereo rendering is enabled. Both the left and right eyes are captured and composited into one image. The Left Eye is captured. This is the default setting for the CaptureScreenshot method. The Right Eye is captured. Describes screen orientation. Auto-rotates the screen as necessary toward any of the enabled orientations. Landscape orientation, counter-clockwise from the portrait orientation. Landscape orientation, clockwise from the portrait orientation. Portrait orientation. Portrait orientation, upside down. A class you can derive from if you want to create objects that don't need to be attached to game objects. Creates an instance of a scriptable object. The type of the ScriptableObject to create, as the name of the type. The type of the ScriptableObject to create, as a System.Type instance. The created ScriptableObject. Creates an instance of a scriptable object. The type of the ScriptableObject to create, as the name of the type. The type of the ScriptableObject to create, as a System.Type instance. The created ScriptableObject. Creates an instance of a scriptable object. The created ScriptableObject. Ensure an assembly is always processed during managed code stripping. Experimental API to control the garbage collector on the Mono and IL2CPP scripting backends. Set and get global garbage collector operation mode. Subscribe to this event to get notified when GarbageCollector.GCMode changes. Garbage collector operation mode. Disable garbage collector. Enable garbage collector. PreserveAttribute prevents byte code stripping from removing a class, method, field, or property. Webplayer security related class. Not supported from 5.4.0 onwards. Loads an assembly and checks that it is allowed to be used in the webplayer. (Web Player is no Longer Supported). Assembly to verify. Public key used to verify assembly. Loaded, verified, assembly, or null if the assembly cannot be verfied. Loads an assembly and checks that it is allowed to be used in the webplayer. (Web Player is no Longer Supported). Assembly to verify. Public key used to verify assembly. Loaded, verified, assembly, or null if the assembly cannot be verfied. Prefetch the webplayer socket security policy from a non-default port number. IP address of server. Port from where socket policy is read. Time to wait for response. Prefetch the webplayer socket security policy from a non-default port number. IP address of server. Port from where socket policy is read. Time to wait for response. Add this attribute to a script class to mark its GameObject as a selection base object for Scene View picking. Options for how to send a message. No receiver is required for SendMessage. A receiver is required for SendMessage. Use this attribute to rename a field without losing its serialized value. The name of the field before the rename. The name of the field before renaming. Force Unity to serialize a private field. Shader scripts used for all rendering. Shader LOD level for all shaders. Render pipeline currently in use. Shader hardware tier classification for current device. Can this shader run on the end-users graphics card? (Read Only) Shader LOD level for this shader. Render queue of this shader. (Read Only) Unset a global shader keyword. Set a global shader keyword. Finds a shader with the given name. Gets a global color property for all shaders previously set using SetGlobalColor. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global color property for all shaders previously set using SetGlobalColor. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global float property for all shaders previously set using SetGlobalFloat. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global float property for all shaders previously set using SetGlobalFloat. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global float array for all shaders previously set using SetGlobalFloatArray. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global float array for all shaders previously set using SetGlobalFloatArray. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetches a global float array into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetches a global float array into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global int property for all shaders previously set using SetGlobalInt. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global int property for all shaders previously set using SetGlobalInt. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global matrix property for all shaders previously set using SetGlobalMatrix. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global matrix property for all shaders previously set using SetGlobalMatrix. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global matrix array for all shaders previously set using SetGlobalMatrixArray. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global matrix array for all shaders previously set using SetGlobalMatrixArray. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetches a global matrix array into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetches a global matrix array into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global texture property for all shaders previously set using SetGlobalTexture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global texture property for all shaders previously set using SetGlobalTexture. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global vector property for all shaders previously set using SetGlobalVector. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global vector property for all shaders previously set using SetGlobalVector. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global vector array for all shaders previously set using SetGlobalVectorArray. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Gets a global vector array for all shaders previously set using SetGlobalVectorArray. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetches a global vector array into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fetches a global vector array into a list. The list to hold the returned array. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Is global shader keyword enabled? Gets unique identifier for a shader property name. Shader property name. Unique integer for the name. Sets a global compute buffer property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global compute buffer property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global color property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global color property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global float property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global float property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global float array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global float array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global float array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global float array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global int property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global int property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global matrix property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global matrix property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global matrix array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global matrix array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global matrix array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global matrix array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global texture property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global texture property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global vector property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global vector property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global vector array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global vector array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global vector array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Sets a global vector array property for all shaders. The name ID of the property retrieved by Shader.PropertyToID. The name of the property. Fully load all shaders to prevent future performance hiccups. ShaderVariantCollection records which shader variants are actually used in each shader. Is this ShaderVariantCollection already warmed up? (Read Only) Number of shaders in this collection (Read Only). Number of total varians in this collection (Read Only). Adds a new shader variant to the collection. Shader variant to add. False if already in the collection. Remove all shader variants from the collection. Checks if a shader variant is in the collection. Shader variant to check. True if the variant is in the collection. Create a new empty shader variant collection. Adds shader variant from the collection. Shader variant to add. False if was not in the collection. Identifies a specific variant of a shader. Array of shader keywords to use in this variant. Pass type to use in this variant. Shader to use in this variant. Creates a ShaderVariant structure. Fully load shaders in ShaderVariantCollection. The rendering mode of Shadowmask. Static shadow casters will be rendered into realtime shadow maps. Shadowmasks and occlusion from Light Probes will only be used past the realtime shadow distance. Static shadow casters won't be rendered into realtime shadow maps. All shadows from static casters are handled via Shadowmasks and occlusion from Light Probes. Shadow projection type for. Close fit shadow maps with linear fadeout. Stable shadow maps with spherical fadeout. Determines which type of shadows should be used. Hard and Soft Shadows. Disable Shadows. Hard Shadows Only. Default shadow resolution. High shadow map resolution. Low shadow map resolution. Medium shadow map resolution. Very high shadow map resolution. SharedBetweenAnimatorsAttribute is an attribute that specify that this StateMachineBehaviour should be instantiate only once and shared among all Animator instance. This attribute reduce the memory footprint for each controller instance. Details of the Transform name mapped to the skeleton bone of a model and its default position and rotation in the T-pose. The name of the Transform mapped to the bone. The T-pose position of the bone in local space. The T-pose rotation of the bone in local space. The T-pose scaling of the bone in local space. The Skinned Mesh filter. The bones used to skin the mesh. Forces the Skinned Mesh to recalculate its matricies when rendered AABB of this Skinned Mesh in its local space. The maximum number of bones affecting a single vertex. The mesh used for skinning. Specifies whether skinned motion vectors should be used for this renderer. If enabled, the Skinned Mesh will be updated when offscreen. If disabled, this also disables updating animations. Creates a snapshot of SkinnedMeshRenderer and stores it in mesh. A static mesh that will receive the snapshot of the skinned mesh. Returns the weight of a BlendShape for this Renderer. The index of the BlendShape whose weight you want to retrieve. Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer. The weight of the BlendShape. Sets the weight of a BlendShape for this Renderer. The index of the BlendShape to modify. Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer. The weight for this BlendShape. The maximum number of bones affecting a single vertex. Chooses the number of bones from the number current QualitySettings. (Default) Use only 1 bone to deform a single vertex. (The most important bone will be used). Use 2 bones to deform a single vertex. (The most important bones will be used). Use 4 bones to deform a single vertex. A script interface for the. The material used by the skybox. Constants for special values of Screen.sleepTimeout. Prevent screen dimming. Set the sleep timeout to whatever the user has specified in the system settings. Joint that restricts the motion of a Rigidbody2D object to a single line. The angle of the line in space (in degrees). Should the angle be calculated automatically? The current joint speed. The current joint translation. Restrictions on how far the joint can slide in each direction along the line. Gets the state of the joint limit. Parameters for a motor force that is applied automatically to the Rigibody2D along the line. The angle (in degrees) referenced between the two bodies used as the constraint for the joint. Should motion limits be used? Should a motor force be applied automatically to the Rigidbody2D? Gets the motor force of the joint given the specified timestep. The time to calculate the motor force for. Generic access to the Social API. The local user (potentially not logged in). This is the currently active social platform. Create an IAchievement instance. Create an ILeaderboard instance. Loads the achievement descriptions accociated with this application. Load the achievements the logged in user has already achieved or reported progress on. Load a default set of scores from the given leaderboard. Load the user profiles accociated with the given array of user IDs. Reports the progress of an achievement. Report a score to a specific leaderboard. Show a default/system view of the games achievements. Show a default/system view of the games leaderboards. iOS GameCenter implementation for network services. Reset all the achievements for the local user. Show the default iOS banner when achievements are completed. Show the leaderboard UI with a specific leaderboard shown initially with a specific time scope selected. Information for a user's achievement. Set to true when percentCompleted is 100.0. This achievement is currently hidden from the user. The unique identifier of this achievement. Set by server when percentCompleted is updated. Progress for this achievement. Send notification about progress on this achievement. Static data describing an achievement. Description when the achivement is completed. Hidden achievement are not shown in the list until the percentCompleted has been touched (even if it's 0.0). Unique identifier for this achievement description. Image representation of the achievement. Point value of this achievement. Human readable title. Description when the achivement has not been completed. The leaderboard contains the scores of all players for a particular game. Unique identifier for this leaderboard. The leaderboad is in the process of loading scores. The leaderboard score of the logged in user. The total amount of scores the leaderboard contains. The rank range this leaderboard returns. The leaderboard scores returned by a query. The time period/scope searched by this leaderboard. The human readable title of this leaderboard. The users scope searched by this leaderboard. Load scores according to the filters set on this leaderboard. Only search for these user IDs. List of user ids. Represents the local or currently logged in user. Checks if the current user has been authenticated. The users friends list. Is the user underage? Authenticate the local user to the current active Social API implementation and fetch his profile data. Callback that is called whenever the authentication operation is finished. The first parameter is a Boolean identifying whether the authentication operation was successful. The optional second argument contains a string identifying any errors (if available) if the operation was unsuccessful. Authenticate the local user to the current active Social API implementation and fetch his profile data. Callback that is called whenever the authentication operation is finished. The first parameter is a Boolean identifying whether the authentication operation was successful. The optional second argument contains a string identifying any errors (if available) if the operation was unsuccessful. Fetches the friends list of the logged in user. The friends list on the ISocialPlatform.localUser|Social.localUser instance is populated if this call succeeds. A game score. The date the score was achieved. The correctly formatted value of the score, like X points or X kills. The ID of the leaderboard this score belongs to. The rank or position of the score in the leaderboard. The user who owns this score. The score value achieved. Report this score instance. The generic Social API interface which implementations must inherit. See Social.localUser. See Social.CreateAchievement.. See Social.CreateLeaderboard. See Social.LoadAchievementDescriptions. See Social.LoadAchievements. See Social.LoadScores. See Social.LoadScores. See Social.LoadUsers. See Social.ReportProgress. See Social.ReportScore. See Social.ShowAchievementsUI. See Social.ShowLeaderboardUI. Represents generic user instances, like friends of the local user. This users unique identifier. Avatar image of the user. Is this user a friend of the current logged in user? Presence state of the user. This user's username or alias. The score range a leaderboard query should include. The total amount of scores retreived. The rank of the first score which is returned. Constructor for a score range, the range starts from a specific value and contains a maxium score count. The minimum allowed value. The number of possible values. The scope of time searched through when querying the leaderboard. The scope of the users searched through when querying the leaderboard. User presence state. The user is offline. The user is online. The user is online but away from their computer. The user is online but set their status to busy. The user is playing a game. The limits defined by the CharacterJoint. When the joint hits the limit, it can be made to bounce off it. Determines how far ahead in space the solver can "see" the joint limit. If spring is greater than zero, the limit is soft. The limit position/angle of the joint (in degrees). If greater than zero, the limit is soft. The spring will pull the joint back. The configuration of the spring attached to the joint's limits: linear and angular. Used by CharacterJoint and ConfigurableJoint. The damping of the spring limit. In effect when the stiffness of the sprint limit is not zero. The stiffness of the spring limit. When stiffness is zero the limit is hard, otherwise soft. SortingLayer allows you to set the render order of multiple sprites easily. There is always a default SortingLayer named "Default" which all sprites are added to initially. Added more SortingLayers to easily control the order of rendering of groups of sprites. Layers can be ordered before or after the default layer. This is the unique id assigned to the layer. It is not an ordered running value and it should not be used to compare with other layers to determine the sorting order. Returns all the layers defined in this project. Returns the name of the layer as defined in the TagManager. This is the relative value that indicates the sort order of this layer relative to the other layers. Returns the final sorting layer value. To determine the sorting order between the various sorting layers, use this method to retrieve the final sorting value and use CompareTo to determine the order. The unique value of the sorting layer as returned by any renderer's sortingLayerID property. The final sorting value of the layer relative to other layers. Returns the final sorting layer value. See Also: GetLayerValueFromID. The unique value of the sorting layer as returned by any renderer's sortingLayerID property. The final sorting value of the layer relative to other layers. Returns the unique id of the layer. Will return "<unknown layer>" if an invalid id is given. The unique id of the layer. The name of the layer with id or "<unknown layer>" for invalid id. Returns true if the id provided is a valid layer id. The unique id of a layer. True if the id provided is valid and assigned to a layer. Returns the id given the name. Will return 0 if an invalid name was given. The name of the layer. The unique id of the layer with name. The coordinate space in which to operate. Applies transformation relative to the local coordinate system. Applies transformation relative to the world coordinate system. Use this PropertyAttribute to add some spacing in the Inspector. The spacing in pixels. Use this DecoratorDrawer to add some spacing in the Inspector. The spacing in pixels. Class for handling Sparse Textures. Is the sparse texture actually created? (Read Only) Get sparse texture tile height (Read Only). Get sparse texture tile width (Read Only). Create a sparse texture. Texture width in pixels. Texture height in pixels. Texture format. Mipmap count. Pass -1 to create full mipmap chain. Whether texture data will be in linear or sRGB color space (default is sRGB). Create a sparse texture. Texture width in pixels. Texture height in pixels. Texture format. Mipmap count. Pass -1 to create full mipmap chain. Whether texture data will be in linear or sRGB color space (default is sRGB). Unload sparse texture tile. Tile X coordinate. Tile Y coordinate. Mipmap level of the texture. Update sparse texture tile with color values. Tile X coordinate. Tile Y coordinate. Mipmap level of the texture. Tile color data. Update sparse texture tile with raw pixel values. Tile X coordinate. Tile Y coordinate. Mipmap level of the texture. Tile raw pixel data. Use this struct to set up a sphere cast command that is performed asynchronously during a job. The direction of the sphere cast. The maximum distance the sphere should check for collisions. The LayerMask that selectively ignores Colliders when casting a sphere. The starting point of the sphere cast in world coordinates. The radius of the casting sphere. Creates a SpherecastCommand. The starting point of the sphere cast. The radius of the casting sphere. The direction of the sphere cast. The maximum distance the cast should check for collisions. The LayerMask that selectively ignores Colliders when casting a sphere. Schedules a batch of sphere casts to perform in a job. A NaviveArray of SpherecastCommands to perform. A NavtiveArray of RaycastHit where the result of commands are stored. The minimum number of jobs which should be performed in a single job. A jobHandle of the job that must be completed before performing the sphere casts. Returns a JobHandle of the job that will perform the sphere casts. A sphere-shaped primitive collider. The center of the sphere in the object's local space. The radius of the sphere measured in the object's local space. A Splat prototype is just a texture that is used by the TerrainData. The metallic value of the splat layer. Normal map of the splat applied to the Terrain. The smoothness value of the splat layer when the main texture has no alpha channel. Texture of the splat applied to the Terrain. Offset of the tile texture of the SplatPrototype. Size of the tile used in the texture of the SplatPrototype. The spring joint ties together 2 rigid bodies, spring forces will be automatically applied to keep the object at the given distance. The damper force used to dampen the spring force. The maximum distance between the bodies relative to their initial distance. The minimum distance between the bodies relative to their initial distance. The spring force used to keep the two objects together. The maximum allowed error between the current spring length and the length defined by minDistance and maxDistance. Joint that attempts to keep two Rigidbody2D objects a set distance apart by applying a force between them. Should the distance be calculated automatically? The amount by which the spring force is reduced in proportion to the movement speed. The distance the spring will try to keep between the two objects. The frequency at which the spring oscillates around the distance distance between the objects. Represents a Sprite object for use in 2D gameplay. Returns the texture that contains the alpha channel from the source texture. Unity generates this texture under the hood for sprites that have alpha in the source, and need to be compressed using techniques like ETC1. Returns NULL if there is no associated alpha texture for the source sprite. This is the case if the sprite has not been setup to use ETC1 compression. Returns the border sizes of the sprite. Bounds of the Sprite, specified by its center and extents in world space units. Returns true if this Sprite is packed in an atlas. If Sprite is packed (see Sprite.packed), returns its SpritePackingMode. If Sprite is packed (see Sprite.packed), returns its SpritePackingRotation. Location of the Sprite's center point in the Rect on the original Texture, specified in pixels. The number of pixels in the sprite that correspond to one unit in world space. (Read Only) Location of the Sprite on the original Texture, specified in pixels. Get the reference to the used texture. If packed this will point to the atlas, if not packed will point to the source sprite. Get the rectangle this sprite uses on its texture. Raises an exception if this sprite is tightly packed in an atlas. Gets the offset of the rectangle this sprite uses on its texture to the original sprite bounds. If sprite mesh type is FullRect, offset is zero. Returns a copy of the array containing sprite mesh triangles. The base texture coordinates of the sprite mesh. Returns a copy of the array containing sprite mesh vertex positions. Create a new Sprite object. Texture from which to obtain the sprite graphic. Rectangular section of the texture to use for the sprite. Sprite's pivot point relative to its graphic rectangle. The number of pixels in the sprite that correspond to one unit in world space. Amount by which the sprite mesh should be expanded outwards. Controls the type of mesh generated for the sprite. The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top). Generates a default physics shape for the sprite. Create a new Sprite object. Texture from which to obtain the sprite graphic. Rectangular section of the texture to use for the sprite. Sprite's pivot point relative to its graphic rectangle. The number of pixels in the sprite that correspond to one unit in world space. Amount by which the sprite mesh should be expanded outwards. Controls the type of mesh generated for the sprite. The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top). Generates a default physics shape for the sprite. Create a new Sprite object. Texture from which to obtain the sprite graphic. Rectangular section of the texture to use for the sprite. Sprite's pivot point relative to its graphic rectangle. The number of pixels in the sprite that correspond to one unit in world space. Amount by which the sprite mesh should be expanded outwards. Controls the type of mesh generated for the sprite. The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top). Generates a default physics shape for the sprite. Create a new Sprite object. Texture from which to obtain the sprite graphic. Rectangular section of the texture to use for the sprite. Sprite's pivot point relative to its graphic rectangle. The number of pixels in the sprite that correspond to one unit in world space. Amount by which the sprite mesh should be expanded outwards. Controls the type of mesh generated for the sprite. The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top). Generates a default physics shape for the sprite. Create a new Sprite object. Texture from which to obtain the sprite graphic. Rectangular section of the texture to use for the sprite. Sprite's pivot point relative to its graphic rectangle. The number of pixels in the sprite that correspond to one unit in world space. Amount by which the sprite mesh should be expanded outwards. Controls the type of mesh generated for the sprite. The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top). Generates a default physics shape for the sprite. Create a new Sprite object. Texture from which to obtain the sprite graphic. Rectangular section of the texture to use for the sprite. Sprite's pivot point relative to its graphic rectangle. The number of pixels in the sprite that correspond to one unit in world space. Amount by which the sprite mesh should be expanded outwards. Controls the type of mesh generated for the sprite. The border sizes of the sprite (X=left, Y=bottom, Z=right, W=top). Generates a default physics shape for the sprite. Gets a physics shape from the Sprite by its index. The index of the physics shape to retrieve. An ordered list of the points in the selected physics shape to store points in. The number of points stored in the given list. The number of physics shapes for the Sprite. The number of physics shapes for the Sprite. The number of points in the selected physics shape for the Sprite. The index of the physics shape to retrieve the number of points from. The number of points in the selected physics shape for the Sprite. Sets up new Sprite geometry. Array of vertex positions in Sprite Rect space. Array of sprite mesh triangle indices. Sets up a new Sprite physics shape. A multidimensional list of points in Sprite.rect space denoting the physics shape outlines. How a Sprite's graphic rectangle is aligned with its pivot point. Pivot is at the center of the bottom edge of the graphic rectangle. Pivot is at the bottom left corner of the graphic rectangle. Pivot is at the bottom right corner of the graphic rectangle. Pivot is at the center of the graphic rectangle. Pivot is at a custom position within the graphic rectangle. Pivot is at the center of the left edge of the graphic rectangle. Pivot is at the center of the right edge of the graphic rectangle. Pivot is at the center of the top edge of the graphic rectangle. Pivot is at the top left corner of the graphic rectangle. Pivot is at the top right corner of the graphic rectangle. SpriteRenderer draw mode. Displays the full sprite. The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will scale. The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will tile. A component for masking Sprites and Particles. The minimum alpha value used by the mask to select the area of influence defined over the mask's sprite. Unique ID of the sorting layer defining the end of the custom range. Order within the back sorting layer defining the end of the custom range. Unique ID of the sorting layer defining the start of the custom range. Order within the front sorting layer defining the start of the custom range. Mask sprites from front to back sorting values only. The Sprite used to define the mask. Determines the position of the Sprite used for sorting the SpriteMask. This enum controls the mode under which the sprite will interact with the masking system. The sprite will not interact with the masking system. The sprite will be visible only in areas where a mask is present. The sprite will be visible only in areas where no mask is present. Defines the type of mesh generated for a sprite. Rectangle mesh equal to the user specified sprite size. Tight mesh based on pixel alpha values. As many excess pixels are cropped as possible. Sprite packing modes for the Sprite Packer. Alpha-cropped ractangle packing. Tight mesh based packing. Sprite rotation modes for the Sprite Packer. Any rotation. Sprite is flipped horizontally when packed. Sprite is flipped vertically when packed. No rotation. Sprite is rotated 180 degree when packed. Renders a Sprite for 2D graphics. The current threshold for Sprite Renderer tiling. Rendering color for the Sprite graphic. The current draw mode of the Sprite Renderer. Flips the sprite on the X axis. Flips the sprite on the Y axis. Specifies how the sprite interacts with the masks. Property to set/get the size to render when the SpriteRenderer.drawMode is set to SpriteDrawMode.Sliced. The Sprite to render. Determines the position of the Sprite used for sorting the SpriteRenderer. The current tile mode of the Sprite Renderer. Helper utilities for accessing Sprite data. Inner UV's of the Sprite. Minimum width and height of the Sprite. Outer UV's of the Sprite. Return the padding on the sprite. Determines the position of the Sprite used for sorting the Renderer. The center of the Sprite is used as the point for sorting the Renderer. The pivot of the Sprite is used as the point for sorting the Renderer. Tiling mode for SpriteRenderer.tileMode. Sprite Renderer tiles the sprite once the Sprite Renderer size is above SpriteRenderer.adaptiveModeThreshold. Sprite Renderer tiles the sprite continuously when is set to SpriteRenderer.tileMode. Stack trace logging options. Native and managed stack trace will be logged. No stack trace will be outputed to log. Only managed stack trace will be outputed. StateMachineBehaviour is a component that can be added to a state machine state. It's the base class every script on a state derives from. Called on the first Update frame when a state machine evaluate this state. Called on the last update frame when a state machine evaluate this state. Called right after MonoBehaviour.OnAnimatorIK. Called on the first Update frame when making a transition to a state machine. This is not called when making a transition into a state machine sub-state. The Animator playing this state machine. The full path hash for this state machine. Called on the last Update frame when making a transition out of a StateMachine. This is not called when making a transition into a StateMachine sub-state. The Animator playing this state machine. The full path hash for this state machine. Called right after MonoBehaviour.OnAnimatorMove. Called at each Update frame except for the first and last frame. StaticBatchingUtility can prepare your objects to take advantage of Unity's static batching. StaticBatchingUtility.Combine prepares all children of the staticBatchRoot for static batching. The GameObject that should become the root of the combined batch. StaticBatchingUtility.Combine prepares all GameObjects contained in gos for static batching. staticBatchRoot is treated as their parent. The GameObjects to prepare for static batching. The GameObject that should become the root of the combined batch. Enum values for the Camera's targetEye property. Render both eyes to the HMD. Render only the Left eye to the HMD. Do not render either eye to the HMD. Render only the right eye to the HMD. A StreamingController controls the streaming settings for an individual camera location. Offset applied to the mipmap level chosen by the texture streaming system for any textures visible from this camera. This Offset can take either a positive or negative value. Abort preloading. Used to find out whether the StreamingController is currently preloading texture mipmaps. True if in a preloading state, otherwise False. Initiate preloading of streaming data for this camera. Optional timeout before stopping preloading. Set to 0.0f when no timeout is required. Set to True to activate the connected Camera component when timeout expires. Camera to deactivate on timeout (if Camera.activateCameraOnTime is True). This parameter can be null. Applies tangent forces along the surfaces of colliders. The scale of the impulse force applied while attempting to reach the surface speed. The speed to be maintained along the surface. The speed variation (from zero to the variation) added to base speed to be applied. Should bounce be used for any contact with the surface? Should the impulse force but applied to the contact point? Should friction be used for any contact with the surface? Access system and hardware information. The current battery level (Read Only). Returns the current status of the device's battery (Read Only). Support for various Graphics.CopyTexture cases (Read Only). The model of the device (Read Only). The user defined name of the device (Read Only). Returns the kind of device the application is running on (Read Only). A unique device identifier. It is guaranteed to be unique for every device (Read Only). The identifier code of the graphics device (Read Only). The name of the graphics device (Read Only). The graphics API type used by the graphics device (Read Only). The vendor of the graphics device (Read Only). The identifier code of the graphics device vendor (Read Only). The graphics API type and driver version used by the graphics device (Read Only). Amount of video memory present (Read Only). Is graphics device using multi-threaded rendering (Read Only)? Graphics device shader capability level (Read Only). Returns true if the texture UV coordinate convention for this platform has Y starting at the top of the image. Returns true when the GPU has native support for indexing uniform arrays in fragment shaders without restrictions. True if the GPU supports hidden surface removal. Maximum Cubemap texture size (Read Only). Maximum texture size (Read Only). What NPOT (non-power of two size) texture support does the GPU provide? (Read Only) Operating system name with version (Read Only). Returns the operating system family the game is running on (Read Only). Number of processors present (Read Only). Processor frequency in MHz (Read Only). Processor name (Read Only). How many simultaneous render targets (MRTs) are supported? (Read Only) Are 2D Array textures supported? (Read Only) Are 32-bit index buffers supported? (Read Only) Are 3D (volume) RenderTextures supported? (Read Only) Are 3D (volume) textures supported? (Read Only) Is an accelerometer available on the device? Returns true when the platform supports asynchronous compute queues and false if otherwise. Note that asynchronous compute queues are only supported on PS4. Returns true if asynchronous readback of GPU data is available for this device and false otherwise. Is there an Audio device available for playback? (Read Only) Are compute shaders supported? (Read Only) Are Cubemap Array textures supported? (Read Only) Returns true when the platform supports GPUFences and false if otherwise. Note that GPUFences are only supported on PS4. Is a gyroscope available on the device? Does the hardware support quad topology? (Read Only) Are image effects supported? (Read Only) Is GPU draw call instancing supported? (Read Only) Is the device capable of reporting its location? Is streaming of texture mip maps supported? (Read Only) Whether motion vectors are supported on this platform. Returns true if multisampled textures are resolved automatically Are multisampled textures supported? (Read Only) Is sampling raw depth from shadowmaps supported? (Read Only) Are render textures supported? (Read Only) Are cubemap render textures supported? (Read Only) Returns true when the platform supports different blend modes when rendering to multiple render targets, or false otherwise. Are built-in shadows supported? (Read Only) Are sparse textures supported? (Read Only) Is the stencil buffer supported? (Read Only) Returns true if the 'Mirror Once' texture wrap mode is supported. (Read Only) Is the device capable of providing the user haptic feedback by vibration? Amount of system memory present (Read Only). Value returned by SystemInfo string properties which are not supported on the current platform. This property is true if the current platform uses a reversed depth buffer (where values range from 1 at the near plane and 0 at far plane), and false if the depth buffer is normal (0 is near, 1 is far). (Read Only) Verifies that the specified graphics format is supported for the specified usage. The Experimental.Rendering.GraphicsFormat format to look up. The Experimental.Rendering.FormatUsage usage to look up. Returns true if the format is supported for the specific usage. Returns false otherwise. Is blending supported on render texture format? The format to look up. True if blending is supported on the given format. Is render texture format supported? The format to look up. True if the format is supported. Is texture format supported on this device? The TextureFormat format to look up. True if the format is supported. The language the user's operating system is running in. Returned by Application.systemLanguage. Afrikaans. Arabic. Basque. Belarusian. Bulgarian. Catalan. Chinese. ChineseSimplified. ChineseTraditional. Czech. Danish. Dutch. English. Estonian. Faroese. Finnish. French. German. Greek. Hebrew. Hungarian. Icelandic. Indonesian. Italian. Japanese. Korean. Latvian. Lithuanian. Norwegian. Polish. Portuguese. Romanian. Russian. Serbo-Croatian. Slovak. Slovenian. Spanish. Swedish. Thai. Turkish. Ukrainian. Unknown. Vietnamese. The joint attempts to move a Rigidbody2D to a specific target position. The local-space anchor on the rigid-body the joint is attached to. Should the target be calculated automatically? The amount by which the target spring force is reduced in proportion to the movement speed. The frequency at which the target spring oscillates around the target position. The maximum force that can be generated when trying to maintain the target joint constraint. The world-space position that the joint will attempt to move the body to. The Terrain component renders the terrain. The active terrain. This is a convenience function to get to the main terrain in the Scene. The active terrains in the Scene. Specifies if the terrain tile will be automatically connected to adjacent tiles. Specifies if an array of internal light probes should be baked for terrain trees. Available only in editor. Heightmap patches beyond basemap distance will use a precomputed low res basemap. Terrain bottom neighbor. Should terrain cast shadows?. Collect detail patches from memory. Removes ringing from probes on trees if enabled. Density of detail objects. Detail objects will be displayed up to this distance. Specify if terrain heightmap should be drawn. Set to true to enable the terrain instance renderer. The default value is false. Specify if terrain trees and details should be drawn. Controls what part of the terrain should be rendered. Whether some per-camera rendering resources for the terrain should be freed after not being used for some frames. Grouping ID for auto connect. Lets you essentially lower the heightmap resolution used for rendering. An approximation of how many pixels the terrain will pop in the worst case when switching lod. RenderTextureFormat of the terrain heightmap. Texture format of the terrain heightmap. Terrain left neighbor. The shininess value of the terrain. The specular color of the terrain. The index of the baked lightmap applied to this terrain. The UV scale & offset used for a baked lightmap. The custom material used to render the terrain. The type of the material used to render the terrain. Could be one of the built-in types or custom. See Terrain.MaterialType. Returns the normal map texture computed from sampling the heightmap. It is only used when terrain is rendered using instancing. Set the terrain bounding box scale. Allows you to specify how Unity chooses the for tree instances. The index of the realtime lightmap applied to this terrain. The UV scale & offset used for a realtime lightmap. How reflection probes are used for terrain. See Rendering.ReflectionProbeUsage. Terrain right neighbor. The Terrain Data that stores heightmaps, terrain textures, detail meshes and trees. Terrain top neighbor. Distance from the camera where trees will be rendered as billboards only. Total distance delta that trees will use to transition from billboard orientation to mesh orientation. The maximum distance at which trees are rendered. The multiplier to the current LOD bias used for rendering LOD trees (i.e. SpeedTree trees). Maximum number of trees rendered at full LOD. Adds a tree instance to the terrain. Update the terrain's LOD and vegetation information after making changes with TerrainData.SetHeightsDelayLOD. Creates a Terrain including collider from TerrainData. Flushes any change done in the terrain so it takes effect. Fills the list with reflection probes whose AABB intersects with terrain's AABB. Their weights are also provided. Weight shows how much influence the probe has on the terrain, and is used when the blending between multiple reflection probes occurs. [in / out] A list to hold the returned reflection probes and their weights. See ReflectionProbeBlendInfo. Get the position of the terrain. Get the previously set splat material properties by copying to the dest MaterialPropertyBlock object. The type of the material used to render a terrain object. Could be one of the built-in types or custom. A built-in material that uses the legacy Lambert (diffuse) lighting model and has optional normal map support. A built-in material that uses the legacy BlinnPhong (specular) lighting model and has optional normal map support. A built-in material that uses the standard physically-based lighting model. Inputs supported: smoothness, metallic / specular, normal. Use a custom material given by Terrain.materialTemplate. Samples the height at the given position defined in world space, relative to the terrain space. Marks the current connectivity status as invalid. Lets you setup the connection between neighboring Terrains. Set the additional material properties when rendering the terrain heightmap using the splat material. Indicate the types of changes to the terrain in OnTerrainChanged callback. Indicates a change to the heightmap data without computing LOD. Indicates that a change was made to the terrain that was so significant that the internal rendering data need to be flushed and recreated. Indicates a change to the heightmap data. Indicates a change to the detail data. Indicates a change to the tree data. Indicates that the TerrainData object is about to be destroyed. A heightmap based collider. The terrain that stores the heightmap. The TerrainData class stores heightmaps, detail mesh positions, tree instances, and terrain texture alpha maps. Height of the alpha map. Number of alpha map layers. Resolution of the alpha map. Returns the number of alphamap textures. Alpha map textures used by the Terrain. Used by Terrain Inspector for undo. Width of the alpha map. Resolution of the base map used for rendering far patches on the terrain. The local bounding box of the TerrainData object. Detail height of the TerrainData. The number of patches along a terrain tile edge. This is squared to make a grid of patches. Contains the detail texture/meshes that the terrain has. Detail Resolution of the TerrainData. Detail Resolution of each patch. A larger value will decrease the number of batches used by detail objects. Detail width of the TerrainData. Height of the terrain in samples (Read Only). Resolution of the heightmap. The size of each heightmap sample. Returns the heightmap texture. Width of the terrain in samples (Read Only). The total size in world units of the terrain. Splat texture used by the terrain. Retrieves the terrain layers used by the current terrain. The thickness of the terrain used for collision detection. Returns the number of tree instances. Contains the current trees placed in the terrain. The list of tree prototypes this are the ones available in the inspector. Amount of waving grass in the terrain. Speed of the waving grass. Strength of the waving grass in the terrain. Color of the waving grass that the terrain has. Returns the alpha map at a position x, y given a width and height. The x offset to read from. The y offset to read from. The width of the alpha map area to read. The height of the alpha map area to read. A 3D array of floats, where the 3rd dimension represents the mixing weight of each splatmap at each x,y coordinate. Returns the alphamap texture at the specified index. Index of the alphamap. Alphamap texture at the specified index. Returns a 2D array of the detail object density in the specific location. Gets the height at a certain point x,y. Get an array of heightmap samples. First x index of heightmap samples to retrieve. First y index of heightmap samples to retrieve. Number of samples to retrieve along the heightmap's x axis. Number of samples to retrieve along the heightmap's y axis. Gets an interpolated height at a point x,y. Get an interpolated normal at a given location. Returns an array of tesselation maximum height error values per renderable terrain patch. The returned array can be modified and passed to OverrideMaximumHeightError. Float array of maximum height error values. Returns an array of min max height values for all the renderable patches in a terrain. The returned array can be modified and then passed to OverrideMinMaxPatchHeights. Minimum and maximum height values for each patch. Gets the gradient of the terrain at point (x,y). Returns an array of all supported detail layer indices in the area. Get the tree instance at the specified index. It is used as a faster version of treeInstances[index] as this function doesn't create the entire tree instances array. The index of the tree instance. Override the maximum tessellation height error with user provided values. Note that the overriden values get reset when the terrain resolution is changed and stays unchanged when the terrain heightmap is painted or changed via script. Provided maximum height error values. Override the minimum and maximum patch heights for every renderable terrain patch. Note that the overriden values get reset when the terrain resolution is changed and stays unchanged when the terrain heightmap is painted or changed via script. Array of minimum and maximum terrain patch height values. Reloads all the values of the available prototypes (ie, detail mesh assets) in the TerrainData Object. Assign all splat values in the given map area. Marks the terrain data as dirty to trigger an update of the terrain basemap texture. Sets the detail layer density map. Set the resolution of the detail map. Specifies the number of pixels in the detail resolution map. A larger detailResolution, leads to more accurate detail object painting. Specifies the size in pixels of each individually rendered detail patch. A larger number reduces draw calls, but might increase triangle count since detail patches are culled on a per batch basis. A recommended value is 16. If you use a very large detail object distance and your grass is very sparse, it makes sense to increase the value. Set an array of heightmap samples. First x index of heightmap samples to set. First y index of heightmap samples to set. Array of heightmap samples to set (values range from 0 to 1, array indexed as [y,x]). Set an array of heightmap samples. First x index of heightmap samples to set. First y index of heightmap samples to set. Array of heightmap samples to set (values range from 0 to 1, array indexed as [y,x]). Set the tree instance with new parameters at the specified index. However, TreeInstance.prototypeIndex and TreeInstance.position can not be changed otherwise an ArgumentException will be thrown. The index of the tree instance. The new TreeInstance value. Triggers an update to integrate modifications done to the heightmap outside of unity. Start X position of the dirty heightmap region. Start Y position of the dirty heightmap region. Width of the the dirty heightmap region. Width of the the dirty heightmap region. Extension methods to the Terrain class, used only for the UpdateGIMaterials method used by the Global Illumination System. Schedules an update of the albedo and emissive Textures of a system that contains the Terrain. Schedules an update of the albedo and emissive Textures of a system that contains the Terrain. Description of a terrain layer. A Vector4 value specifying the maximum RGBA value that the diffuse texture maps to when the value of the channel is 1. A Vector4 value specifying the minimum RGBA value that the diffuse texture maps to when the value of the channel is 0. The diffuse texture used by the terrain layer. A Vector4 value specifying the maximum RGBA value that the mask map texture maps to when the value of the channel is 1. A Vector4 value specifying the minimum RGBA value that the mask map texture maps to when the value of the channel is 0. The mask map texture used by the terrain layer. Metallic factor used by the terrain layer. Normal map texture used by the terrain layer. A float value that scales the normal vector. The minimum value is 0, the maximum value is 1. Smoothness of the specular reflection. Specular color. UV tiling offset. UV Tiling size. Enum provding terrain rendering options. Render all options. Render terrain details. Render heightmap. Render trees. Error states used by the TerrainMap. Indicates that the adjacent terrain tiles are not aligned edge to edge. No error detected. Indicates that there are two terrain tiles occupying one grid cell in the TerrainMap. Indicates that the adjacent terrain tiles have different sizes. Terrain map filter. Terrain object to apply filter to. Specifies a set of 2D tile coordinates. Tile X coordinate. Tile Z coordinate. How multiline text should be aligned. Text lines are centered. Text lines are aligned on the left side. Text lines are aligned on the right side. Where the anchor of the text is placed. Text is anchored in lower side, centered horizontally. Text is anchored in lower left corner. Text is anchored in lower right corner. Text is centered both horizontally and vertically. Text is anchored in left side, centered vertically. Text is anchored in right side, centered vertically. Text is anchored in upper side, centered horizontally. Text is anchored in upper left corner. Text is anchored in upper right corner. Attribute to make a string be edited with a height-flexible and scrollable text area. The maximum amount of lines the text area can show before it starts using a scrollbar. The minimum amount of lines the text area will use. Attribute to make a string be edited with a height-flexible and scrollable text area. The minimum amount of lines the text area will use. The maximum amount of lines the text area can show before it starts using a scrollbar. Attribute to make a string be edited with a height-flexible and scrollable text area. The minimum amount of lines the text area will use. The maximum amount of lines the text area can show before it starts using a scrollbar. Text file assets. The raw bytes of the text asset. (Read Only) The text contents of the .txt file as a string. (Read Only) Create a new TextAsset with the specified text contents. This constructor creates a TextAsset, which is not the same as a plain text file. When saved to disk using the AssetDatabase class, the TextAsset should be saved with the .asset extension. The text contents for the TextAsset. Returns the contents of the TextAsset. Different methods for how the GUI system handles text being too large to fit the rectangle allocated. Text gets clipped to be inside the element. Text flows freely outside the element. A structure that contains information about a given typeface and for a specific point size. The Ascent line is typically located at the top of the tallest glyph in the typeface. The Baseline is an imaginary line upon which all glyphs appear to rest on. The Cap line is typically located at the top of capital letters. The Descent line is typically located at the bottom of the glyph with the lowest descender in the typeface. The name of the font typeface also known as family name. The line height represents the distance between consecutive lines of text. The Mean line is typically located at the top of lowercase letters. The point size used for sampling the typeface. The relative scale of the typeface. The position of the strikethrough. The thickness of the strikethrough. The style name of the typeface which defines both the visual style and weight of the typeface. The position of characters using subscript. The relative size / scale of subscript characters. The position of characters using superscript. The relative size / scale of superscript characters. The width of the tab character. The position of the underline. The thickness of the underline. Compares the information in this FaceInfo structure with the information in the given FaceInfo structure to determine whether they have the same values. The FaceInfo structure to compare this FaceInfo structure with. Returns true if the FaceInfo structures have the same values. False if not. A Glyph is the visual representation of a text element or character. The index of the atlas texture that contains this glyph. A rectangle that defines the position of a glyph within an atlas texture. The index of the glyph in the source font file. The metrics that define the size, position and spacing of a glyph when performing text layout. The relative scale of the glyph. The default value is 1.0. Compares two glyphs to determine if they have the same values. The glyph to compare with. Returns true if the glyphs have the same values. False if not. Constructor for a new glyph. Glyph used as a reference for the new glyph. The index of the glyph in the font file. The metrics of the glyph. The GlyphRect defining the position of the glyph in the atlas texture. The relative scale of the glyph. The index of the atlas texture that contains the glyph. Constructor for a new glyph. Glyph used as a reference for the new glyph. The index of the glyph in the font file. The metrics of the glyph. The GlyphRect defining the position of the glyph in the atlas texture. The relative scale of the glyph. The index of the atlas texture that contains the glyph. Constructor for a new glyph. Glyph used as a reference for the new glyph. The index of the glyph in the font file. The metrics of the glyph. The GlyphRect defining the position of the glyph in the atlas texture. The relative scale of the glyph. The index of the atlas texture that contains the glyph. Constructor for a new glyph. Glyph used as a reference for the new glyph. The index of the glyph in the font file. The metrics of the glyph. The GlyphRect defining the position of the glyph in the atlas texture. The relative scale of the glyph. The index of the atlas texture that contains the glyph. A set of values that define the size, position and spacing of a glyph when performing text layout. The height of the glyph. The horizontal distance to increase (left to right) or decrease (right to left) the drawing position relative to the origin of the text element. The horizontal distance from the current drawing position (origin) relative to the element's left bounding box edge (bbox). The vertical distance from the current baseline relative to the element's top bounding box edge (bbox). The width of the glyph. Constructs a new GlyphMetrics structure. The width of the glyph. The height of the glyph. The horizontal bearingX. The horizontal bearingY. The horizontal advance. A rectangle that defines the position of a glyph within an atlas texture. The height of the glyph. The width of the glyph. The x position of the glyph in the font atlas texture. The y position of the glyph in the font atlas texture. A GlyphRect with all values set to zero. Shorthand for writing GlyphRect(0, 0, 0, 0). Constructor for a new GlyphRect. The x position of the glyph in the atlas texture. The y position of the glyph in the atlas texture. The width of the glyph. The height of the glyph. The Rect used to construct the new GlyphRect. Constructor for a new GlyphRect. The x position of the glyph in the atlas texture. The y position of the glyph in the atlas texture. The width of the glyph. The height of the glyph. The Rect used to construct the new GlyphRect. The FontEngine is used to access data from source font files. This includes information about individual characters, glyphs and relevant metrics typically used in the process of text parsing, layout and rendering. The types of font files supported are TrueType (.ttf, .ttc) and OpenType (.otf). The FontEngine is also used to raster the visual representation of characters known as glyphs in a given font atlas texture. Destroy and unload resources used by the Font Engine. A value of zero (0) if the Font Engine and used resources were successfully released. Get the FaceInfo for the currently loaded and sized typeface. Returns the FaceInfo of the currently loaded typeface. Initialize the Font Engine and required resources. A value of zero (0) if the initialization of the Font Engine was successful. Load a source font file. The path of the source font file relative to the project. The point size used to scale the font face. An array that contains the font file. The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected. A value of zero (0) if the font face was loaded successfully. Load a source font file. The path of the source font file relative to the project. The point size used to scale the font face. An array that contains the font file. The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected. A value of zero (0) if the font face was loaded successfully. Load a source font file. The path of the source font file relative to the project. The point size used to scale the font face. An array that contains the font file. The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected. A value of zero (0) if the font face was loaded successfully. Load a source font file. The path of the source font file relative to the project. The point size used to scale the font face. An array that contains the font file. The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected. A value of zero (0) if the font face was loaded successfully. Load a source font file. The path of the source font file relative to the project. The point size used to scale the font face. An array that contains the font file. The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected. A value of zero (0) if the font face was loaded successfully. Load a source font file. The path of the source font file relative to the project. The point size used to scale the font face. An array that contains the font file. The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected. A value of zero (0) if the font face was loaded successfully. Set the size of the currently loaded font face. The point size used to scale the font face. A value of zero (0) if the font face was successfully scaled to the given point size. Try to get the glyph index for the character at the given Unicode value. The unicode value of the character for which to lookup the glyph index. The index of the glyph for the given unicode character or the .notdef glyph (index 0) if no glyph is available for the given Unicode value. Returns true if the given unicode has a glyph index. Try loading the glyph for the given index value and if available populate the glyph. The index of the glyph that should be loaded. The glyph loading flag that should be used to load the glyph. The glyph using the provided index or the .notdef glyph (index 0) if no glyph was found at that index. Returns true if a glyph exists at the given index. Otherwise returns false. Try loading a glyph for the given unicode value. If available, populates the glyph and returns true. Otherwise returns false and populates the glyph with the .notdef / missing glyph data. The glyph loading flag that should be used to load the glyph. The glyph using the provided index or the .notdef glyph (index 0) if no glyph was found at that index. The Unicode value of the character whose glyph should be loaded. Returns true if a glyph exists for the given unicode value. Otherwise returns false. Error code returned by the various FontEngine functions. Error code returned when the FontEngine glyph packing or rendering process has been cancelled. Error code returned by the LoadGlyph function when referencing an invalid Unicode character value. Error code indicating an invalid font face. Error code indicating an invalid font file. Error code returned by the LoadFontFace function when the source font file is of an unknown or invalid format. Error code returned by the LoadFontFace function when the file path to the source font file appears invalid. Error code returned by the LoadFontFace function when the source font file appears invalid or improperly formatted. Error code returned by the LoadGlyph function when referencing an invalid or out of range glyph index value. Error code indicating failure to initialize the font engine library. Error code indicating failure to initialize the font engine library and / or successfully load a font face. Error code returned by the LoadGlyph or SetFaceSize functions using an invalid pointSize value. Error code indicating failure to load one of the tables of the font file. Error code returned when the function was successfully executed. The various options (flags) used by the FontEngine when loading glyphs from a font face. Load glyph metrics without allocating and loading the bitmap data. Load glyph metrics without using the 'hdmx' table. This flag is mostly used to validate font data. Load glyph metrics and bitmap representation if available for the current face size. Load glyphs using the auto hinter instead of the font's native hinter. Load glyph metrics and render outline using 1-bit monochrome. Load glyphs using the font's native hinter. Load glyphs and ignore embedded bitmap strikes. Load glyphs without hinting. Load glyphs at default font units without scaling. This flag implies LOAD_NO_HINTING and LOAD_NO_BITMAP and unsets LOAD_RENDER. Load glyph metrics and render outline using 8-bit or antialiased image of the glyph. The modes available when packing glyphs into an atlas texture. Place the glyph into the smallest free space available in which it can fit. Place the glyph against the longer side of a free space to minimize the length of the longer leftover side. Place the glyph against the short side of a free space to minimize the length of the shorter leftover side. Place the glyph into available free space in a Tetris like fashion. Place the glyph into the available free space by trying to maximize the contact point between it and other glyphs. The rendering modes used by the Font Engine to render glyphs. Renders a bitmap representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting. Renders a bitmap representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with hinting. Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting. Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting. Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting. Renders a signed distance field (SDF) representation of the glyph from a binary (1-bit monochrome) image of the glyph outline with no hinting. Renders a signed distance field (SDF) representation of the glyph from an 8-bit or antialiased image of the glyph outline with no hinting. Renders a signed distance field (SDF) representation of the glyph from an 8-bit or antialiased image of the glyph outline with hinting. Renders a bitmap representation of the glyph from an 8-bit or antialiased image of the glyph outline with no hinting. Renders a bitmap representation of the glyph from an 8-bit or antialiased image of the glyph outline with hinting. A struct that stores the settings for TextGeneration. Use the extents of glyph geometry to perform horizontal alignment rather than glyph metrics. The base color for the text generation. Font to use for generation. Font size. Font style. Continue to generate characters even if the text runs out of bounds. Extents that the generator will attempt to fit the text in. What happens to text when it reaches the horizontal generation bounds. The line spacing multiplier. Generated vertices are offset by the pivot. Should the text be resized to fit the configured bounds? Maximum size for resized text. Minimum size for resized text. Allow rich text markup in generation. A scale factor for the text. This is useful if the Text is on a Canvas and the canvas is scaled. How is the generated text anchored. Should the text generator update the bounds from the generated text. What happens to text when it reaches the bottom generation bounds. Class that can be used to generate text for rendering. The number of characters that have been generated. The number of characters that have been generated and are included in the visible lines. Array of generated characters. The size of the font that was found if using best fit mode. Number of text lines generated. Information about each generated text line. Extents of the generated text in rect format. Number of vertices generated. Array of generated vertices. Create a TextGenerator. Create a TextGenerator. Populate the given List with UICharInfo. List to populate. Returns the current UICharInfo. Character information. Populate the given list with UILineInfo. List to populate. Returns the current UILineInfo. Line information. Given a string and settings, returns the preferred height for a container that would hold this text. Generation text. Settings for generation. Preferred height. Given a string and settings, returns the preferred width for a container that would hold this text. Generation text. Settings for generation. Preferred width. Populate the given list with generated Vertices. List to populate. Returns the current UIVertex array. Vertices. Mark the text generator as invalid. This will force a full text generation the next time Populate is called. Will generate the vertices and other data for the given string with the given settings. String to generate. Settings. Will generate the vertices and other data for the given string with the given settings. String to generate. Generation settings. The object used as context of the error log message, if necessary. True if the generation is a success, false otherwise. A script interface for the. How lines of text are aligned (Left, Right, Center). Which point of the text shares the position of the Transform. The size of each character (This scales the whole text). The color used to render the text. The Font used. The font size to use (for dynamic fonts). The font style to use (for dynamic fonts). How much space will be in-between lines of text. How far should the text be offset from the transform.position.z when drawing. Enable HTML-style tags for Text Formatting Markup. How much space will be inserted for a tab '\t' character. This is a multiplum of the 'spacebar' character offset. The text that is displayed. Base class for texture handling. Contains functionality that is common to both Texture2D and RenderTexture classes. Anisotropic filtering level of the texture. The amount of memory currently being used by textures. This amount of texture memory would be used before the texture streaming budget is applied. Dimensionality (type) of the texture (Read Only). Filtering mode of the texture. Height of the texture in pixels. (Read Only) The hash value of the Texture. Returns true if the Read/Write Enabled checkbox was checked when the texture was imported; otherwise returns false. For a dynamic Texture created from script, always returns true. For additional information, see TextureImporter.isReadable. Mip map bias of the texture. Number of non-streaming textures. Total amount of memory being used by non-streaming textures. How many times has a texture been uploaded due to texture mipmap streaming. Number of renderers registered with the texture streaming system. Number of streaming textures. Force the streaming texture system to discard all unused mipmaps immediately, rather than caching them until the texture memory budget is exceeded. Force streaming textures to load all mipmap levels. Number of streaming textures with mipmaps currently loading. Number of streaming textures with outstanding mipmaps to be loaded. The amount of memory used by textures after the mipmap streaming and budget are applied and loading is complete. The total amount of memory that would be used by all textures at mipmap level 0. This counter is incremented when the texture is updated. Width of the texture in pixels. (Read Only) Texture coordinate wrapping mode. Texture U coordinate wrapping mode. Texture V coordinate wrapping mode. Texture W coordinate wrapping mode for Texture3D. Retrieve a native (underlying graphics API) pointer to the texture resource. Pointer to an underlying graphics API texture resource. Increment the update counter. Sets Anisotropic limits. Uploads additional debug information to materials using textures set to stream mip maps. Class for texture handling. Indicates whether this texture was imported with TextureImporter.alphaIsTransparency enabled. This setting is available only in the Editor scripts. Note that changing this setting will have no effect; it must be enabled in TextureImporter instead. Get a small texture with all black pixels. The mipmap level which would have been loaded by the streaming system before memory budgets are applied. The format of the pixel data in the texture (Read Only). Returns true if the Read/Write Enabled checkbox was checked when the texture was imported; otherwise returns false. For a dynamic Texture created from script, always returns true. For additional information, see TextureImporter.isReadable. Which mipmap level is currently loaded by the streaming system. Which mipmap level is in the process of being loaded by the mipmap streaming system. How many mipmap levels are in this texture (Read Only). The mipmap level to load. Has mipmap streaming been enabled for this texture. Relative priority for this texture when reducing memory size in order to hit the memory budget. Get a small texture with all white pixels. Actually apply all previous SetPixel and SetPixels changes. When set to true, mipmap levels are recalculated. When set to true, system memory copy of a texture is released. Resets the requestedMipmapLevel field. Compress texture into DXT format. Creates Unity Texture out of externally created native texture object. Native 2D texture object. Width of texture in pixels. Height of texture in pixels. Format of underlying texture object. Does the texture have mipmaps? Is texture using linear color space? Create a new empty texture. Create a new empty texture. Create a new empty texture. Flags used to control the encoding to an EXR file. This texture will use Wavelet compression. This is best used for grainy images. The texture will use RLE (Run Length Encoding) EXR compression format (similar to Targa RLE compression). The texture will use the EXR ZIP compression format. No flag. This will result in an uncompressed 16-bit float EXR file. The texture will be exported as a 32-bit float EXR file (default is 16-bit). Packs a set of rectangles into a square atlas, with optional padding between rectangles. An array of rectangle dimensions. Amount of padding to insert between adjacent rectangles in the atlas. The size of the atlas. If the function succeeds, this will contain the packed rectangles. Otherwise, the return value is null. Returns pixel color at coordinates (x, y). Returns filtered pixel color at normalized coordinates (u, v). Get the pixel colors from the texture. The mipmap level to fetch the pixels from. Defaults to zero. The array of all pixels in the mipmap level of the texture. Get a block of pixel colors. The x position of the pixel array to fetch. The y position of the pixel array to fetch. The width length of the pixel array to fetch. The height length of the pixel array to fetch. The mipmap level to fetch the pixels. Defaults to zero, and is optional. The array of pixels in the texture that have been selected. Get a block of pixel colors in Color32 format. Get raw data from a texture for reading or writing. Raw texture data view. Get raw data from a texture. Raw texture data as a byte array. Has the mipmap level requested by setting requestedMipmapLevel finished loading? True if the mipmap level requested by setting requestedMipmapLevel has finished loading. Fills texture pixels with raw preformatted data. Raw data array to initialize texture pixels with. Size of data in bytes. Fills texture pixels with raw preformatted data. Raw data array to initialize texture pixels with. Size of data in bytes. Fills texture pixels with raw preformatted data. Raw data array to initialize texture pixels with. Size of data in bytes. Packs multiple Textures into a texture atlas. Array of textures to pack into the atlas. Padding in pixels between the packed textures. Maximum size of the resulting texture. Should the texture be marked as no longer readable? An array of rectangles containing the UV coordinates in the atlas for each input texture, or null if packing fails. Read pixels from screen into the saved texture data. Rectangular region of the view to read from. Pixels are read from current render target. Horizontal pixel position in the texture to place the pixels that are read. Vertical pixel position in the texture to place the pixels that are read. Should the texture's mipmaps be recalculated after reading? Resizes the texture. Resizes the texture. Sets pixel color at coordinates (x,y). Set a block of pixel colors. The array of pixel colours to assign (a 2D image flattened to a 1D array). The mip level of the texture to write to. Set a block of pixel colors. Set a block of pixel colors. Set a block of pixel colors. Updates Unity texture to use different native texture object. Native 2D texture object. Class for handling 2D texture arrays. Number of elements in a texture array (Read Only). Texture format (Read Only). Returns true if this texture array is Read/Write Enabled; otherwise returns false. For dynamic textures created from script, always returns true. Actually apply all previous SetPixels changes. When set to true, mipmap levels are recalculated. When set to true, system memory copy of a texture is released. Create a new texture array. Width of texture array in pixels. Height of texture array in pixels. Number of elements in the texture array. Format of the texture. Should mipmaps be created? Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false. Create a new texture array. Width of texture array in pixels. Height of texture array in pixels. Number of elements in the texture array. Format of the texture. Should mipmaps be created? Does the texture contain non-color data (i.e. don't do any color space conversions when sampling)? Default is false. Returns pixel colors of a single array slice. Array slice to read pixels from. Mipmap level to read pixels from. Array of pixel colors. Returns pixel colors of a single array slice. Array slice to read pixels from. Mipmap level to read pixels from. Array of pixel colors in low precision (8 bits/channel) format. Set pixel colors for the whole mip level. An array of pixel colors. The texture array element index. The mip level. Set pixel colors for the whole mip level. An array of pixel colors. The texture array element index. The mip level. Class for handling 3D Textures, Use this to create. The depth of the texture (Read Only). The format of the pixel data in the texture (Read Only). Returns true if this 3D texture is Read/Write Enabled; otherwise returns false. For dynamic textures created from script, always returns true. Actually apply all previous SetPixels changes. When set to true, mipmap levels are recalculated. When set to true, system memory copy of a texture is released. Create a new empty 3D Texture. Width of texture in pixels. Height of texture in pixels. Depth of texture in pixels. Texture data format. Should the texture have mipmaps? Returns an array of pixel colors representing one mip level of the 3D texture. Returns an array of pixel colors representing one mip level of the 3D texture. Sets pixel colors of a 3D texture. The colors to set the pixels to. The mipmap level to be affected by the new colors. Sets pixel colors of a 3D texture. The colors to set the pixels to. The mipmap level to be affected by the new colors. Compression Quality. Best compression. Fast compression. Normal compression (default). Format used when creating textures from scripts. Alpha-only texture format. Color with alpha texture format, 8-bits per channel. A 16 bits/pixel texture format. Texture stores color with an alpha channel. ASTC (10x10 pixel block in 128 bits) compressed RGB texture format. ASTC (12x12 pixel block in 128 bits) compressed RGB texture format. ASTC (4x4 pixel block in 128 bits) compressed RGB texture format. ASTC (5x5 pixel block in 128 bits) compressed RGB texture format. ASTC (6x6 pixel block in 128 bits) compressed RGB texture format. ASTC (8x8 pixel block in 128 bits) compressed RGB texture format. ASTC (10x10 pixel block in 128 bits) compressed RGBA texture format. ASTC (12x12 pixel block in 128 bits) compressed RGBA texture format. ASTC (4x4 pixel block in 128 bits) compressed RGBA texture format. ASTC (5x5 pixel block in 128 bits) compressed RGBA texture format. ASTC (6x6 pixel block in 128 bits) compressed RGBA texture format. ASTC (8x8 pixel block in 128 bits) compressed RGBA texture format. Compressed one channel (R) texture format. Compressed two-channel (RG) texture format. HDR compressed color texture format. High quality compressed color texture format. Color with alpha texture format, 8-bits per channel. Compressed color texture format. Compressed color texture format with Crunch compression for smaller storage sizes. Compressed color with alpha channel texture format. Compressed color with alpha channel texture format with Crunch compression for smaller storage sizes. ETC2 EAC (GL ES 3.0) 4 bitspixel compressed unsigned single-channel texture format. ETC2 EAC (GL ES 3.0) 4 bitspixel compressed signed single-channel texture format. ETC2 EAC (GL ES 3.0) 8 bitspixel compressed unsigned dual-channel (RG) texture format. ETC2 EAC (GL ES 3.0) 8 bitspixel compressed signed dual-channel (RG) texture format. ETC (GLES2.0) 4 bits/pixel compressed RGB texture format. ETC 4 bits/pixel compressed RGB texture format. Compressed color texture format with Crunch compression for smaller storage sizes. ETC 4 bitspixel RGB + 4 bitspixel Alpha compressed texture format. ETC2 (GL ES 3.0) 4 bits/pixel compressed RGB texture format. ETC2 (GL ES 3.0) 4 bits/pixel RGB+1-bit alpha texture format. ETC2 (GL ES 3.0) 8 bits/pixel compressed RGBA texture format. Compressed color with alpha channel texture format using Crunch compression for smaller storage sizes. PowerVR (iOS) 2 bits/pixel compressed color texture format. PowerVR (iOS) 4 bits/pixel compressed color texture format. PowerVR (iOS) 2 bits/pixel compressed with alpha channel texture format. PowerVR (iOS) 4 bits/pixel compressed with alpha channel texture format. Single channel (R) texture format, 16 bit integer. Single channel (R) texture format, 8 bit integer. Scalar (R) texture format, 32 bit floating point. Two color (RG) texture format, 8-bits per channel. Color texture format, 8-bits per channel. A 16 bit color texture format. RGB HDR format, with 9 bit mantissa per channel and a 5 bit shared exponent. Color with alpha texture format, 8-bits per channel. Color and alpha texture format, 4 bit per channel. RGB color and alpha texture format, 32-bit floats per channel. RGB color and alpha texture format, 16 bit floating point per channel. Two color (RG) texture format, 32 bit floating point per channel. Two color (RG) texture format, 16 bit floating point per channel. Scalar (R) texture format, 16 bit floating point. A format that uses the YUV color space and is often used for video encoding or playback. Wrap mode for textures. Clamps the texture to the last pixel at the edge. Tiles the texture, creating a repeating pattern by mirroring it at every integer boundary. Mirrors the texture once, then clamps to edge pixels. Tiles the texture, creating a repeating pattern. Priority of a thread. Below normal thread priority. Highest thread priority. Lowest thread priority. Normal thread priority. Class passed onto when information is queried from the tiles. Returns the boundaries of the Tilemap in cell size. Returns the boundaries of the Tilemap in local space size. The origin of the Tilemap in cell position. The size of the Tilemap in cells. Gets the color of a. Position of the Tile on the Tilemap. Color of the at the XY coordinate. Returns the component of type T if the GameObject of the tile map has one attached, null if it doesn't. The Component of type T to retrieve. Gets the. Position of the Tile on the Tilemap. Sprite at the XY coordinate. Gets the. Position of the Tile on the Tilemap. placed at the cell. Gets the. Position of the Tile on the Tilemap. placed at the cell. Gets the TileFlags of the Tile at the given position. Position of the Tile on the Tilemap. TileFlags from the Tile. Gets the transform matrix of a. Position of the Tile on the Tilemap. The transform matrix. Refreshes a. Position of the Tile on the Tilemap. Class for a default tile in the Tilemap. Color of the Tile. TileFlags of the Tile. GameObject of the Tile. Sprite to be rendered at the Tile. Matrix4x4|Transform matrix of the Tile. Enum for determining what collider shape is generated for this Tile by the TilemapCollider2D. The grid layout boundary outline is used as the collider shape for the Tile by the TilemapCollider2D. No collider shape is generated for the Tile by the TilemapCollider2D. The Sprite outline is used as the collider shape for the Tile by the TilemapCollider2D. Retrieves the tile rendering data for the Tile. Position of the Tile on the Tilemap. The Tilemap the tile is present on. Data to render the tile. This is filled with Tile, Tile.color and Tile.transform. Whether the call was successful. This returns true for Tile. A Struct for the required data for animating a Tile. The array of that are ordered by appearance in the animation. The animation speed. The start time of the animation. The animation will begin at this time offset. Base class for a tile in the Tilemap. Retrieves any tile animation data from the scripted tile. Position of the Tile on the Tilemap. The Tilemap the tile is present on. Data to run an animation on the tile. Whether the call was successful. Retrieves any tile rendering data from the scripted tile. Position of the Tile on the Tilemap. The Tilemap the tile is present on. Data to render the tile. Whether the call was successful. This method is called when the tile is refreshed. Position of the Tile on the Tilemap. The Tilemap the tile is present on. StartUp is called on the first frame of the running Scene. Position of the Tile on the Tilemap. The Tilemap the tile is present on. The GameObject instantiated for the Tile. Whether the call was successful. A Struct for the required data for rendering a Tile. Color of the Tile. TileFlags of the Tile. GameObject of the Tile. Sprite to be rendered at the Tile. Matrix4x4|Transform matrix of the Tile. Flags controlling behavior for the TileBase. TileBase does not instantiate its associated GameObject in editor mode and instantiates it only during play mode. All lock flags. TileBase locks any color set by brushes or the user. TileBase locks any transform matrix set by brushes or the user. No TileFlags are set. The tile map stores component. The frame rate for all tile animations in the tile map. Returns the boundaries of the Tilemap in cell size. The color of the tile map layer. The origin of the Tilemap in cell position inclusive of editor preview tiles. The size of the Tilemap in cells inclusive of editor preview tiles. Gets the Grid associated with this tile map. Gets the Grid associated with this tile map. Returns the boundaries of the Tilemap in local space size. Orientation of the tiles in the Tilemap. Orientation Matrix of the orientation of the tiles in the Tilemap. The origin of the Tilemap in cell position. The size of the Tilemap in cells. Gets the anchor point of tiles in the Tilemap. Adds the TileFlags onto the Tile at the given position. Position of the Tile on the Tilemap. TileFlags to add (with bitwise or) onto the flags provided by Tile.TileBase. Does a box fill with the given. Starts from given coordinates and fills the limits from start to end (inclusive). Position of the Tile on the Tilemap. to place. The minimum X coordinate limit to fill to. The minimum Y coordinate limit to fill to. The maximum X coordinate limit to fill to. The maximum Y coordinate limit to fill to. Clears all editor preview tiles that are placed in the Tilemap. Clears all tiles that are placed in the Tilemap. Compresses the origin and size of the Tilemap to bounds where tiles exist. Returns true if the Tilemap contains the given. Returns false if not. Tile to check. Whether the Tilemap contains the tile. Does an editor preview of a box fill with the given. Starts from given coordinates and fills the limits from start to end (inclusive). Position of the Tile on the Tilemap. to place. The start X coordinate limit to fill to. The start Y coordinate limit to fill to. The ending X coordinate limit to fill to. The ending Y coordinate limit to fill to. Does an editor preview of a flood fill with the given starting from the given coordinates. Start position of the flood fill on the Tilemap. TileBase to place. Does a flood fill with the given starting from the given coordinates. Start position of the flood fill on the Tilemap. to place. Get the logical center coordinate of a grid cell in local space. Grid cell position. Center of the cell transformed into local space coordinates. Get the logical center coordinate of a grid cell in world space. Grid cell position. Center of the cell transformed into world space coordinates. Gets the collider type of a. Position of the Tile on the Tilemap. Collider type of the at the XY coordinate. Gets the color of a. Position of the Tile on the Tilemap. Color of the at the XY coordinate. Gets the Color of an editor preview. Position of the Tile on the Tilemap. Color of the editor preview at the XY coordinate. Gets the. Position of the editor preview Tile on the Tilemap. Sprite at the XY coordinate. Gets the editor preview. Position of the editor preview Tile on the Tilemap. The editor preview placed at the cell. Gets the editor preview. Position of the editor preview Tile on the Tilemap. The editor preview placed at the cell. Gets the TileFlags of the editor preview Tile at the given position. Position of the Tile on the Tilemap. TileFlags from the editor preview Tile. Gets the transform matrix of an editor preview. Position of the editor preview Tile on the Tilemap. The transform matrix. Gets the. Position of the Tile on the Tilemap. GameObject instantiated by the Tile at the position. Gets the. Position of the Tile on the Tilemap. Sprite at the XY coordinate. Gets the. Position of the Tile on the Tilemap. Tilemaps.TileBase placed at the cell. Gets the. Position of the Tile on the Tilemap. Tilemaps.TileBase|Tile of type T placed at the cell. Gets the TileFlags of the Tile at the given position. Position of the Tile on the Tilemap. TileFlags from the Tile. Retrieves an array of tiles with the given bounds. Bounds to retrieve from. An array of at the given bounds. Gets the transform matrix of a. Position of the Tile on the Tilemap. The transform matrix. Get the total number of different. The total number of different. Fills the given array with the total number of different and returns the number of tiles filled. The array to be filled. The number of tiles filled. Returns whether there is an editor preview tile at the position. Position to check. True if there is an editor preview tile at the position. False if not. Returns whether there is a tile at the position. Position to check. True if there is a tile at the position. False if not. Determines the orientation of. Use a custom orientation to all tiles in the tile map. Orients tiles in the XY plane. Orients tiles in the XZ plane. Orients tiles in the YX plane. Orients tiles in the YZ plane. Orients tiles in the ZX plane. Orients tiles in the ZY plane. Refreshes all. The tile map will retrieve the rendering data, animation data and other data for all tiles and update all relevant components. Refreshes a. Position of the Tile on the Tilemap. Removes the TileFlags onto the Tile at the given position. Position of the Tile on the Tilemap. TileFlags to remove from the Tile. Resizes tiles in the Tilemap to bounds defined by origin and size. Sets the collider type of a. Position of the Tile on the Tilemap. Collider type to set the to at the XYZ coordinate. Sets the color of a. Position of the Tile on the Tilemap. Color to set the to at the XY coordinate. Sets the color of an editor preview. Position of the editor preview Tile on the Tilemap. Color to set the editor preview to at the XY coordinate. Sets an editor preview. Position of the editor preview Tile on the Tilemap. The editor preview to be placed the cell. Sets the transform matrix of an editor preview tile given the XYZ coordinates of a cell in the. Position of the editor preview Tile on the Tilemap. The transform matrix. Sets a. Position of the Tile on the Tilemap. to be placed the cell. Sets the TileFlags onto the Tile at the given position. Position of the Tile on the Tilemap. TileFlags to add onto the Tile. Sets an array of. An array of positions of Tiles on the Tilemap. An array of to be placed. Fills bounds with array of tiles. Bounds to be filled. An array of to be placed. Sets the transform matrix of a tile given the XYZ coordinates of a cell in the. Position of the Tile on the Tilemap. The transform matrix. Swaps all existing tiles of changeTile to newTile and refreshes all the swapped tiles. Tile to swap. Tile to swap to. Collider for 2D physics representing shapes defined by the corresponding Tilemap. The tile map renderer is used to render the tile map marked out by a component. Bounds used for culling of Tilemap chunks. Size in number of tiles of each chunk created by the TilemapRenderer. Returns whether the TilemapRenderer automatically detects the bounds to extend chunk culling by. Specifies how the Tilemap interacts with the masks. Maximum number of chunks the TilemapRenderer caches in memory. Maximum number of frames the TilemapRenderer keeps unused chunks in memory. The mode in which the TileMapRenderer batches the for rendering. Active sort order for the TilemapRenderer. Returns whether the TilemapRenderer automatically detects the bounds to extend chunk culling by. The TilemapRenderer will automatically detect the bounds of extension by inspecting the Sprite/s used in the Tilemap. The user adds in the values used for extend the bounds for culling of Tilemap chunks. Determines how the TilemapRenderer should batch the for rendering. Batches each Sprite from the Tilemap into grouped chunks to be rendered. Sends each Sprite from the Tilemap to be rendered individually. Sort order for all tiles rendered by the TilemapRenderer. Sorts tiles for rendering starting from the tile with the lowest X and the lowest Y cell positions. Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions. Sorts tiles for rendering starting from the tile with the lowest X and the highest Y cell positions. Sorts tiles for rendering starting from the tile with the highest X and the lowest Y cell positions. The interface to get time information from Unity. Slows game playback time to allow screenshots to be saved between frames. The completion time in seconds since the last frame (Read Only). The interval in seconds at which physics and other fixed frame rate updates (like MonoBehaviour's MonoBehaviour.FixedUpdate) are performed. The time the latest MonoBehaviour.FixedUpdate has started (Read Only). This is the time in seconds since the start of the game. The timeScale-independent interval in seconds from the last fixed frame to the current one (Read Only). The TimeScale-independant time the latest MonoBehaviour.FixedUpdate has started (Read Only). This is the time in seconds since the start of the game. The total number of frames that have passed (Read Only). Returns true if called inside a fixed time step callback (like MonoBehaviour's MonoBehaviour.FixedUpdate), otherwise returns false. The maximum time a frame can take. Physics and other fixed frame rate updates (like MonoBehaviour's MonoBehaviour.FixedUpdate) will be performed only for this duration of time per frame. The maximum time a frame can spend on particle updates. If the frame takes longer than this, then updates are split into multiple smaller updates. The real time in seconds since the game started (Read Only). A smoothed out Time.deltaTime (Read Only). The time at the beginning of this frame (Read Only). This is the time in seconds since the start of the game. The scale at which the time is passing. This can be used for slow motion effects. The time this frame has started (Read Only). This is the time in seconds since the last level has been loaded. The timeScale-independent interval in seconds from the last frame to the current one (Read Only). The timeScale-independant time for this frame (Read Only). This is the time in seconds since the start of the game. Specify a tooltip for a field in the Inspector window. The tooltip text. Specify a tooltip for a field. The tooltip text. Structure describing the status of a finger touching the screen. Value of 0 radians indicates that the stylus is parallel to the surface, pi/2 indicates that it is perpendicular. Value of 0 radians indicates that the stylus is pointed along the x-axis of the device. The position delta since last change. Amount of time that has passed since the last recorded change in Touch values. The unique index for the touch. The maximum possible pressure value for a platform. If Input.touchPressureSupported returns false, the value of this property will always be 1.0f. Describes the phase of the touch. The position of the touch in pixel coordinates. The current amount of pressure being applied to a touch. 1.0f is considered to be the pressure of an average touch. If Input.touchPressureSupported returns false, the value of this property will always be 1.0f. An estimated value of the radius of a touch. Add radiusVariance to get the maximum touch size, subtract it to get the minimum touch size. This value determines the accuracy of the touch radius. Add this value to the radius to get the maximum touch size, subtract it to get the minimum touch size. The raw position used for the touch. Number of taps. A value that indicates whether a touch was of Direct, Indirect (or remote), or Stylus type. Describes phase of a finger touch. A finger touched the screen. The system cancelled tracking for the touch. A finger was lifted from the screen. This is the final phase of a touch. A finger moved on the screen. A finger is touching the screen but hasn't moved. Interface into the native iPhone, Android, Windows Phone and Windows Store Apps on-screen keyboards - it is not available on other platforms. Is the keyboard visible or sliding into the position on the screen? Returns portion of the screen which is covered by the keyboard. Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only) Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only) How many characters the keyboard input field is limited to. 0 = infinite. Specifies if input process was finished. (Read Only) Will text input field above the keyboard be hidden when the keyboard is on screen? Is touch screen keyboard supported. Gets or sets the character range of the selected text within the string currently being edited. Returns the status of the on-screen keyboard. (Read Only) Specified on which display the software keyboard will appear. Returns the text displayed by the input field of the keyboard. Returns the TouchScreenKeyboardType of the keyboard. Returns true whenever any keyboard is completely visible on the screen. Specifies if input process was canceled. (Read Only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) Opens the native keyboard provided by OS on the screen. Text to edit. Type of keyboard (eg, any text, numbers only, etc). Is autocorrection applied? Can more than one line of text be entered? Is the text masked (for passwords, etc)? Is the keyboard opened in alert mode? Text to be used if no other text is present. How many characters the keyboard input field is limited to. 0 = infinite. (Android and iOS only) The status of the on-screen keyboard. The on-screen keyboard was canceled. The user has finished providing input. The on-screen keyboard has lost focus. The on-screen keyboard is visible. Enumeration of the different types of supported touchscreen keyboards. Keyboard with standard ASCII keys. The default keyboard layout of the target platform. Keyboard with additional keys suitable for typing email addresses. Keyboard with alphanumeric keys. Keyboard for the Nintendo Network (Deprecated). Keyboard with standard numeric keys. Keyboard with numbers and punctuation mark keys. Keyboard with a layout suitable for typing telephone numbers. Keyboard with the "." key beside the space key, suitable for typing search terms. Keyboard with symbol keys often used on social media, such as Twitter. Keyboard with keys for URL entry. Describes whether a touch is direct, indirect (or remote), or from a stylus. A direct touch on a device. An Indirect, or remote, touch on a device. A touch from a stylus on a device. The trail renderer is used to make trails behind objects in the Scene as they move about. Select whether the trail will face the camera, or the orientation of the Transform Component. Does the GameObject of this Trail Renderer auto destruct? Set the color gradient describing the color of the trail at various points along its length. Creates trails when the GameObject moves. Set the color at the end of the trail. The width of the trail at the end of the trail. Configures a trail to generate Normals and Tangents. With this data, Scene lighting can affect the trail via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders. Set the minimum distance the trail can travel before a new vertex is added to it. Set this to a value greater than 0, to get rounded corners on each end of the trail. Set this to a value greater than 0, to get rounded corners between each segment of the trail. Get the number of line segments in the trail. Get the number of line segments in the trail. Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the trail width at each segment. Set the color at the start of the trail. The width of the trail at the spawning point. Choose whether the U coordinate of the trail texture is tiled or stretched. How long does the trail take to fade out. Set the curve describing the width of the trail at various points along its length. Set an overall multiplier that is applied to the TrailRenderer.widthCurve to get the final width of the trail. Adds a position to the trail. The position to add to the trail. Add an array of positions to the trail. The positions to add to the trail. Creates a snapshot of TrailRenderer and stores it in mesh. A static mesh that will receive the snapshot of the trail. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of TrailRenderer and stores it in mesh. A static mesh that will receive the snapshot of the trail. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of TrailRenderer and stores it in mesh. A static mesh that will receive the snapshot of the trail. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Creates a snapshot of TrailRenderer and stores it in mesh. A static mesh that will receive the snapshot of the trail. The camera used for determining which way camera-space trails will face. Include the rotation and scale of the Transform in the baked mesh. Removes all points from the TrailRenderer. Useful for restarting a trail from a new position. Get the position of a vertex in the trail. The index of the position to retrieve. The position at the specified index in the array. Get the positions of all vertices in the trail. The array of positions to retrieve. How many positions were actually stored in the output array. Set the position of a vertex in the trail. Which position to set. The new position. Sets the positions of all vertices in the trail. The array of positions to set. Position, rotation and scale of an object. The number of children the parent Transform has. The rotation as Euler angles in degrees. The blue axis of the transform in world space. Has the transform changed since the last time the flag was set to 'false'? The transform capacity of the transform's hierarchy data structure. The number of transforms in the transform's hierarchy data structure. The rotation as Euler angles in degrees relative to the parent transform's rotation. Position of the transform relative to the parent transform. The rotation of the transform relative to the transform rotation of the parent. The scale of the transform relative to the parent. Matrix that transforms a point from local space into world space (Read Only). The global scale of the object (Read Only). The parent of the transform. The world space position of the Transform. The red axis of the transform in world space. Returns the topmost transform in the hierarchy. A quaternion that stores the rotation of the Transform in world space. The green axis of the transform in world space. Matrix that transforms a point from world space into local space (Read Only). Unparents all children. Finds a child by n and returns it. Name of child to be found. The returned child transform or null if no child is found. Returns a transform child by index. Index of the child transform to return. Must be smaller than Transform.childCount. Transform child by index. Gets the sibling index. Transforms a direction from world space to local space. The opposite of Transform.TransformDirection. Transforms the direction x, y, z from world space to local space. The opposite of Transform.TransformDirection. Transforms position from world space to local space. Transforms the position x, y, z from world space to local space. The opposite of Transform.TransformPoint. Transforms a vector from world space to local space. The opposite of Transform.TransformVector. Transforms the vector x, y, z from world space to local space. The opposite of Transform.TransformVector. Is this transform a child of parent? Rotates the transform so the forward vector points at target's current position. Object to point towards. Vector specifying the upward direction. Rotates the transform so the forward vector points at target's current position. Object to point towards. Vector specifying the upward direction. Rotates the transform so the forward vector points at worldPosition. Point to look at. Vector specifying the upward direction. Rotates the transform so the forward vector points at worldPosition. Point to look at. Vector specifying the upward direction. Applies a rotation of eulerAngles.z degrees around the z-axis, eulerAngles.x degrees around the x-axis, and eulerAngles.y degrees around the y-axis (in that order). The rotation to apply. Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space. Applies a rotation of zAngle degrees around the z axis, xAngle degrees around the x axis, and yAngle degrees around the y axis (in that order). Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space. Degrees to rotate the GameObject around the X axis. Degrees to rotate the GameObject around the Y axis. Degrees to rotate the GameObject around the Z axis. Rotates the object around the given axis by the number of degrees defined by the given angle. The degrees of rotation to apply. The axis to apply rotation to. Determines whether to rotate the GameObject either locally to the GameObject or relative to the Scene in world space. Rotates the transform about axis passing through point in world coordinates by angle degrees. Move the transform to the start of the local transform list. Move the transform to the end of the local transform list. Set the parent of the transform. The parent Transform to use. If true, the parent-relative position, scale and rotation are modified such that the object keeps the same world space position, rotation and scale as before. Set the parent of the transform. The parent Transform to use. If true, the parent-relative position, scale and rotation are modified such that the object keeps the same world space position, rotation and scale as before. Sets the world space position and rotation of the Transform component. Sets the sibling index. Index to set. Transforms direction from local space to world space. Transforms direction x, y, z from local space to world space. Transforms position from local space to world space. Transforms the position x, y, z from local space to world space. Transforms vector from local space to world space. Transforms vector x, y, z from local space to world space. Moves the transform in the direction and distance of translation. Moves the transform in the direction and distance of translation. Moves the transform by x along the x axis, y along the y axis, and z along the z axis. Moves the transform by x along the x axis, y along the y axis, and z along the z axis. Moves the transform in the direction and distance of translation. Moves the transform by x along the x axis, y along the y axis, and z along the z axis. Transparent object sorting mode of a Camera. Sort objects based on distance along a custom axis. Default transparency sorting mode. Orthographic transparency sorting mode. Perspective transparency sorting mode. Tree Component for the tree creator. Data asociated to the Tree. Tells if there is wind data exported from SpeedTree are saved on this component. Contains information about a tree placed in the Terrain game object. Color of this instance. Height scale of this instance (compared to the prototype's size). Lightmap color calculated for this instance. Position of the tree. Index of this instance in the TerrainData.treePrototypes array. Read-only. Rotation of the tree on X-Z plane (in radians). Width scale of this instance (compared to the prototype's size). Simple class that contains a pointer to a tree prototype. Bend factor of the tree prototype. Retrieves the actual GameObject used by the tree. Interface into tvOS specific functionality. Advertising ID. Is advertising tracking enabled. The generation of the device. (Read Only) iOS version. Vendor ID. Reset "no backup" file flag: file will be synced with iCloud/iTunes backup and can be deleted by OS in low storage situations. Set file flag to be excluded from iCloud/iTunes backup. iOS device generation. First generation Apple TV. Second generation (4K) Apple TV. A class for Apple TV remote input configuration. Configures how "Menu" button behaves on Apple TV Remote. If this property is set to true hitting "Menu" on Remote will exit to system home screen. When this property is false current application is responsible for handling "Menu" button. It is recommended to set this property to true on top level menus of your application. Configures if Apple TV Remote should autorotate all the inputs when Remote is being held in horizontal orientation. Default is false. Configures how touches are mapped to analog joystick axes in relative or absolute values. If set to true it will return +1 on Horizontal axis when very far right is being touched on Remote touch aread (and -1 when very left area is touched correspondingly). The same applies for Vertical axis too. When this property is set to false player should swipe instead of touching specific area of remote to generate Horizontal or Vertical input. Disables Apple TV Remote touch propagation to Unity Input.touches API. Useful for 3rd party frameworks, which do not respect Touch.type == Indirect. Default is false. Sprite Atlas is an asset created within Unity. It is part of the built-in sprite packing solution. Return true if this SpriteAtlas is a variant. Get the total number of Sprite packed into this atlas. Get the tag of this SpriteAtlas. Return true if Sprite is packed into this SpriteAtlas. Clone the first Sprite in this atlas that matches the name packed in this atlas and return it. The name of the Sprite. Clone all the Sprite in this atlas and fill them into the supplied array. Array of Sprite that will be filled. The size of the returned array. Clone all the Sprite matching the name in this atlas and fill them into the supplied array. Array of Sprite that will be filled. The name of the Sprite. Manages SpriteAtlas during runtime. Trigger when a SpriteAtlas is registered via invoking the callback in U2D.SpriteAtlasManager.atlasRequested. Trigger when any Sprite was bound to SpriteAtlas but couldn't locate the atlas asset during runtime. Class that specifies some information about a renderable character. Character width. Position of the character cursor in local (text generated) space. Information about a generated line of text. Height of the line. Space in pixels between this line and the next line. Index of the first character in the line. The upper Y position of the line in pixels. This is used for text annotation such as the caret and selection box in the InputField. Vertex class used by a Canvas for managing vertices. Vertex color. Normal. Vertex position. Simple UIVertex with sensible settings for use in the UI system. Tangent. The first texture coordinate set of the mesh. Used by UI elements by default. The second texture coordinate set of the mesh, if present. The Third texture coordinate set of the mesh, if present. The forth texture coordinate set of the mesh, if present. The BurstDiscard attribute lets you remove a method or property from being compiled to native code by the burst compiler. The BurstDiscard attribute lets you remove a method or property from being compiled to native code by the burst compiler. Used to specify allocation type for NativeArray. Invalid allocation. No allocation. Persistent allocation. Temporary allocation. Temporary job allocation. DeallocateOnJobCompletionAttribute. AtomicSafetyHandle is used by the job system to provide validation and full safety. Checks if the handle can be deallocated. Throws an exception if it has already been destroyed or a job is currently accessing the data. Safety handle. Checks if the handle is still valid and throws an exception if it is already destroyed. Safety handle. CheckGetSecondaryDataPointerAndThrow. Safety handle. Checks if the handle can be read from. Throws an exception if already destroyed or a job is currently writing to the data. Safety handle. Performs CheckWriteAndThrow and then bumps the secondary version. Safety handle. Checks if the handle can be written to. Throws an exception if already destroyed or a job is currently reading or writing to the data. Safety handle. Creates a new AtomicSafetyHandle that is valid until AtomicSafetyHandle.Release is called. Safety handle. Waits for all jobs running against this AtomicSafetyHandle to complete. Safety handle. Result. Waits for all jobs running against this AtomicSafetyHandle to complete and then disables the read and write access on this atomic safety handle. Safety handle. Result. Waits for all jobs running against this AtomicSafetyHandle to complete and then releases the atomic safety handle. Safety handle. Result. Returns true if the AtomicSafetyHandle is configured to allow reading or writing. Safety handle. True if the AtomicSafetyHandle is configured to allow reading or writing, false otherwise. Fetch the job handles of all jobs reading from the safety handle. The atomic safety handle to return readers for. The maximum number of handles to be written to the output array. A buffer where the job handles will be written. The actual number of readers on the handle, which can be greater than the maximum count provided. Return the name of the specified reading job. Safety handle. Index of the reader. The debug name of the reader. Returns the safety handle which should be used for all temp memory allocations in this temp memory scope. All temp memory allocations share the same safety handle since they are automatically disposed of at the same time. The safety handle for temp memory allocations in the current scope. Returns a single shared handle, that can be shared by for example NativeSlice pointing to stack memory. Safety handle. Return the writer (if any) on an atomic safety handle. Safety handle. The job handle of the writer. Return the debug name of the current writer on an atomic safety handle. Safety handle. Name of the writer, if any. Checks if an AtomicSafetyHandle is the temp memory safety handle for the currently active temp memory scope. Safety handle. True if the safety handle is the temp memory handle for the current scope. Marks the AtomicSafetyHandle so that it cannot be disposed of. Safety handle. Releases a previously created AtomicSafetyHandle. Safety handle. Lets you prevent read or write access on the atomic safety handle. Safety handle. Use false to disallow read or write access, or true otherwise. Switches the AtomicSafetyHandle to the secondary version number. Safety handle. Allow writing. Switches the AtomicSafetyHandle to the secondary version number. Safety handle. DisposeSentinel is used to automatically detect memory leaks. Clears the DisposeSentinel. The DisposeSentinel to clear. Creates a new AtomicSafetyHandle and a new DisposeSentinel, to be used to track safety and leaks on some native data. The AtomicSafetyHandle that can be used to control access to the data related to the DisposeSentinel being created. The new DisposeSentinel. The stack depth where to extract the logging information from. Releases the AtomicSafetyHandle and clears the DisposeSentinel. The AtomicSafetyHandle returned when invoking Create. The DisposeSentinel. EnforceJobResult. AllJobsAlreadySynced. DidSyncRunningJobs. HandleWasAlreadyDeallocated. NativeArray Unsafe Utility. Converts an existing buffer to a NativeArray. Pointer to the preallocated data. Length (in bytes) of the data. Allocation strategy to use. A new NativeArray, allocated with the given strategy and wrapping the provided data. Returns the AtomicSafetyHandle that is used for safety control on the NativeArray. NativeArray. Safety handle. Gets the pointer to the data owner by the NativeArray, without performing checks. NativeArray. NativeArray memory buffer pointer. Gets the pointer to the memory buffer owner by the NativeArray, performing checks on whether the native array can be written to. NativeArray. NativeArray memory buffer pointer. Gets the pointer to the memory buffer owner by the NativeArray, performing checks on whether the native array can be read from. NativeArray. NativeArray memory buffer pointer. Sets a new AtomicSafetyHandle for the provided NativeArray. NativeArray. Safety handle. Allows you to create your own custom native container. NativeContainerIsAtomicWriteOnlyAttribute. NativeContainerIsReadOnlyAttribute. NativeContainerSupportsDeallocateOnJobCompletionAttribute. NativeContainerSupportsDeferredConvertListToArray. NativeContainerSupportsMinMaxWriteRestrictionAttribute. By default native containers are tracked by the safety system to avoid race conditions. The safety system encapsulates the best practices and catches many race condition bugs from the start. By default unsafe Pointers are not allowed to be used in a job since it is not possible for the Job Debugger to gurantee race condition free behaviour. This attribute lets you explicitly disable the restriction on a job. When this attribute is applied to a field in a job struct, the managed reference to the class will be set to null on the copy of the job struct that is passed to the job. This attribute can inject a worker thread index into an int on the job struct. This is usually used in the implementation of atomic containers. The index is guaranteed to be unique to any other job that might be running in parallel. NativeSlice unsafe utility class. ConvertExistingDataToNativeSlice. Memory pointer. Number of elements. Get safety handle for native slice. NativeSlice. Safety handle. Get NativeSlice memory buffer pointer. Checks whether the native array can be written to. NativeSlice. Memory pointer. Get NativeSlice memory buffer pointer. Checks whether the native array can be read from. NativeSlice. Memory pointer. Set safetly handle on NativeSlice. NativeSlice. Safety handle. Unsafe utility class. The memory address of the struct. Struct. Memory pointer. Minimum alignment of a struct. Memory pointer. Assigns an Object reference to a struct or pinned class. See Also: UnsafeUtility.PinGCObjectAndGetAddress. Copies sizeof(T) bytes from ptr to output. Memory pointer. Struct. Copies sizeof(T) bytes from input to ptr. Memory pointer. Struct. Free memory. Memory pointer. Allocator. Returns the offset of the field relative struct or class it is contained in. Returns whether the struct is blittable. The System.Type of a struct. True if struct is blittable, otherwise false. Returns whether the struct is blittable. The System.Type of a struct. True if struct is blittable, otherwise false. Returns true if the allocator label is valid and can be used to allocate or deallocate memory. Allocate memory. Size. Alignment. Allocator. Memory pointer. Clear memory. Memory pointer. Size. Checks to see whether two memory regions are identical or not by comparing a specified memory region in the first given memory buffer with the same region in the second given memory buffer. Pointer to the first memory buffer. Pointer to the second memory buffer to compare the first one to. Number of bytes to compare. 0 if the contents are identical, non-zero otherwise. Copy memory. Destination memory pointer. Source memory pointer. Size. Copy memory and replicate. Destination memory pointer. Source memory pointer. Size. Count. Similar to UnsafeUtility.MemCpy but can skip bytes via desinationStride and sourceStride. Move memory. Destination memory pointer. Source memory pointer. Size. Keeps a strong GC reference to the object and pins it. The object is guranteed to not move its memory location in a moving GC. Returns the address of the first element of the array. See Also: UnsafeUtility.ReleaseGCObject. Keeps a strong GC reference to the object and pins it. The object is guranteed to not move its memory location in a moving GC. Returns the address of the memory location of the object. See Also: UnsafeUtility.ReleaseGCObject. Read array element. Memory pointer. Array index. Array Element. Read array element with stride. Memory pointer. Array index. Stride. Array element. Releases a GC Object Handle, previously aquired by UnsafeUtility.PinGCObjectAndGetAddress. Size of struct. Size of struct. Write array element. Memory pointer. Array index. Value to write. Write array element with stride. Memory pointer. Array index. Stride. Value to write. Used in conjunction with the ReadOnlyAttribute, WriteAccessRequiredAttribute lets you specify which struct method and property require write access to be invoked. A NativeArray exposes a buffer of native memory to managed code, making it possible to share data between managed and native without marshalling costs. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copies a range of elements from a source array to a destination array, starting from the source index and copying them to the destination index. The data to copy. The array that receives the data. A 32-bit integer that represents the number of elements to copy. The integer must be equal or greater than zero. A 32-bit integer that represents the index in the srcArray at which copying begins. A 32-bit integer that represents the index in the dstArray at which storing begins. Copy all the elements from another NativeArray or managed array of the same length. Source array. Copy all the elements from another NativeArray or managed array of the same length. Source array. Copy all elements to another NativeArray or managed array of the same length. Destination array. Copy all elements to another NativeArray or managed array of the same length. Destination array. Creates a new NativeArray from an existing array of elements. An array to copy the data from. The allocation strategy used for the data. Creates a new NativeArray from an existing NativeArray. NativeArray to copy the data from. The allocation strategy used for the data. Creates a new NativeArray allocating enough memory to fit the provided amount of elements. Number of elements to be allocated. The allocation strategy used for the data. Options to control the behaviour of the NativeArray. Disposes the NativeArray. Compares to NativeArray. NativeArray to compare against. True in case the two NativeArray are the same, false otherwise. Compares to NativeArray. Object to compare against. True in case the two NativeArray are the same, false otherwise. Get enumerator. Enumerator. Returns a hash code for the current instance. Hash code. Indicates that the NativeArray has an allocated memory buffer. Number of elements in the NativeArray. Access NativeArray elements by index. Notice that structs are returned by value and not by reference. Convert NativeArray to array. Array. NativeArrayOptions lets you control if memory should be cleared on allocation or left uninitialized. Clear NativeArray memory on allocation. Uninitialized memory can improve performance, but results in the contents of the array elements being undefined. In performance sensitive code it can make sense to use NativeArrayOptions.Uninitialized, if you are writing to the entire array right after creating it without reading any of the elements first. NativeDisableParallelForRestrictionAttribute. The container has from start a size that will never change. The specified number of elements will never change. The fixed number of elements in the container. The fixed number of elements in the container. Static class for native leak detection settings. Set whether native memory leak detection should be enabled or disabled. Native leak memory leak detection mode enum. Indicates that native memory leak detection is disabled. Indicates that native memory leak detection is enabled. Native Slice. Copy all the elements from a NativeSlice or managed array of the same length. NativeSlice. Array. Copy all the elements from a NativeSlice or managed array of the same length. NativeSlice. Array. Copy all the elements of the slice to a NativeArray or managed array of the same length. Array. Copy all the elements of the slice to a NativeArray or managed array of the same length. Array. Constructor. NativeArray. Start index. Memory pointer. Length. Constructor. NativeArray. Start index. Memory pointer. Length. Constructor. NativeArray. Start index. Memory pointer. Length. Constructor. NativeArray. Start index. Memory pointer. Length. GetEnumerator. Enumerator. Implicit operator for creating a NativeSlice from a NativeArray. NativeArray. Number of elements in the slice. SliceConvert. NativeSlice. SliceWithStride. Stride offset. Field name whos offset should be used as stride. NativeSlice. SliceWithStride. Stride offset. Field name whos offset should be used as stride. NativeSlice. SliceWithStride. Stride offset. Field name whos offset should be used as stride. NativeSlice. Returns stride set for Slice. Access NativeSlice elements by index. Notice that structs are returned by value and not by reference. Convert NativeSlice to array. Array. The ReadOnly attribute lets you mark a member of a struct used in a job as read-only. The ReadOnly attribute lets you mark a member of a struct used in a job as read-only. The WriteOnly attribute lets you mark a member of a struct used in a job as write-only. With the AsyncReadManager, you can perform asynchronous I/O operations through Unity's virtual file system. You can perform these operations on any thread or job. Issues an asynchronous file read operation. Returns a ReadHandle. The filename to read from. A pointer to an array of ReadCommand structs that specify offset, size, and destination buffer. The number of read commands pointed to by readCmds. Used to monitor the progress and status of the read command. Describes the offset, size, and destination buffer of a single read operation. The buffer that receives the read data. The offset where the read begins, within the file. The size of the read in bytes. You can use this handle to query the status of an asynchronous read operation. Note: To avoid a memory leak, you must call Dispose. Disposes the ReadHandle. Use this to free up internal resources for reuse. Check if the ReadHandle is valid. True if the ReadHandle is valid. JobHandle that completes when the read operation completes. Current state of the read operation. State of the read operation. All the ReadCommand operations completed successfully. One or more of the ReadCommand operations failed. The read operation is in progress. IJob allows you to schedule a single job that runs in parallel to other jobs and the main thread. Implement this method to perform work on a worker thread. Extension methods for Jobs using the IJob interface. Perform the job's Execute method immediately on the same thread. The job and data to Run. Schedule the job for execution on a worker thread. The job and data to schedule. Dependencies are used to ensure that a job executes on workerthreads after the dependency has completed execution. Making sure that two jobs reading or writing to same data do not run in parallel. The handle identifying the scheduled job. Can be used as a dependency for a later job or ensure completion on the main thread. Parallel-for jobs allow you to perform the same independent operation for each element of a native container or for a fixed number of iterations. Implement this method to perform work against a specific iteration index. The index of the Parallel for loop at which to perform work. Extension methods for Jobs using the IJobParallelFor. Perform the job's Execute method immediately on the same thread. The job and data to Run. The number of iterations the for loop will execute. Schedule the job for execution on a worker thread. The job and data to Schedule. The number of iterations the for loop will execute. Granularity in which workstealing is performed. A value of 32, means the job queue will steal 32 iterations and then perform them in an efficient inner loop. Dependencies are used to ensure that a job executes on workerthreads after the dependency has completed execution. Making sure that two jobs reading or writing to same data do not run in parallel. The handle identifying the scheduled job. Can be used as a dependency for a later job or ensure completion on the main thread. JobHandle. CheckFenceIsDependencyOrDidSyncFence. Job handle. Job handle dependency. Return value. Combines multiple dependencies into a single one. Combines multiple dependencies into a single one. Combines multiple dependencies into a single one. Ensures that the job has completed. Ensures that all jobs have completed. Ensures that all jobs have completed. Ensures that all jobs have completed. Returns false if the task is currently running. Returns true if the task has completed. By default jobs are only put on a local queue when using Job Schedule functions, this actually makes them available to the worker threads to execute them. Struct used to implement batch query jobs. Create BatchQueryJob. NativeArray containing the commands to execute during a batch. The job executing the query will only read from the array, not write to it. NativeArray which can contain the results from the commands. The job executing the query will write to the array. Struct used to schedule batch query jobs. Initializes a BatchQueryJobStruct and returns a pointer to an internal structure (System.IntPtr) which should be passed to JobsUtility.JobScheduleParameters. JobHandle Unsafe Utilities. Combines multiple dependencies into a single one using an unsafe array of job handles. See Also: JobHandle.CombineDependencies. All job interface types must be marked with the JobProducerType. This is used to compile the Execute method by the Burst ASM inspector. The type containing a static method named "Execute" method which is the method invokes by the job system. ProducerType is the type containing a static method named "Execute" method which is the method invokes by the job system. Struct containing information about a range the job is allowed to work on. The size of the batch. Number of indices per phase. Number of jobs. Number of phases. Phase Data. The start and end index of the job range. Total iteration count. Static class containing functionality to create, run and debug jobs. Size of a cache line. Creates job reflection data. Returns pointer to internal JobReflectionData. Creates job reflection data. Returns pointer to internal JobReflectionData. Returns the begin index and end index of the range. Returns the work stealing range. Returns true if successful. When disabled, forces jobs that have already been compiled with burst to run in mono instead. For example if you want to debug the C# jobs or just want to compare behaviour or performance. Enables and disables the job debugger at runtime. Note that currently the job debugger is only supported in the Editor. Thus this only has effect in the editor. Struct containing job parameters for scheduling. Constructor. A JobHandle to any dependency this job would have. Pointer to the job data. Pointer to the reflection data. ScheduleMode option. Maximum job thread count. Injects debug checks for min and max ranges of native array. Schedule a single IJob. Returns a JobHandle to the newly created Job. Schedule a IJobParallelFor job. Returns a JobHandle to the newly created Job. Schedule a IJobParallelFor job. Returns a JobHandle to the newly created Job. Schedule a IJobParallelForTransform job. Returns a JobHandle to the newly created Job. Determines what the job is used for (ParallelFor or a single job). A parallel for job. A single job. ScheduleMode options for scheduling a manage job. Schedule job as batched. Schedule job as independent. Performance marker used for profiling arbitrary code blocks. Creates a helper struct for the scoped using blocks. IDisposable struct which calls Begin and End automatically. Helper IDisposable struct for use with ProfilerMarker.Auto. Begin profiling a piece of code marked with a custom name defined by this instance of ProfilerMarker. Object associated with the operation. Begin profiling a piece of code marked with a custom name defined by this instance of ProfilerMarker. Object associated with the operation. Constructs a new performance marker for code instrumentation. Marker name. End profiling a piece of code marked with a custom name defined by this instance of ProfilerMarker. Declares an assembly to be compatible (API wise) with a specific Unity API. Used by internal tools to avoid processing the assembly in order to decide whether assemblies may be using old Unity API. Version of Unity API. Initializes a new instance of UnityAPICompatibilityVersionAttribute. Unity version that this assembly with compatible with. Constants to pass to Application.RequestUserAuthorization. Request permission to use any audio input sources attached to the computer. Request permission to use any video input sources attached to the computer. Representation of 2D vectors and points. Shorthand for writing Vector2(0, -1). Shorthand for writing Vector2(-1, 0). Returns the length of this vector (Read Only). Shorthand for writing Vector2(float.NegativeInfinity, float.NegativeInfinity). Returns this vector with a magnitude of 1 (Read Only). Shorthand for writing Vector2(1, 1). Shorthand for writing Vector2(float.PositiveInfinity, float.PositiveInfinity). Shorthand for writing Vector2(1, 0). Returns the squared length of this vector (Read Only). Shorthand for writing Vector2(0, 1). X component of the vector. Y component of the vector. Shorthand for writing Vector2(0, 0). Returns the unsigned angle in degrees between from and to. The vector from which the angular difference is measured. The vector to which the angular difference is measured. Returns a copy of vector with its magnitude clamped to maxLength. Constructs a new vector with given x, y components. Returns the distance between a and b. Dot Product of two vectors. Returns true if the given vector is exactly equal to this vector. Converts a Vector3 to a Vector2. Converts a Vector2 to a Vector3. Linearly interpolates between vectors a and b by t. Linearly interpolates between vectors a and b by t. Returns a vector that is made from the largest components of two vectors. Returns a vector that is made from the smallest components of two vectors. Moves a point current towards target. Makes this vector have a magnitude of 1. Divides a vector by a number. Divides a vector by another vector. Returns true if two vectors are approximately equal. Subtracts one vector from another. Negates a vector. Multiplies a vector by a number. Multiplies a vector by a number. Multiplies a vector by another vector. Adds two vectors. Returns the 2D vector perpendicular to this 2D vector. The result is always rotated 90-degrees in a counter-clockwise direction for a 2D coordinate system where the positive Y axis goes up. The input direction. The perpendicular direction. Reflects a vector off the vector defined by a normal. Multiplies two vectors component-wise. Multiplies every component of this vector by the same component of scale. Set x and y components of an existing Vector2. Returns the signed angle in degrees between from and to. The vector from which the angular difference is measured. The vector to which the angular difference is measured. Gradually changes a vector towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes a vector towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes a vector towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Access the x or y component using [0] or [1] respectively. Returns a nicely formatted string for this vector. Returns a nicely formatted string for this vector. Representation of 2D vectors and points using integers. Shorthand for writing Vector2Int (0, -1). Shorthand for writing Vector2Int (-1, 0). Returns the length of this vector (Read Only). Shorthand for writing Vector2Int (1, 1). Shorthand for writing Vector2Int (1, 0). Returns the squared length of this vector (Read Only). Shorthand for writing Vector2Int (0, 1). X component of the vector. Y component of the vector. Shorthand for writing Vector2Int (0, 0). Converts a Vector2 to a Vector2Int by doing a Ceiling to each value. Clamps the Vector2Int to the bounds given by min and max. Returns the distance between a and b. Returns true if the objects are equal. Converts a Vector2 to a Vector2Int by doing a Floor to each value. Gets the hash code for the Vector2Int. The hash code of the Vector2Int. Converts a Vector2Int to a Vector2. Returns a vector that is made from the largest components of two vectors. Returns a vector that is made from the smallest components of two vectors. Returns true if the vectors are equal. Converts a Vector2Int to a Vector3Int. Subtracts one vector from another. Multiplies a vector by a number. Multiplies a vector by a number. Returns true if vectors different. Adds two vectors. Converts a Vector2 to a Vector2Int by doing a Round to each value. Multiplies two vectors component-wise. Multiplies every component of this vector by the same component of scale. Set x and y components of an existing Vector2Int. Access the x or y component using [0] or [1] respectively. Returns a nicely formatted string for this vector. Representation of 3D vectors and points. Shorthand for writing Vector3(0, 0, -1). Shorthand for writing Vector3(0, -1, 0). Shorthand for writing Vector3(0, 0, 1). Shorthand for writing Vector3(-1, 0, 0). Returns the length of this vector (Read Only). Shorthand for writing Vector3(float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity). Returns this vector with a magnitude of 1 (Read Only). Shorthand for writing Vector3(1, 1, 1). Shorthand for writing Vector3(float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity). Shorthand for writing Vector3(1, 0, 0). Returns the squared length of this vector (Read Only). Shorthand for writing Vector3(0, 1, 0). X component of the vector. Y component of the vector. Z component of the vector. Shorthand for writing Vector3(0, 0, 0). Returns the angle in degrees between from and to. The vector from which the angular difference is measured. The vector to which the angular difference is measured. The angle in degrees between the two vectors. Returns a copy of vector with its magnitude clamped to maxLength. Cross Product of two vectors. Creates a new vector with given x, y, z components. Creates a new vector with given x, y components and sets z to zero. Returns the distance between a and b. Dot Product of two vectors. Returns true if the given vector is exactly equal to this vector. Linearly interpolates between two vectors. Linearly interpolates between two vectors. Returns a vector that is made from the largest components of two vectors. Returns a vector that is made from the smallest components of two vectors. Calculate a position between the points specified by current and target, moving no farther than the distance specified by maxDistanceDelta. The position to move from. The position to move towards. Distance to move current per call. The new position. Makes this vector have a magnitude of 1. Divides a vector by a number. Returns true if two vectors are approximately equal. Subtracts one vector from another. Negates a vector. Multiplies a vector by a number. Multiplies a vector by a number. Returns true if vectors different. Adds two vectors. Makes vectors normalized and orthogonal to each other. Makes vectors normalized and orthogonal to each other. Projects a vector onto another vector. Projects a vector onto a plane defined by a normal orthogonal to the plane. The direction from the vector towards the plane. The location of the vector above the plane. The location of the vector on the plane. Reflects a vector off the plane defined by a normal. Rotates a vector current towards target. The vector being managed. The vector. The distance between the two vectors in radians. The length of the radian. The location that RotateTowards generates. Multiplies two vectors component-wise. Multiplies every component of this vector by the same component of scale. Set x, y and z components of an existing Vector3. Returns the signed angle in degrees between from and to. The vector from which the angular difference is measured. The vector to which the angular difference is measured. A vector around which the other vectors are rotated. Spherically interpolates between two vectors. Spherically interpolates between two vectors. Gradually changes a vector towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes a vector towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Gradually changes a vector towards a desired goal over time. The current position. The position we are trying to reach. The current velocity, this value is modified by the function every time you call it. Approximately the time it will take to reach the target. A smaller value will reach the target faster. Optionally allows you to clamp the maximum speed. The time since the last call to this function. By default Time.deltaTime. Access the x, y, z components using [0], [1], [2] respectively. Returns a nicely formatted string for this vector. Returns a nicely formatted string for this vector. Representation of 3D vectors and points using integers. Shorthand for writing Vector3Int (0, -1, 0). Shorthand for writing Vector3Int (-1, 0, 0). Returns the length of this vector (Read Only). Shorthand for writing Vector3Int (1, 1, 1). Shorthand for writing Vector3Int (1, 0, 0). Returns the squared length of this vector (Read Only). Shorthand for writing Vector3Int (0, 1, 0). X component of the vector. Y component of the vector. Z component of the vector. Shorthand for writing Vector3Int (0, 0, 0). Converts a Vector3 to a Vector3Int by doing a Ceiling to each value. Clamps the Vector3Int to the bounds given by min and max. Returns the distance between a and b. Returns true if the objects are equal. Converts a Vector3 to a Vector3Int by doing a Floor to each value. Gets the hash code for the Vector3Int. The hash code of the Vector3Int. Converts a Vector3Int to a Vector3. Returns a vector that is made from the largest components of two vectors. Returns a vector that is made from the smallest components of two vectors. Returns true if the vectors are equal. Converts a Vector3Int to a Vector2Int. Subtracts one vector from another. Multiplies a vector by a number. Multiplies a vector by a number. Returns true if vectors different. Adds two vectors. Converts a Vector3 to a Vector3Int by doing a Round to each value. Multiplies two vectors component-wise. Multiplies every component of this vector by the same component of scale. Set x, y and z components of an existing Vector3Int. Access the x, y or z component using [0], [1] or [2] respectively. Returns a nicely formatted string for this vector. Returns a nicely formatted string for this vector. Representation of four-dimensional vectors. Returns the length of this vector (Read Only). Shorthand for writing Vector4(float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity). Returns this vector with a magnitude of 1 (Read Only). Shorthand for writing Vector4(1,1,1,1). Shorthand for writing Vector4(float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity, float.PositiveInfinity). Returns the squared length of this vector (Read Only). W component of the vector. X component of the vector. Y component of the vector. Z component of the vector. Shorthand for writing Vector4(0,0,0,0). Creates a new vector with given x, y, z, w components. Creates a new vector with given x, y, z components and sets w to zero. Creates a new vector with given x, y components and sets z and w to zero. Returns the distance between a and b. Dot Product of two vectors. Returns true if the given vector is exactly equal to this vector. Converts a Vector4 to a Vector2. Converts a Vector4 to a Vector3. Converts a Vector2 to a Vector4. Converts a Vector3 to a Vector4. Linearly interpolates between two vectors. Linearly interpolates between two vectors. Returns a vector that is made from the largest components of two vectors. Returns a vector that is made from the smallest components of two vectors. Moves a point current towards target. Makes this vector have a magnitude of 1. Divides a vector by a number. Returns true if two vectors are approximately equal. Subtracts one vector from another. Negates a vector. Multiplies a vector by a number. Multiplies a vector by a number. Adds two vectors. Projects a vector onto another vector. Multiplies two vectors component-wise. Multiplies every component of this vector by the same component of scale. Set x, y, z and w components of an existing Vector4. Access the x, y, z, w components using [0], [1], [2], [3] respectively. Return the Vector4 formatted as a string. Return the Vector4 formatted as a string. Wrapping modes for text that reaches the vertical boundary. Text well continue to generate when reaching vertical boundary. Text will be clipped when reaching the vertical boundary. Types of 3D content layout within a video. Video does not have any 3D content. Video contains 3D content where the left eye occupies the upper half and right eye occupies the lower half of video frames. Video contains 3D content where the left eye occupies the left half and right eye occupies the right half of video frames. Methods used to fit a video in the target area. Resize proportionally so that width fits the target area, cropping or adding black bars above and below if needed. Resize proportionally so that content fits the target area, adding black bars if needed. Resize proportionally so that content fits the target area, cropping if needed. Resize proportionally so that height fits the target area, cropping or adding black bars on each side if needed. Preserve the pixel size without adjusting for target area. Resize non-proportionally to fit the target area. Places where the audio embedded in a video can be sent. Send the embedded audio to the associated AudioSampleProvider. Send the embedded audio into a specified AudioSource. Send the embedded audio direct to the platform's audio hardware. Disable the embedded audio. A container for video data. Number of audio tracks in the clip. The length of the VideoClip in frames. (Read Only). The frame rate of the clip in frames/second. (Read Only). The height of the images in the video clip in pixels. (Read Only). The length of the video clip in seconds. (Read Only). The video clip path in the project's assets. (Read Only). Denominator of the pixel aspect ratio (num:den). (Read Only). Numerator of the pixel aspect ratio (num:den). (Read Only). The width of the images in the video clip in pixels. (Read Only). The number of channels in the audio track. E.g. 2 for a stereo track. Index of the audio queried audio track. The number of channels. Get the audio track language. Can be unknown. Index of the audio queried audio track. The abbreviated name of the language. Get the audio track sampling rate in Hertz. Index of the audio queried audio track. The sampling rate in Hertz. Plays video content onto a target. Defines how the video content will be stretched to fill the target area. Destination for the audio embedded in the video. Number of audio tracks found in the data source currently configured. (Read Only) Whether direct-output volume controls are supported for the current platform and video format. (Read Only) Whether the playback speed can be changed. (Read Only) Whether frame-skipping to maintain synchronization can be controlled. (Read Only) Whether current time can be changed using the time or timeFrames property. (Read Only) Whether the time source followed by the VideoPlayer can be changed. (Read Only) Returns true if the VideoPlayer can step forward through the video content. (Read Only) The clip being played by the VideoPlayer. Invoked when the VideoPlayer clock is synced back to its Video.VideoTimeReference. The clock time that the VideoPlayer follows to schedule its samples. The clock time is expressed in seconds. (Read Only) Number of audio tracks that this VideoPlayer will take control of. Maximum number of audio tracks that can be controlled. (Read Only) Errors such as HTTP connection problems are reported through this callback. Reference time of the external clock the Video.VideoPlayer uses to correct its drift. The frame index of the currently available frame in VideoPlayer.texture. Number of frames in the current video content. (Read Only) [NOT YET IMPLEMENTED] Invoked when the video decoder does not produce a frame as per the time source during playback. The frame rate of the clip or URL in frames/second. (Read Only) Invoked when a new frame is ready. The height of the images in the VideoClip, or URL, in pixels. (Read Only) Determines whether the VideoPlayer restarts from the beginning when it reaches the end of the clip. Whether playback is paused. (Read Only) Whether content is being played. (Read Only) Whether the VideoPlayer has successfully prepared the content to be played. (Read Only) The length of the VideoClip, or the URL, in seconds. (Read Only) Invoked when the VideoPlayer reaches the end of the content to play. Denominator of the pixel aspect ratio (num:den) for the VideoClip or the URL. (Read Only) Numerator of the pixel aspect ratio (num:den) for the VideoClip or the URL. (Read Only) Factor by which the basic playback rate will be multiplied. Whether the content will start playing back as soon as the component awakes. Invoked when the VideoPlayer preparation is complete. Where the video content will be drawn. Invoke after a seek operation completes. Enables the frameReady events. Whether the VideoPlayer is allowed to skip frames to catch up with current time. The source that the VideoPlayer uses for playback. Invoked immediately after Play is called. Camera component to draw to when Video.VideoPlayer.renderMode is set to either Video.VideoRenderMode.CameraFarPlane or Video.VideoRenderMode.CameraNearPlane. Type of 3D content contained in the source video media. Overall transparency level of the target camera plane video. Material texture property which is targeted when Video.VideoPlayer.renderMode is set to Video.VideoTarget.MaterialOverride. Renderer which is targeted when Video.VideoPlayer.renderMode is set to Video.VideoTarget.MaterialOverride RenderTexture to draw to when Video.VideoPlayer.renderMode is set to Video.VideoTarget.RenderTexture. Internal texture in which video content is placed. (Read Only) The presentation time of the currently available frame in VideoPlayer.texture. The clock that the Video.VideoPlayer observes to detect and correct drift. [NOT YET IMPLEMENTED] The source used used by the VideoPlayer to derive its current time. The file or HTTP URL that the VideoPlayer reads content from. Determines whether the VideoPlayer will wait for the first frame to be loaded into the texture before starting playback when Video.VideoPlayer.playOnAwake is on. The width of the images in the VideoClip, or URL, in pixels. (Read Only) Enable/disable audio track decoding. Only effective when the VideoPlayer is not currently playing. Index of the audio track to enable/disable. True for enabling the track. False for disabling the track. Delegate type for VideoPlayer events that contain an error message. The VideoPlayer that is emitting the event. Message describing the error just encountered. Delegate type for all parameterless events emitted by VideoPlayers. The VideoPlayer that is emitting the event. Delegate type for VideoPlayer events that carry a frame number. The VideoPlayer that is emitting the event. The current frame of the VideoPlayer. The number of audio channels in the specified audio track. Index for the audio track being queried. Number of audio channels. Returns the language code, if any, for the specified track. Index of the audio track to query. Language code. Gets the audio track sampling rate in Hertz. Index of the audio track to query. The sampling rate in Hertz. Gets the direct-output audio mute status for the specified track. Return the direct-output volume for specified track. Track index for which the volume is queried. Volume, between 0 and 1. Gets the AudioSource that will receive audio samples for the specified track if Video.VideoPlayer.audioOutputMode is set to Video.VideoAudioOutputMode.AudioSource. Index of the audio track for which the AudioSource is wanted. The source associated with the audio track. Whether decoding for the specified audio track is enabled. See Video.VideoPlayer.EnableAudioTrack for distinction with mute. Index of the audio track being queried. Returns true if decoding for the specified audio track is enabled. Pauses the playback and leaves the current time intact. Starts playback. Initiates playback engine preparation. Set the direct-output audio mute status for the specified track. Track index for which the mute is set. Mute on/off. Set the direct-output audio volume for the specified track. Track index for which the volume is set. New volume, between 0 and 1. Sets the AudioSource that will receive audio samples for the specified track if this audio target is selected with Video.VideoPlayer.audioOutputMode. Index of the audio track to associate with the specified AudioSource. AudioSource to associate with the audio track. Advances the current time by one frame immediately. Stops the playback and sets the current time to 0. Delegate type for VideoPlayer events that carry a time position. The VideoPlayer that is emitting the event. Time position. Type of destination for the images read by a VideoPlayer. Don't draw the video content anywhere, but still make it available via the VideoPlayer's texture property in the API. Draw video content behind a camera's Scene. Draw video content in front of a camera's Scene. Draw the video content into a user-specified property of the current GameObject's material. Draw video content into a RenderTexture. Source of the video content for a VideoPlayer. Use the current URL as the video content source. Use the current clip as the video content source. The clock that the Video.VideoPlayer observes to detect and correct drift. External reference clock the Video.VideoPlayer observes to detect and correct drift. Disables the drift detection. Internal reference clock the Video.VideoPlayer observes to detect and correct drift. Time source followed by the Video.VideoPlayer when reading content. The audio hardware clock. The unscaled game time as defined by Time.realtimeSinceStartup. This enum describes how the RenderTexture is used as a VR eye texture. Instead of using the values of this enum manually, use the value returned by XR.XRSettings.eyeTextureDesc|eyeTextureDesc or other VR functions returning a RenderTextureDescriptor. The RenderTexture is not a VR eye texture. No special rendering behavior will occur. This texture corresponds to a single eye on a stereoscopic display. This texture corresponds to two eyes on a stereoscopic display. This will be taken into account when using Graphics.Blit and other rendering functions. Waits until the end of the frame after Unity has rendererd every Camera and GUI, just before displaying the frame on screen. Waits until next fixed frame rate update function. See Also: MonoBehaviour.FixedUpdate. Suspends the coroutine execution for the given amount of seconds using scaled time. Suspends the coroutine execution for the given amount of seconds using scaled time. Delay execution by the amount of time in seconds. Suspends the coroutine execution for the given amount of seconds using unscaled time. The given amount of seconds that the yield instruction will wait for. Creates a yield instruction to wait for a given number of seconds using unscaled time. Suspends the coroutine execution until the supplied delegate evaluates to true. Initializes a yield instruction with a given delegate to be evaluated. Supplied delegate will be evaluated each frame after MonoBehaviour.Update and before MonoBehaviour.LateUpdate until delegate returns true. Suspends the coroutine execution until the supplied delegate evaluates to false. Initializes a yield instruction with a given delegate to be evaluated. The supplied delegate will be evaluated each frame after MonoBehaviour.Update and before MonoBehaviour.LateUpdate until delegate returns false. A structure describing the webcam device. Possible WebCamTexture resolutions for this device. A string identifier used to create a depth data based WebCamTexture. Returns true if the camera supports automatic focusing on points of interest and false otherwise. True if camera faces the same direction a screen does, false otherwise. Property of type WebCamKind denoting the kind of webcam device. A human-readable name of the device. Varies across different systems. Enum representing the different types of web camera device. Camera which supports synchronized color and depth data (currently these are only dual back and true depth cameras on latest iOS devices). A Telephoto camera device. These devices have a longer focal length than a wide-angle camera. Wide angle (default) camera. WebCam Textures are textures onto which the live video input is rendered. This property allows you to set/get the auto focus point of the camera. This works only on Android and iOS devices. Set this to specify the name of the device to use. Return a list of available devices. Did the video buffer update this frame? This property is true if the texture is based on depth data. Returns if the camera is currently playing. Set the requested frame rate of the camera device (in frames per second). Set the requested height of the camera device. Set the requested width of the camera device. Returns an clockwise angle (in degrees), which can be used to rotate a polygon so camera contents are shown in correct orientation. Returns if the texture image is vertically flipped. Create a WebCamTexture. The name of the video input device to be used. The requested width of the texture. The requested height of the texture. The requested frame rate of the texture. Create a WebCamTexture. The name of the video input device to be used. The requested width of the texture. The requested height of the texture. The requested frame rate of the texture. Create a WebCamTexture. The name of the video input device to be used. The requested width of the texture. The requested height of the texture. The requested frame rate of the texture. Create a WebCamTexture. The name of the video input device to be used. The requested width of the texture. The requested height of the texture. The requested frame rate of the texture. Create a WebCamTexture. The name of the video input device to be used. The requested width of the texture. The requested height of the texture. The requested frame rate of the texture. Create a WebCamTexture. The name of the video input device to be used. The requested width of the texture. The requested height of the texture. The requested frame rate of the texture. Returns pixel color at coordinates (x, y). Get a block of pixel colors. Get a block of pixel colors. Returns the pixels data in raw format. Optional array to receive pixel data. Returns the pixels data in raw format. Optional array to receive pixel data. Pauses the camera. Starts the camera. Stops the camera. Sets which weights to use when calculating curve segments. Include inWeight and outWeight when calculating curve segments. Include inWeight when calculating the previous curve segment. Exclude both inWeight or outWeight when calculating curve segments. Include outWeight when calculating the next curve segment. A special collider for vehicle wheels. Brake torque expressed in Newton metres. The center of the wheel, measured in the object's local space. Application point of the suspension and tire forces measured from the base of the resting wheel. Properties of tire friction in the direction the wheel is pointing in. Indicates whether the wheel currently collides with something (Read Only). The mass of the wheel, expressed in kilograms. Must be larger than zero. Typical values would be in range (20,80). Motor torque on the wheel axle expressed in Newton metres. Positive or negative depending on direction. The radius of the wheel, measured in local space. Current wheel axle rotation speed, in rotations per minute (Read Only). Properties of tire friction in the sideways direction. The mass supported by this WheelCollider. Steering angle in degrees, always around the local y-axis. Maximum extension distance of wheel suspension, measured in local space. The parameters of wheel's suspension. The suspension attempts to reach a target position by applying a linear force and a damping force. The damping rate of the wheel. Must be larger than zero. Configure vehicle sub-stepping parameters. The speed threshold of the sub-stepping algorithm. Amount of simulation sub-steps when vehicle's speed is below speedThreshold. Amount of simulation sub-steps when vehicle's speed is above speedThreshold. Gets ground collision data for the wheel. Gets the world space pose of the wheel accounting for ground contact, suspension limits, steer angle, and rotation angle (angles in degrees). Position of the wheel in world space. Rotation of the wheel in world space. WheelFrictionCurve is used by the WheelCollider to describe friction properties of the wheel tire. Asymptote point slip (default 2). Force at the asymptote slip (default 10000). Extremum point slip (default 1). Force at the extremum slip (default 20000). Multiplier for the extremumValue and asymptoteValue values (default 1). Contact information for the wheel, reported by WheelCollider. The other Collider the wheel is hitting. The magnitude of the force being applied for the contact. The direction the wheel is pointing in. Tire slip in the rolling direction. Acceleration slip is negative, braking slip is positive. The normal at the point of contact. The point of contact between the wheel and the ground. The sideways direction of the wheel. Tire slip in the sideways direction. The wheel joint allows the simulation of wheels by providing a constraining suspension motion with an optional motor. The current joint angle (in degrees) defined as the relative angle between the two Rigidbody2D that the joint connects to. The current joint linear speed in meters/sec. The current joint rotational speed in degrees/sec. The current joint translation. Parameters for a motor force that is applied automatically to the Rigibody2D along the line. Set the joint suspension configuration. Should a motor force be applied automatically to the Rigidbody2D? Gets the motor torque of the joint given the specified timestep. The time to calculate the motor torque for. Exposes useful information related to crash reporting on Windows platforms. Returns the path to the crash report folder on Windows. Class representing cryptography algorithms. Computes MD5 hash value for the specified byte array. The input to compute the hash code for. Computes SHA1 hash value for the specified byte array. The input to compute the hash code for. Exposes static methods for directory operations. Returns a path to local folder. Returns a path to roaming folder. Returns a path to temporary folder. Creates directory in the specified path. The directory path to create. Deletes a directory from a specified path. The name of the directory to remove. Determines whether the given path refers to an existing directory. The path to test. Provides static methods for file operations. Deletes the specified file. The name of the file to be deleted. Determines whether the specified file exists. The file to check. Opens a binary file, reads the contents of the file into a byte array, and then closes the file. The file to open for reading. Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten. The file to write to. The bytes to write to the file. This class provides information regarding application's trial status and allows initiating application purchase. Checks whether the application is installed in trial mode. Attempts to purchase the app if it is in installed in trial mode. Purchase receipt. Used by KeywordRecognizer, GrammarRecognizer, DictationRecognizer. Phrases under the specified minimum level will be ignored. High confidence level. Low confidence level. Medium confidence level. Everything is rejected. Represents the reason why dictation session has completed. Dictation session completion was caused by bad audio quality. Dictation session was either cancelled, or the application was paused while dictation session was in progress. Dictation session has completed successfully. Dictation session has finished because a microphone was not available. Dictation session has finished because network connection was not available. Dictation session has reached its timeout. Dictation session has completed due to an unknown error. DictationRecognizer listens to speech input and attempts to determine what phrase was uttered. The time length in seconds before dictation recognizer session ends due to lack of audio input. Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored. The confidence level at which the recognizer will begin accepting phrases. The dictation topic that this dictation recognizer should optimize its recognition for. Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored. The confidence level at which the recognizer will begin accepting phrases. The dictation topic that this dictation recognizer should optimize its recognition for. Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored. The confidence level at which the recognizer will begin accepting phrases. The dictation topic that this dictation recognizer should optimize its recognition for. Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored. The confidence level at which the recognizer will begin accepting phrases. The dictation topic that this dictation recognizer should optimize its recognition for. Event that is triggered when the recognizer session completes. Delegate that is to be invoked on DictationComplete event. Delegate for DictationComplete event. The cause of dictation session completion. Event that is triggered when the recognizer session encouters an error. Delegate that is to be invoked on DictationError event. Delegate for DictationError event. The error mesage. HRESULT code that corresponds to the error. Event that is triggered when the recognizer changes its hypothesis for the current fragment. Delegate to be triggered in the event of a hypothesis changed event. Callback indicating a hypothesis change event. You should register with DictationHypothesis event. The text that the recognizer believes may have been recognized. Event indicating a phrase has been recognized with the specified confidence level. The delegate to be triggered when this event is triggered. Callback indicating a phrase has been recognized with the specified confidence level. You should register with DictationResult event. The recognized text. The confidence level at which the text was recognized. Disposes the resources this dictation recognizer uses. The time length in seconds before dictation recognizer session ends due to lack of audio input in case there was no audio heard in the current session. Starts the dictation recognization session. Dictation recognizer can only be started if PhraseRecognitionSystem is not running. Indicates the status of dictation recognizer. Stops the dictation recognization session. DictationTopicConstraint enum specifies the scenario for which a specific dictation recognizer should optimize. Dictation recognizer will optimize for dictation scenario. Dictation recognizer will optimize for form-filling scenario. Dictation recognizer will optimize for web search scenario. The GrammarRecognizer is a complement to the KeywordRecognizer. In many cases developers will find the KeywordRecognizer fills all their development needs. However, in some cases, more complex grammars will be better expressed in the form of an xml file on disk. The GrammarRecognizer uses Extensible Markup Language (XML) elements and attributes, as specified in the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS) Version 1.0. These XML elements and attributes represent the rule structures that define the words or phrases (commands) recognized by speech recognition engines. Creates a grammar recognizer using specified file path and minimum confidence. Path of the grammar file. The confidence level at which the recognizer will begin accepting phrases. Creates a grammar recognizer using specified file path and minimum confidence. Path of the grammar file. The confidence level at which the recognizer will begin accepting phrases. Returns the grammar file path which was supplied when the grammar recognizer was created. KeywordRecognizer listens to speech input and attempts to match uttered phrases to a list of registered keywords. Create a KeywordRecognizer which listens to specified keywords with the specified minimum confidence. Phrases under the specified minimum level will be ignored. The keywords that the recognizer will listen to. The minimum confidence level of speech recognition that the recognizer will accept. Create a KeywordRecognizer which listens to specified keywords with the specified minimum confidence. Phrases under the specified minimum level will be ignored. The keywords that the recognizer will listen to. The minimum confidence level of speech recognition that the recognizer will accept. Returns the list of keywords which was supplied when the keyword recognizer was created. Phrase recognition system is responsible for managing phrase recognizers and dispatching recognition events to them. Returns whether speech recognition is supported on the machine that the application is running on. Delegate for OnError event. Error code for the error that occurred. Event that gets invoked when phrase recognition system encounters an error. Delegate that will be invoked when the event occurs. Event which occurs when the status of the phrase recognition system changes. Delegate that will be invoked when the event occurs. Attempts to restart the phrase recognition system. Shuts phrase recognition system down. Returns the current status of the phrase recognition system. Delegate for OnStatusChanged event. The new status of the phrase recognition system. Provides information about a phrase recognized event. A measure of correct recognition certainty. The time it took for the phrase to be uttered. The moment in time when uttering of the phrase began. A semantic meaning of recognized phrase. The text that was recognized. A common base class for both keyword recognizer and grammar recognizer. Disposes the resources used by phrase recognizer. Tells whether the phrase recognizer is listening for phrases. Event that gets fired when the phrase recognizer recognizes a phrase. Delegate that will be invoked when the event occurs. Delegate for OnPhraseRecognized event. Information about a phrase recognized event. Makes the phrase recognizer start listening to phrases. Stops the phrase recognizer from listening to phrases. Semantic meaning is a collection of semantic properties of a recognized phrase. These semantic properties can be specified in SRGS grammar files. A key of semantic meaning. Values of semantic property that the correspond to the semantic meaning key. Represents an error in a speech recognition system. Speech recognition engine failed because the audio quality was too low. Speech recognition engine failed to compiled specified grammar. Speech error occurred because a microphone was not available. Speech error occurred due to a network failure. No error occurred. A speech recognition system has timed out. Supplied grammar file language is not supported. A speech recognition system has encountered an unknown error. Represents the current status of the speech recognition system or a dictation recognizer. Speech recognition system has encountered an error and is in an indeterminate state. Speech recognition system is running. Speech recognition system is stopped. Wind Zones add realism to the trees you create by making them wave their branches and leaves as if blown by the wind. Defines the type of wind zone to be used (Spherical or Directional). Radius of the Spherical Wind Zone (only active if the WindZoneMode is set to Spherical). The primary wind force. Defines the frequency of the wind changes. Defines how much the wind changes over time. The turbulence wind force. The constructor. Modes a Wind Zone can have, either Spherical or Directional. Wind zone affects the entire Scene in one direction. Wind zone only has an effect inside the radius, and has a falloff from the center towards the edge. Determines how time is treated outside of the keyframed range of an AnimationClip or AnimationCurve. Plays back the animation. When it reaches the end, it will keep playing the last frame and never stop playing. Reads the default repeat mode set higher up. When time reaches the end of the animation clip, time will continue at the beginning. When time reaches the end of the animation clip, the clip will automatically stop playing and time will be reset to beginning of the clip. When time reaches the end of the animation clip, time will ping pong back between beginning and end. Delegate that can be invoked on specific thread. Provides essential methods related to Window Store application. Advertising ID. Arguments passed to application. Fired when application window is activated. Fired when window size changes. Executes callback item on application thread. Item to execute. Wait until item is executed. Executes callback item on UI thread. Item to execute. Wait until item is executed. Returns true if you're running on application thread. Returns true if you're running on UI thread. [OBSOLETE] Tries to execute callback item on application thread. Item to execute. Wait until item is executed. [OBSOLETE] Tries to execute callback item on UI thread. Item to execute. Wait until item is executed. Cursor API for Windows Store Apps. Set a custom cursor. The cursor resource id. List of accessible folders on Windows Store Apps. Class which is capable of launching user's default app for file type or a protocol. See also PlayerSettings where you can specify file or URI associations. Launches the default app associated with specified file. Folder type where the file is located. Relative file path inside the specified folder. Shows user a warning that application will be switched. Opens a dialog for picking the file. File extension. Starts the default app associated with the URI scheme name for the specified URI, using the specified options. The URI. Displays a warning that the URI is potentially unsafe. Defines the default look of secondary tile. Arguments to be passed for application when secondary tile is activated. Defines background color for secondary tile. Defines, whether backgroundColor should be used. Display name for secondary tile. Defines the style for foreground text on a secondary tile. Uri to logo, shown for secondary tile on lock screen. Whether to show secondary tile on lock screen. Phonetic name for secondary tile. Defines whether secondary tile is copied to another device when application is installed by the same users account. Defines whether the displayName should be shown on a medium secondary tile. Defines whether the displayName should be shown on a large secondary tile. Defines whether the displayName should be shown on a wide secondary tile. Uri to the logo for medium size tile. Uri to the logo shown on tile Uri to the logo for large size tile. Uri to the logo for small size tile. Unique identifier within application for a secondary tile. Uri to the logo for wide tile. Constructor for SecondaryTileData, sets default values for all members. Unique identifier for secondary tile. A display name for a tile. Represents tile on Windows start screen Whether secondary tile is pinned to start screen. Whether secondary tile was approved (pinned to start screen) or rejected by user. A unique string, identifying secondary tile Returns applications main tile Creates new or updates existing secondary tile. The data used to create or update secondary tile. The coordinates for a request to create new tile. The area on the screen above which the request to create new tile will be displayed. New Tile object, that can be used for further work with the tile. Creates new or updates existing secondary tile. The data used to create or update secondary tile. The coordinates for a request to create new tile. The area on the screen above which the request to create new tile will be displayed. New Tile object, that can be used for further work with the tile. Creates new or updates existing secondary tile. The data used to create or update secondary tile. The coordinates for a request to create new tile. The area on the screen above which the request to create new tile will be displayed. New Tile object, that can be used for further work with the tile. Show a request to unpin secondary tile from start screen. The coordinates for a request to unpin tile. The area on the screen above which the request to unpin tile will be displayed. Show a request to unpin secondary tile from start screen. The coordinates for a request to unpin tile. The area on the screen above which the request to unpin tile will be displayed. Show a request to unpin secondary tile from start screen. The coordinates for a request to unpin tile. The area on the screen above which the request to unpin tile will be displayed. Show a request to unpin secondary tile from start screen. An identifier for secondary tile. The coordinates for a request to unpin tile. The area on the screen above which the request to unpin tile will be displayed. Show a request to unpin secondary tile from start screen. An identifier for secondary tile. The coordinates for a request to unpin tile. The area on the screen above which the request to unpin tile will be displayed. Show a request to unpin secondary tile from start screen. An identifier for secondary tile. The coordinates for a request to unpin tile. The area on the screen above which the request to unpin tile will be displayed. Whether secondary tile is pinned to start screen. An identifier for secondary tile. Gets all secondary tiles. An array of Tile objects. Returns the secondary tile, identified by tile id. A tile identifier. A Tile object or null if secondary tile does not exist (not pinned to start screen and user request is complete). Get template XML for tile notification. A template identifier. String, which is an empty XML document to be filled and used for tile notification. Starts periodic update of a badge on a tile. A remote location from where to retrieve tile update A time interval in minutes, will be rounded to a value, supported by the system Starts periodic update of a tile. a remote location fromwhere to retrieve tile update a time interval in minutes, will be rounded to a value, supported by the system Remove badge from tile. Stops previously started periodic update of a tile. Stops previously started periodic update of a tile. Send a notification for tile (update tiles look). A string containing XML document for new tile look. An uri to 150x150 image, shown on medium tile. An uri to a 310x150 image to be shown on a wide tile (if such issupported). An uri to a 310x310 image to be shown on a large tile (if such is supported). A text to shown on a tile. Send a notification for tile (update tiles look). A string containing XML document for new tile look. An uri to 150x150 image, shown on medium tile. An uri to a 310x150 image to be shown on a wide tile (if such issupported). An uri to a 310x310 image to be shown on a large tile (if such is supported). A text to shown on a tile. Sets or updates badge on a tile to an image. Image identifier. Set or update a badge on a tile to a number. Number to be shown on a badge. Style for foreground text on a secondary tile. Templates for various tile styles. Represents a toast notification in Windows Store Apps. true if toast was activated by user. Arguments to be passed for application when toast notification is activated. true if toast notification was dismissed (for any reason). true if toast notification was explicitly dismissed by user. Create toast notification. XML document with tile data. Uri to image to show on a toast, can be empty, in that case text-only notification will be shown. A text to display on a toast notification. A toast object for further work with created notification or null, if creation of toast failed. Create toast notification. XML document with tile data. Uri to image to show on a toast, can be empty, in that case text-only notification will be shown. A text to display on a toast notification. A toast object for further work with created notification or null, if creation of toast failed. Get template XML for toast notification. A template identifier. string, which is an empty XML document to be filled and used for toast notification. Hide displayed toast notification. Show toast notification. Templates for various toast styles. This event occurs when window completes activation or deactivation, it also fires up when you snap and unsnap the application. Specifies the set of reasons that a windowActivated event was raised. The window was activated. The window was deactivated. The window was activated by pointer interaction. This event occurs when window rendering size changes. Simple access to web pages. Streams an AssetBundle that can contain any kind of asset from the project folder. Returns a AudioClip generated from the downloaded data (Read Only). Returns the contents of the fetched web page as a byte array (Read Only). The number of bytes downloaded by this WWW query (read only). Returns an error message if there was an error during the download (Read Only). Is the download already finished? (Read Only) Returns a MovieTexture generated from the downloaded data (Read Only). Load an Ogg Vorbis file into the audio clip. How far has the download progressed (Read Only). Dictionary of headers returned by the request. Returns the contents of the fetched web page as a string (Read Only). Returns a Texture2D generated from the downloaded data (Read Only). Returns a non-readable Texture2D generated from the downloaded data (Read Only). Obsolete, has no effect. How far has the upload progressed (Read Only). The URL of this WWW request (Read Only). Creates a WWW request with the given URL. The url to download. Must be '%' escaped. A new WWW object. When it has been downloaded, the results can be fetched from the returned object. Creates a WWW request with the given URL. The url to download. Must be '%' escaped. A WWWForm instance containing the form data to post. A new WWW object. When it has been downloaded, the results can be fetched from the returned object. Creates a WWW request with the given URL. The url to download. Must be '%' escaped. A byte array of data to be posted to the url. A new WWW object. When it has been downloaded, the results can be fetched from the returned object. Creates a WWW request with the given URL. The url to download. Must be '%' escaped. A byte array of data to be posted to the url. A hash table of custom headers to send with the request. A new WWW object. When it has been downloaded, the results can be fetched from the returned object. Creates a WWW request with the given URL. The url to download. Must be '%' escaped. A byte array of data to be posted to the url. A dictionary that contains the header keys and values to pass to the server. A new WWW object. When it has been downloaded, the results can be fetched from the returned object. Disposes of an existing WWW object. Escapes characters in a string to ensure they are URL-friendly. A string with characters to be escaped. The text encoding to use. Escapes characters in a string to ensure they are URL-friendly. A string with characters to be escaped. The text encoding to use. Returns an AudioClip generated from the downloaded data (Read Only). Use this to specify whether the clip should be a 2D or 3D clip the .audioClip property defaults to 3D. Sets whether the clip should be completely downloaded before it's ready to play (false) or the stream can be played even if only part of the clip is downloaded (true). The latter will disable seeking on the clip (with .time and/or .timeSamples). The AudioType of the content you are downloading. If this is not set Unity will try to determine the type from URL. The returned AudioClip. Returns an AudioClip generated from the downloaded data (Read Only). Use this to specify whether the clip should be a 2D or 3D clip the .audioClip property defaults to 3D. Sets whether the clip should be completely downloaded before it's ready to play (false) or the stream can be played even if only part of the clip is downloaded (true). The latter will disable seeking on the clip (with .time and/or .timeSamples). The AudioType of the content you are downloading. If this is not set Unity will try to determine the type from URL. The returned AudioClip. Returns an AudioClip generated from the downloaded data (Read Only). Use this to specify whether the clip should be a 2D or 3D clip the .audioClip property defaults to 3D. Sets whether the clip should be completely downloaded before it's ready to play (false) or the stream can be played even if only part of the clip is downloaded (true). The latter will disable seeking on the clip (with .time and/or .timeSamples). The AudioType of the content you are downloading. If this is not set Unity will try to determine the type from URL. The returned AudioClip. Returns an AudioClip generated from the downloaded data that is compressed in memory (Read Only). Use this to specify whether the clip should be a 2D or 3D clip. The AudioType of the content your downloading. If this is not set Unity will try to determine the type from URL. The returned AudioClip. Returns an AudioClip generated from the downloaded data that is compressed in memory (Read Only). Use this to specify whether the clip should be a 2D or 3D clip. The AudioType of the content your downloading. If this is not set Unity will try to determine the type from URL. The returned AudioClip. Returns an AudioClip generated from the downloaded data that is compressed in memory (Read Only). Use this to specify whether the clip should be a 2D or 3D clip. The AudioType of the content your downloading. If this is not set Unity will try to determine the type from URL. The returned AudioClip. MovieTexture has been deprecated. Refer to the new movie playback solution VideoPlayer. Loads an AssetBundle with the specified version number from the cache. If the AssetBundle is not currently cached, it will automatically be downloaded and stored in the cache for future retrieval from local storage. The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped. Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url. Hash128 which is used as the version of the AssetBundle. A structure used to download a given version of AssetBundle to a customized cache path. Analogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.</param> An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle. A WWW instance, which can be used to access the data once the load/download operation is completed. Loads an AssetBundle with the specified version number from the cache. If the AssetBundle is not currently cached, it will automatically be downloaded and stored in the cache for future retrieval from local storage. The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped. Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url. Hash128 which is used as the version of the AssetBundle. A structure used to download a given version of AssetBundle to a customized cache path. Analogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.</param> An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle. A WWW instance, which can be used to access the data once the load/download operation is completed. Loads an AssetBundle with the specified version number from the cache. If the AssetBundle is not currently cached, it will automatically be downloaded and stored in the cache for future retrieval from local storage. The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped. Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url. Hash128 which is used as the version of the AssetBundle. A structure used to download a given version of AssetBundle to a customized cache path. Analogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.</param> An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle. A WWW instance, which can be used to access the data once the load/download operation is completed. Loads an AssetBundle with the specified version number from the cache. If the AssetBundle is not currently cached, it will automatically be downloaded and stored in the cache for future retrieval from local storage. The URL to download the AssetBundle from, if it is not present in the cache. Must be '%' escaped. Version of the AssetBundle. The file will only be loaded from the disk cache if it has previously been downloaded with the same version parameter. By incrementing the version number requested by your application, you can force Caching to download a new copy of the AssetBundle from url. Hash128 which is used as the version of the AssetBundle. A structure used to download a given version of AssetBundle to a customized cache path. Analogous to the cachedAssetBundle parameter for UnityWebRequestAssetBundle.GetAssetBundle.</param> An optional CRC-32 Checksum of the uncompressed contents. If this is non-zero, then the content will be compared against the checksum before loading it, and give an error if it does not match. You can use this to avoid data corruption from bad downloads or users tampering with the cached files on disk. If the CRC does not match, Unity will try to redownload the data, and if the CRC on the server does not match it will fail with an error. Look at the error string returned to see the correct CRC value to use for an AssetBundle. A WWW instance, which can be used to access the data once the load/download operation is completed. Replaces the contents of an existing Texture2D with an image from the downloaded data. An existing texture object to be overwritten with the image data. Converts URL-friendly escape sequences back to normal text. A string containing escaped characters. The text encoding to use. Converts URL-friendly escape sequences back to normal text. A string containing escaped characters. The text encoding to use. Helper class to generate form data to post to web servers using the UnityWebRequest or WWW classes. (Read Only) The raw data to pass as the POST request body when sending the form. (Read Only) Returns the correct request headers for posting the form using the WWW class. Add binary data to the form. Add binary data to the form. Add binary data to the form. Add a simple field to the form. Add a simple field to the form. Adds a simple field to the form. Creates an empty WWWForm object. Class used to override a camera's default background rendering path to instead render a given Texture and/or Material. This will typically be used with images from the color camera for rendering the AR background on mobile devices. The Material used for AR rendering. Called when any of the public properties of this class have been changed. An optional Texture used for AR rendering. If this property is not set then the texture set in XR.ARBackgroundRenderer._backgroundMaterial as "_MainTex" is used. An optional Camera whose background rendering will be overridden by this class. If this property is not set then the main Camera in the Scene is used. When set to XR.ARRenderMode.StandardBackground (default) the camera is not overridden to display the background image. Setting this property to XR.ARRenderMode.MaterialAsBackground will render the texture specified by XR.ARBackgroundRenderer._backgroundMaterial and or XR.ARBackgroundRenderer._backgroundTexture as the background. Disables AR background rendering. This method is called internally but can be overridden by users who wish to subclass XR.ARBackgroundRenderer to customize handling of AR background rendering. Enumeration describing the AR rendering mode used with XR.ARBackgroundRenderer. The material associated with XR.ARBackgroundRenderer is being rendered as the background. The standard background is rendered. (Skybox, Solid Color, etc.) Enumeration of available modes for XR rendering in the Game view or in the main window on a host PC. XR rendering only occurs when the Unity Editor is in Play Mode. Renders both eyes of the XR device side-by-side in the Game view or in the main window on a host PC. Renders the left eye of the XR device in the Game View window or in main window on a host PC. Renders both eyes of the XR device, and the occlusion mesh, side-by-side in the Game view or in the main window on a host PC. Renders the right eye of the XR device in the Game View window or in main window on a host PC. Describes the haptic capabilities of the device at an XR.XRNode in the XR input subsystem. The frequency (in Hz) that this device plays back buffered haptic data. The number of channels that this device plays back haptic data. True if this device supports sending a haptic buffer. True if this device supports sending a haptic impulse. Defines an input device in the XR input subsystem. true if the device is currently a valid input device; otherwise false. Sends a raw buffer of haptic data to the device. The channel to receive the data. A raw byte buffer that contains the haptic data to send to the device. true if successful; otherwise false. Sends a haptic impulse to a device. The channel to receive the impulse. The normalized (0.0 to 1.0) amplitude value of the haptic impulse to play on the device. The duration in seconds that the haptic impulse will play. Only supported on Oculus. true if successful; otherwise false. Stop all haptic playback for a device. Gets the haptic capabilities of the device. A HapticCapabilities struct to receive the capabilities of this device. true if device can be queried, false otherwise. An interface for accessing devices in the XR input subsytem. Gets the input device at a given XR.XRNode endpoint. The XRNode that owns the requested device. An XR.InputDevice at this [[XR.XRNode]. A collection of methods and properties for interacting with the XR tracking system. Disables positional tracking in XR. This takes effect the next time the head pose is sampled. If set to true the camera only tracks headset rotation state. Called when a tracked node is added to the underlying XR system. Describes the node that has been added. Called when a tracked node is removed from the underlying XR system. Describes the node that has been removed. Called when a tracked node begins reporting tracking information. Describes the node that has begun being tracked. Called when a tracked node stops reporting tracking information. Describes the node that has lost tracking. Gets the position of a specific node. Specifies which node's position should be returned. The position of the node in its local tracking space. Gets the rotation of a specific node. Specifies which node's rotation should be returned. The rotation of the node in its local tracking space. Accepts the unique identifier for a tracked node and returns a friendly name for it. The unique identifier for the Node index. The name of the tracked node if the given 64-bit identifier maps to a currently tracked node. Empty string otherwise. Describes all currently connected XRNodes and provides available tracking states for each. A list that is populated with XR.XRNodeState objects. Center tracking to the current position and orientation of the HMD. Represents how the device is reporting pose data. Represents a Device relative tracking origin. A Device relative tracking origin defines a Local Origin at the position of the device in space at some previous point in time, usually at a recenter event, power-on or AR/VR session start. Pose data provided by the device will be in this space relative to the local origin. This means that poses returned in this mode will not include the user height (for VR) or the device height (for AR) and any camera tracking from the XR Device will need to be manually offset accordingly. Represents the tracking origin whereby 0,0,0 is on the "floor" or other surface determined by the XR Device being used. The pose values reported by an XR Device in this mode will include the height of the XR Device above this surface, removing the need to offset the position of the camera tracking the XR Device by the height of the user (VR) or the height of the device above the floor (AR). This indicates that the device does not know, or is unable to determine how it is reporting pose data. This value should be treated as an error condition. Represents the size of physical space available for XR. Represents a space large enough for free movement. Represents a small space where movement may be constrained or positional tracking is unavailable. Represents the current user presence state detected by the device. The device does not detect that the user is present. The device detects that the user is present. The device is currently in a state where it cannot determine user presence. The device does not support detecting user presence. he Holographic Remoting interface allows you to connect an application to a remote holographic device, and stream data between the application and that device. Whether the app is displaying protected content. The Holographic Settings contain functions which effect the performance and presentation of Holograms on Windows Holographic platforms. Option to allow developers to achieve higher framerate at the cost of high latency. By default this option is off. True to enable or false to disable Low Latent Frame Presentation. Represents the kind of reprojection an app is requesting to stabilize its holographic rendering relative to the user's head motion. The image should not be stabilized for the user's head motion, instead remaining fixed in the display. This is generally discouraged, as it is only comfortable for users when used sparingly, such as when the only visible content is a small cursor. The image should be stabilized only for changes to the user's head orientation, ignoring positional changes. This is best for body-locked content that should tag along with the user as they walk around, such as 360-degree video. The image should be stabilized for changes to both the user's head position and orientation. This is best for world-locked content that should remain physically stationary as the user walks around. Whether the app is displaying protected content. This method returns whether or not the display associated with the main camera reports as opaque. Returns true if Holographic rendering is currently running with Latent Frame Presentation. Default value is false. The kind of reprojection the app is requesting to stabilize its holographic rendering relative to the user's head motion. Sets a point in 3d space that is the focal point of the Scene for the user for this frame. This helps improve the visual fidelity of content around this point. This must be set every frame. The position of the focal point in the Scene, relative to the camera. Surface normal of the plane being viewed at the focal point. A vector that describes how the focus point is moving in the Scene at this point in time. This allows the HoloLens to compensate for both your head movement and the movement of the object in the Scene. Sets a point in 3d space that is the focal point of the Scene for the user for this frame. This helps improve the visual fidelity of content around this point. This must be set every frame. The position of the focal point in the Scene, relative to the camera. Surface normal of the plane being viewed at the focal point. A vector that describes how the focus point is moving in the Scene at this point in time. This allows the HoloLens to compensate for both your head movement and the movement of the object in the Scene. Sets a point in 3d space that is the focal point of the Scene for the user for this frame. This helps improve the visual fidelity of content around this point. This must be set every frame. The position of the focal point in the Scene, relative to the camera. Surface normal of the plane being viewed at the focal point. A vector that describes how the focus point is moving in the Scene at this point in time. This allows the HoloLens to compensate for both your head movement and the movement of the object in the Scene. Enum indicating the reason why connection to remote device has failed. Enum indicating the reason why remote connection failed. Handskahe failed while traying to establish connection with remote device. No failure. Protocol used by the app does not match remoting app running on remote device. Couldn't identify the reason why connection failed. Remove device is not reachable. Current state of the holographis streamer remote connection. Indicates app being connected to remote device. Indicates app trying to connect to remote device. Indicates app being currently disconnected from any other remote device. Contains fields that are relevant during an error event. A readable error string (when possible). The HRESULT code from the platform. Manager class with API for recognizing user gestures. Cancels any pending gesture events. Additionally this will call StopCapturingGestures. Create a GestureRecognizer. Disposes the resources used by gesture recognizer. Fires when Microsoft's gesture-recognition system encounters a warning or error. Callback indicating an error or warning occurred. A readable error string (when possible). The HRESULT code from the platform. Fired when a warning or error is emitted by the GestureRecognizer. Delegate to be triggered to report warnings and errors. Retrieve a mask of the currently enabled gestures. A mask indicating which Gestures are currently recognizable. Fires when Microsoft's gesture-recognition system recognizers that a user has canceled a hold gesture. Fired when the user does a cancel event either using their hands or in speech. Delegate to be triggered when a cancel event is triggered. Callback indicating a cancel event. Indicates which input medium triggered this event. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizers that a user has completed a hold gesture. Fired when users complete a hold gesture. Delegate to be triggered when the user completes a hold gesture. Callback indicating a hold completed event. Indicates which input medium triggered this event. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that a user has started a hold gesture. Fired when users start a hold gesture. The delegate to be triggered when a user starts a hold gesture. Callback indicating a hold started event. Indicates which input medium triggered this event. Ray (with normalized direction) from user at the time this gesture began. Used to query if the GestureRecognizer is currently receiving Gesture events. True if the GestureRecognizer is receiving events or false otherwise. Fires when Microsoft's gesture-recognition system recognizes that a user has canceled a manipulation gesture. Fires when a Manipulation gesture is canceled. Delegate to be triggered when a cancel event is triggered. Callback indicating a cancel event. Indicates which input medium triggered this event. Total distance moved since the beginning of the manipulation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that a user has completed a manipulation gesture. Fires when a Manipulation gesture is completed. Delegate to be triggered when a completed event is triggered. Callback indicating a completed event. Indicates which input medium triggered this event. Total distance moved since the beginning of the manipulation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that a user has started a manipulation gesture. Fires when an interaction becomes a Manipulation gesture. Delegate to be triggered when a started event is triggered. Callback indicating a started event. Indicates which input medium triggered this event. Total distance moved since the beginning of the manipulation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that a user has updated a manipulation gesture. Fires when a Manipulation gesture is updated due to hand movement. Delegate to be triggered when a updated event is triggered. Callback indicating a updated event. Indicates which input medium triggered this event. Total distance moved since the beginning of the manipulation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that a user has canceled a navigation gesture. Fires when a Navigation gesture is canceled. Delegate to be triggered when a cancel event is triggered. Callback indicating a cancel event. Indicates which input medium triggered this event. The last known normalized offset of the input within the unit cube for the navigation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that a navigation gesture completes. Fires when a Navigation gesture is completed. Delegate to be triggered when a complete event is triggered. Callback indicating a completed event. Indicates which input medium triggered this event. The last known normalized offset, since the navigation gesture began, of the input within the unit cube for the navigation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that a user has started a navigation gesture. Fires when an interaction becomes a Navigation gesture. Delegate to be triggered when a started event is triggered. Callback indicating a started event. Indicates which input medium triggered this event. The normalized offset, since the navigation gesture began, of the input within the unit cube for the navigation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when Microsoft's gesture-recognition system recognizes that navigation gesture has updated. Fires when a Navigation gesture is updated due to hand or controller movement. Delegate to be triggered when a update event is triggered. Callback indicating a update event. Indicates which input medium triggered this event. The last known normalized offset, since the navigation gesture began, of the input within the unit cube for the navigation gesture. Ray (with normalized direction) from user at the time this gesture began. Fires when recognition of gestures is done, either due to completion of a gesture or cancellation. Fires when recognition of gestures is done, either due to completion of a gesture or cancellation. Delegate to be triggered when an end event is triggered. Callback indicating the gesture event has completed. Indicates which input medium triggered this event. Ray (with normalized direction) from user at the time a gesture began. Fires when recognition of gestures begins. Fires when recognition of gestures begins. Delegate to be triggered when a start event is triggered. Callback indicating the gesture event has started. Indicates which input medium triggered this event. Ray (with normalized direction) from user at the time a gesture began. Set the recognizable gestures to the ones specified in newMaskValues and return the old settings. A mask indicating which gestures are now recognizable. The previous value. Call to begin receiving gesture events on this recognizer. No events will be received until this method is called. Call to stop receiving gesture events on this recognizer. Fires when Microsoft's gesture-recognition system recognizes that a user has done a tap gesture and after the system voice command "Select" has been processed. For controllers, this event fires when the primary button is released after it was pressed. Occurs when a Tap gesture is recognized. Delegate to be triggered when a tap event is triggered. Callback indicating a tap event. Indicates which input medium triggered this event. The count of taps (1 for single tap, 2 for double tap). Ray (with normalized direction) from user at the time this event interaction began. This enumeration represents the set of gestures that may be recognized by GestureRecognizer. Enable support for the double-tap gesture. Enable support for the hold gesture. Enable support for the manipulation gesture which tracks changes to the hand's position. This gesture is relative to the start position of the gesture and measures an absolute movement through the world. Enable support for the navigation gesture, in the horizontal axis using rails (guides). Enable support for the navigation gesture, in the vertical axis using rails (guides). Enable support for the navigation gesture, in the depth axis using rails (guides). Enable support for the navigation gesture, in the horizontal axis. Enable support for the navigation gesture, in the vertical axis. Enable support for the navigation gesture, in the depth axis. Disable support for gestures. Enable support for the tap gesture. Contains fields that are relevant when a user cancels a hold gesture. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that canceled the hold gesture. Represents pose data of the input source, such as a hand or controller, when the gesture occurred. Contains fields that are relevant when a hold gesture completes. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that completed the hold gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a hold gesture starts. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that started the hold gesture. Pose data of the interaction source at the time of the gesture. Provides access to user input from hands, controllers, and system voice commands. (Read Only) The number of InteractionSourceState snapshots available for reading with InteractionManager.GetCurrentReading. Get the current SourceState. An array of InteractionSourceState snapshots. Allows retrieving the current source states without allocating an array. The number of retrieved source states will be returned, up to a maximum of the size of the array. An array for storing InteractionSourceState snapshots. The number of snapshots stored in the array, up to the size of the array. Occurs when a new hand, controller, or source of voice commands has been detected. Occurs when a new hand, controller, or source of voice commands has been detected. Occurs when a hand, controller, or source of voice commands is no longer available. Occurs when a hand, controller, or source of voice commands is no longer available. Occurs when a hand or controller has entered the pressed state. Occurs when a hand or controller has entered the pressed state. Occurs when a hand or controller has exited the pressed state. Occurs when a hand or controller has exited the pressed state. Occurs when a hand or controller has experienced a change to its SourceState. Occurs when a hand or controller has experienced a change to its SourceState. Callback to handle InteractionManager events. Represents one detected instance of an interaction source (hand, controller, or user's voice) that can cause interactions and gestures. Denotes which hand was used as the input source. The identifier for the interaction source (hand, controller, or user's voice). Specifies the kind of an interaction source. Following the make and model nomenclature of cars, this equates to the model number. Following the make and model nomenclature of cars, this would be a minor update to the model. This property returns true when the interaction source has at least one grasp button, and false if otherwise. This property returns true when the interaction source has a menu button, and false if otherwise. This property returns true if the interaction source has a separate pose for the pointer, and false if otherwise. Returns true if the interaction source has a thumbstick, and false if otherwise. Returns true if the interaction source has a touchpad, and false if otherwise. All interaction sources developed by the same company will have the same vendor ID. Contains fields that are relevent when an interaction source is detected. The current state of the reported interaction source that was just detected. Denotes which hand was used as the input source. Specifies the kind of an interaction source. The interaction source is of a kind not known in this version of the API. The interaction source is one of the user's hands. The interaction source is of a kind not known in this version of the API. The interaction source is the user's speech. Represents the position and velocity of a hand or controller - this has been deprecated. Use InteractionSourcePose instead. Get the position of the interaction - this has been deprecated. Use InteractionSourcePose instead. Supplied Vector3 to be populated with interaction position. True if the position is successfully returned. Get the velocity of the interaction - this has been deprecated. Use InteractionSourcePose instead. Supplied Vector3 to be populated with interaction velocity. True if the velocity is successfully returned. Contains fields that are relevent when an interaction source is lost. The current state of the reported interaction source that was just lost. Specifies which part of the controller to query pose information for. The grip of the controller. The pointer of the controller. Pose data of the interaction source at the time of either the gesture or interaction. The position-tracking accuracy of the interaction source. Attempts to retrieve a Vector3 representing the current angular velocity of the tracked node. If the function returns true, this will be filled out with the angular velocity of the interaction source. If the function returns false, the value filled out should not be used. True if the angular velocity was set in the output parameter. False if the angular velocity is not available due to limitations of the underlying platform or if the node is not presently tracked. Gets the forward vector of the interaction source, assuming rotation is valid. The forward vector of the interaction source, if the function returns true. Specifies which part of the controller to query for its forward vector. This method returns true when the rotation is valid and the Vector3 passed in was filled out correctly, and false if otherwise. Gets the position of the interaction source, assuming the backing data is valid. The position of the interaction source, is the function returns true. Specifies which part of the controller to query for its position. This method returns true when the Vector3 passed in was filled out correctly, and false if otherwise. Gets the right vector of the interaction source, assuming rotation is valid. The right vector of the interaction source, if the function returns true. Specifies which part of the controller to query for its right vector. This method returns true if rotation is valid and the Vector3 passed in was filled out correctly, and false if otherwise. Gets the rotation of the interaction source, assuming the backing data is valid. Specifies which part of the controller to query for its rotation. The rotation of the interaction source, if the function returns true. This method returns true if the Quaternion passed in was filled out correctly, and false if otherwise. Gets the up vector of the interaction source, assuming rotation is valid. The up vector of the interaction source, if the function returns true. Specifies which part of the controller to query for its up vector. Returns true if the rotation is valid and the Vector3 passed in was filled out correctly, and false if otherwise. Gets the velocity of the interaction source, assuming the backing data is valid. The velocity of the interaction source, if the function returns true. Returns true if the Vector3 passed in was filled out correctly, and false if otherwise. Denotes the accuracy of tracking on the interaction source. A position accuracy of Approximate reports that you may not want to fully trust the positions reported, as the position is inferred or synthesized in some way, such as the controller leaving the sensors' field of view and forcing the API to rely on the device's IMU instead of visual tracking. A position accuracy of High reports that you can fully trust the position, as the interaction source is within the sensors' visual field of view. A position accuracy of None reports that there is no position accuracy, as the interaction source unlocatable. Contains fields that are relevent when an interaction source enters the pressed state for one of its buttons. Denotes the type of button that was just pressed. The current state of the reported interaction source that just had one of its buttons enter the pressed state. The type of button or controller feature pressed, if any. These buttons are generally found on the side of the controller. Some hardware has more than one grasp button. This button is marked with three horizontal lines, same as you would fine on an Xbox One controller. Depending on the InteractionSourceType of the interaction source, this could be a number of equivalent things: main button on a blicker, air-tap on a hand, and the trigger on a motion controller. Similar to the touchpad, moving the thumbstick won't count as pressing it - a press will occur when pressing down on the thumbstick enough. A touchpad only counts as pressed when it's held down enough - otherwise, it's just touched, and will give a reading of the position through InteractionSourceState.touchpadPosition. Represents the set of properties available to explore the current state of a hand or controller. The position and velocity of the hand, expressed in the specified coordinate system - this has been deprecated. Use InteractionSourcePose instead. The direction you should suggest that the user move their hand if it is nearing the edge of the detection area. Gets the risk that detection of the hand will be lost as a value from 0.0 to 1.0. Contains fields that are relevent when an interaction source exits the pressed state for one of its buttons. Denotes the type of button that was just released. The current state of the reported interaction source that just had one of its buttons exit the pressed state. Represents a snapshot of the state of a spatial interaction source (hand, voice or controller) at a given time. True if the source is in the pressed state. Whether the controller is grasped. Head pose of the user at the time of the interaction. The Ray at the time represented by this InteractionSourceState. Whether or not the menu button is pressed. True if the source is in the pressed state, false otherwise. Additional properties to explore the state of the interaction source. Depending on the InteractionSourceType of the interaction source, this returning true could represent a number of equivalent things: main button on a clicker, air-tap on a hand, and the trigger on a motion controller. For hands, a select-press represents the user's index finger in the down position. For motion controllers, a select-press represents the controller's index-finger trigger (or primary face button, if no trigger) being fully pressed. Note that a voice command of "Select" causes an instant press and release, so you cannot poll for a voice press using this property - instead, you must use GestureRecognizer and subscribe to the Tapped event, or subscribe to the InteractionSourcePressed event from InteractionManager. Normalized amount ([0, 1]) representing how much select is pressed. The interaction source that this state describes. Pose data of the interaction source at the time of the interaction. Normalized coordinates for the position of a thumbstick. Whether or not the thumbstick is pressed. Normalized coordinates for the position of a touchpad interaction. Whether or not the touchpad is pressed, as if a button. Whether or not the touchpad is touched. Contains fields that are relevent when an interaction source updates. The current state of the reported interaction source that just updated. Contains fields that are relevant when a manipulation gesture is canceled. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that canceled the manipulation gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a manipulation gesture completes. Total distance moved since the beginning of the manipulation gesture. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that completed the manipulation gesture. Pose data of the interaction source at the time of the gesture. Contains fields relevant when a manipulation gesture starts. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that started the manipulation gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a manipulation gesture gets updated. Total distance moved since the beginning of the manipulation gesture. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) being used for the manipulation gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a navigation gesture is canceled. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that canceled the navigation gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a navigation gesture completes. Head pose of the user at the time of the gesture. The normalized offset, since the navigation gesture began, of the input within the unit cube for the navigation gesture. The InteractionSource (hand, controller, or user's voice) that completed the navigation gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a navigation gesture starts. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that started the navigation gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a navigation gesture updates. Head pose of the user at the time of the gesture. The normalized offset, since the navigation gesture began, of the input within the unit cube for the navigation gesture. The InteractionSource (hand, controller, or user's voice) being used for the navigation gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when recognition of a gesture event ends. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that ended the gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when recognition of a gesture event begins. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that started the gesture. Pose data of the interaction source at the time of the gesture. Contains fields that are relevant when a tap gesture occurs. Head pose of the user at the time of the gesture. The InteractionSource (hand, controller, or user's voice) that initiated the tap gesture. Pose data of the interaction source at the time of the gesture. The number of taps (1 for single-tap, 2 for double-tap). The storage object for persisted WorldAnchors. (Read Only) Gets the number of persisted world anchors in this WorldAnchorStore. Clears all persisted WorldAnchors. Deletes a persisted WorldAnchor from the store. The identifier of the WorldAnchor to delete. Whether or not the WorldAnchor was found and deleted. Cleans up the WorldAnchorStore and releases memory. Gets all of the identifiers of the currently persisted WorldAnchors. An array of string identifiers. Gets all of the identifiers of the currently persisted WorldAnchors. A target array to receive the identifiers of the currently persisted world anchors. The number of identifiers stored in the target array. Gets the WorldAnchorStore instance. The handler to be called when the WorldAnchorStore is loaded. The handler for when getting the WorldAnchorStore from GetAsync. The instance of the WorldAnchorStore once loaded. Loads a WorldAnchor from disk for given identifier and attaches it to the GameObject. If the GameObject has a WorldAnchor, that WorldAnchor will be updated. If the anchor is not found, null will be returned and the GameObject and any existing WorldAnchor attached to it will not be modified. The identifier of the WorldAnchor to load. The object to attach the WorldAnchor to if found. The WorldAnchor loaded by the identifier or null if not found. Saves the provided WorldAnchor with the provided identifier. If the identifier is already in use, the method will return false. The identifier to save the anchor with. This needs to be unique for your app. The anchor to save. Whether or not the save was successful. Will return false if the id conflicts with another already saved anchor's id. Indicates the lifecycle state of the device's spatial location system. The device is reporting its orientation and is preparing to locate its position in the user's surroundings. The device is reporting its orientation and position in the user's surroundings. The device is reporting its orientation but cannot locate its position in the user's surroundings due to external factors like poor lighting conditions. The device is reporting its orientation and has not been asked to report its position in the user's surroundings. The device's spatial location system is not available. This enum represents the result of a WorldAnchorTransferBatch operation. The operation has failed because access was denied. This occurs typically because the transfer batch was not readable when deserializing or writable when serializing. The operation has failed because it was not supported. The operation has completed successfully. The operation has failed in an unexpected way. A batch of WorldAnchors which can be exported and imported between apps. (Read Only) Gets the number of world anchors in this WorldAnchorTransferBatch. Adds a WorldAnchor to the batch with the specified identifier. The identifier associated with this anchor in the batch. This must be unique per batch. The anchor to add to the batch. Whether or not the anchor was added successfully. The handler for when deserialization has completed. The reason the deserialization completed (success or failure reason). The resulting transfer batch which is empty on error. Cleans up the WorldAnchorTransferBatch and releases memory. Exports the input WorldAnchorTransferBatch into a byte array which can be passed to WorldAnchorTransferBatch.ImportAsync to restore the original WorldAnchorTransferBatch. The WorldAnchorTransferBatch to export into a byte buffer. The callback when some data is available. The callback after the last bit of data was provided via onDataAvailable with a completion reason (success or failure reason). Gets all of the identifiers currently mapped in this WorldAnchorTransferBatch. The identifiers of all of the WorldAnchors in this WorldAnchorTransferBatch. Gets all of the identifiers currently mapped in this WorldAnchorTransferBatch. If the target array is not large enough to contain all the identifiers, then only those identifiers that fit within the array will be stored and the return value will equal the size of the array. You can detect this condition by checking for a return value less than WorldAnchorTransferBatch.anchorCount. A target array to receive the identifiers of the currently mapped world anchors. The number of identifiers stored in the target array. Imports the provided bytes into a WorldAnchorTransferBatch. The complete data to import. The handler when the data import is complete. The offset in the array from which to start reading. The length of the data in the array. Imports the provided bytes into a WorldAnchorTransferBatch. The complete data to import. The handler when the data import is complete. The offset in the array from which to start reading. The length of the data in the array. Locks the provided GameObject to the world by loading and applying the WorldAnchor from the TransferBatch for the provided id. The identifier for the WorldAnchor to load and apply to the GameObject. The GameObject to apply the WorldAnchor to. If the GameObject already has a WorldAnchor, it will be updated. The loaded WorldAnchor or null if the id does not map to a WorldAnchor. The handler for when serialization is completed. Why the serialization completed (success or failure reason). The handler for when some data is available from serialization. A set of bytes from the exported transfer batch. Enumeration of the different types of SurfaceChange events. Surface was Added. Surface was removed. Surface was updated. SurfaceData is a container struct used for requesting baked spatial mapping data and receiving that data once baked. Set this field to true when requesting data to bake collider data. This field will be set to true when receiving baked data if it was requested. Setting this field to true requires that a valid outputCollider is also specified. This is the ID for the surface to be baked or the surface that was baked and being returned to the user. This WorldAnchor is used to lock the surface into place relative to real world objects. It will be filled in when calling RequestMeshAsync to generate data for a surface and returned with the SurfaceDataReadyDelegate. This MeshCollider will receive the baked physics mesh prepared by the system when requesting baked surface data through RequestMeshAsync. The MeshCollider is returned in the SurfaceDataReadyDelegate for those users requiring advanced workflows. This MeshFilter will receive the baked mesh prepared by the system when requesting baked surface data. The MeshFilter is returned in the SurfaceDataReadyDelegate for those users requiring advanced workflows. This value controls the basic resolution of baked mesh data and is returned with the SurfaceDataReadyDelegate. The device will deliver up to this number of triangles per cubic meter. Constructor for conveniently filling out a SurfaceData struct. ID for the surface in question. MeshFilter to write Mesh data to. WorldAnchor receiving the anchor point for the surface. MeshCollider to write baked physics data to (optional). Requested resolution for the computed Mesh. Actual resolution may be less than this value. Set to true if collider baking is/has been requested. SurfaceId is a structure wrapping the unique ID used to denote Surfaces. SurfaceIds are provided through the onSurfaceChanged callback in Update and returned after a RequestMeshAsync call has completed. SurfaceIds are guaranteed to be unique though Surfaces are sometimes replaced with a new Surface in the same location with a different ID. The actual integer ID referring to a single surface. SurfaceObserver is the main API portal for spatial mapping functionality in Unity. Basic constructor for SurfaceObserver. Call Dispose when the SurfaceObserver is no longer needed. This will ensure that the object is cleaned up appropriately but will not affect any Meshes, components, or objects returned by RequestMeshAsync. Call RequestMeshAsync to start the process of baking mesh data for the specified surface. This data may take several frames to create. Baked data will be delivered through the specified SurfaceDataReadyDelegate. This method will throw ArgumentNullExcpetion and ArgumentException if parameters specified in the dataRequest are invalid. Bundle of request data used to bake the specified surface. Callback called when the baking of this surface is complete. Returns false if the request has failed, typically due to specifying a bad surface ID. This method sets the observation volume as an axis aligned box at the requested location. Successive calls can be used to reshape the observation volume and/or to move it in the Scene as needed. Extents are the distance from the center of the box to its edges along each axis. The origin of the requested observation volume. The extents in meters of the requested observation volume. This method sets the observation volume as a frustum at the requested location. Successive calls can be used to reshape the observation volume and/or to move it in the Scene as needed. Planes defining the frustum as returned from GeometryUtility.CalculateFrustumPlanes. This method sets the observation volume as an oriented box at the requested location. Successive calls can be used to reshape the observation volume and/or to move it in the Scene as needed. Extents are the distance from the center of the box to its edges along each axis. The origin of the requested observation volume. The extents in meters of the requested observation volume. The orientation of the requested observation volume. This method sets the observation volume as a sphere at the requested location. Successive calls can be used to reshape the observation volume and/or to move it in the Scene as needed. The origin of the requested observation volume. The radius in meters of the requested observation volume. The SurfaceChanged delegate handles SurfaceChanged events as generated by calling Update on a SurfaceObserver. Applications can use the bounds, changeType, and updateTime to selectively generate mesh data for the set of known surfaces. The ID of the surface that has changed. The type of change this event represents (Added, Updated, Removed). The bounds of the surface as reported by the device. The update time of the surface as reported by the device. The SurfaceDataReadyDelegate handles events generated when the engine has completed generating a mesh. Mesh generation is requested through GetMeshAsync and may take many frames to complete. Struct containing output data. Set to true if output has been written and false otherwise. Elapsed seconds between mesh bake request and propagation of this event. Update generates SurfaceChanged events which are propagated through the specified callback. If no callback is specified, the system will throw an ArgumentNullException. Generated callbacks are synchronous with this call. Scenes containing multiple SurfaceObservers should consider using different callbacks so that events can be properly routed. Callback called when SurfaceChanged events are detected. When calling PhotoCapture.StartPhotoModeAsync, you must pass in a CameraParameters object that contains the various settings that the web camera will use. A valid height resolution for use with the web camera. A valid width resolution for use with the web camera. The framerate at which to capture video. This is only for use with VideoCapture. The opacity of captured holograms. The pixel format used to capture and record your image data. The encoded image or video pixel format to use for PhotoCapture and VideoCapture. 8 bits per channel (blue, green, red, and alpha). Encode photo in JPEG format. 8-bit Y plane followed by an interleaved U/V plane with 2x2 subsampling. Portable Network Graphics Format. Captures a photo from the web camera and stores it in memory or on disk. Contains the result of the capture request. Specifies that the desired operation was successful. Specifies that an unknown error occurred. Asynchronously creates an instance of a PhotoCapture object that can be used to capture photos. Will allow you to capture holograms in your photo. This callback will be invoked when the PhotoCapture instance is created and ready to be used. Dispose must be called to shutdown the PhotoCapture instance. Provides a COM pointer to the native IVideoDeviceController. A native COM pointer to the IVideoDeviceController. Called when a photo has been saved to the file system. Indicates whether or not the photo was successfully saved to the file system. Called when a photo has been captured to memory. Indicates whether or not the photo was successfully captured to memory. Contains the target texture. If available, the spatial information will be accessible through this structure as well. Called when a PhotoCapture resource has been created. The PhotoCapture instance. Called when photo mode has been started. Indicates whether or not photo mode was successfully activated. Called when photo mode has been stopped. Indicates whether or not photo mode was successfully deactivated. A data container that contains the result information of a photo capture operation. The specific HResult value. A generic result that indicates whether or not the PhotoCapture operation succeeded. Indicates whether or not the operation was successful. Asynchronously starts photo mode. The various settings that should be applied to the web camera. This callback will be invoked once photo mode has been activated. Asynchronously stops photo mode. This callback will be invoked once photo mode has been deactivated. A list of all the supported device resolutions for taking pictures. Asynchronously captures a photo from the web camera and saves it to disk. The location where the photo should be saved. The filename must end with a png or jpg file extension. The encoding format that should be used. Invoked once the photo has been saved to disk. Invoked once the photo has been copied to the target texture. Asynchronously captures a photo from the web camera and saves it to disk. The location where the photo should be saved. The filename must end with a png or jpg file extension. The encoding format that should be used. Invoked once the photo has been saved to disk. Invoked once the photo has been copied to the target texture. Image Encoding Format. JPEG Encoding. PNG Encoding. Contains information captured from the web camera. The length of the raw IMFMediaBuffer which contains the image captured. Specifies whether or not spatial data was captured. The raw image data pixel format. Will copy the raw IMFMediaBuffer image data into a byte list. The destination byte list to which the raw captured image data will be copied to. Disposes the PhotoCaptureFrame and any resources it uses. Provides a COM pointer to the native IMFMediaBuffer that contains the image data. A native COM pointer to the IMFMediaBuffer which contains the image data. This method will return the camera to world matrix at the time the photo was captured if location data if available. A matrix to be populated by the Camera to world Matrix. True if a valid matrix is returned or false otherwise. This will be false if the frame has no location data. This method will return the projection matrix at the time the photo was captured if location data if available. The near clip plane distance. The far clip plane distance. A matrix to be populated by the Projection Matrix. True if a valid matrix is returned or false otherwise. This will be false if the frame has no location data. This method will return the projection matrix at the time the photo was captured if location data if available. The near clip plane distance. The far clip plane distance. A matrix to be populated by the Projection Matrix. True if a valid matrix is returned or false otherwise. This will be false if the frame has no location data. This method will copy the captured image data into a user supplied texture for use in Unity. The target texture that the captured image data will be copied to. Records a video from the web camera directly to disk. Specifies what audio sources should be recorded while recording the video. Include both the application audio as well as the mic audio in the video recording. Only include the application audio in the video recording. Only include the mic audio in the video recording. Do not include any audio in the video recording. Contains the result of the capture request. Specifies that the desired operation was successful. Specifies that an unknown error occurred. Asynchronously creates an instance of a VideoCapture object that can be used to record videos from the web camera to disk. Will allow you to capture holograms in your video. This callback will be invoked when the VideoCapture instance is created and ready to be used. Dispose must be called to shutdown the PhotoCapture instance. Returns the supported frame rates at which a video can be recorded given a resolution. A recording resolution. The frame rates at which the video can be recorded. Provides a COM pointer to the native IVideoDeviceController. A native COM pointer to the IVideoDeviceController. Indicates whether or not the VideoCapture instance is currently recording video. Called when the web camera begins recording the video. Indicates whether or not video recording started successfully. Called when the video recording has been saved to the file system. Indicates whether or not video recording was saved successfully to the file system. Called when a VideoCapture resource has been created. The VideoCapture instance. Called when video mode has been started. Indicates whether or not video mode was successfully activated. Called when video mode has been stopped. Indicates whether or not video mode was successfully deactivated. Asynchronously records a video from the web camera to the file system. The name of the video to be recorded to. Invoked as soon as the video recording begins. Asynchronously starts video mode. The various settings that should be applied to the web camera. Indicates how audio should be recorded. This callback will be invoked once video mode has been activated. Asynchronously stops recording a video from the web camera to the file system. Invoked as soon as video recording has finished. Asynchronously stops video mode. This callback will be invoked once video mode has been deactivated. A list of all the supported device resolutions for recording videos. A data container that contains the result information of a video recording operation. The specific HResult value. A generic result that indicates whether or not the VideoCapture operation succeeded. Indicates whether or not the operation was successful. Contains general information about the current state of the web camera. Specifies what mode the Web Camera is currently in. Describes the active mode of the Web Camera resource. Resource is not in use. Resource is in Photo Mode. Resource is in Video Mode. The WorldAnchor component allows a GameObject's position to be locked in physical space. Returns true if this WorldAnchor is located (read only). A return of false typically indicates a loss of tracking. Retrieve a native pointer to the <a href="https:msdn.microsoft.comen-uslibrarywindowsappswindows.perception.spatial.spatialanchor.aspx">Windows.Perception.Spatial.SpatialAnchor<a> COM object. This function calls <a href=" https:msdn.microsoft.comen-uslibrarywindowsdesktopms691379.aspx">IUnknown::AddRef<a> on the pointer before returning it. The pointer must be released by calling <a href=" https:msdn.microsoft.comen-uslibrarywindowsdesktopms682317.aspx">IUnknown::Release<a>. The native pointer to the <a href=" https:msdn.microsoft.comen-uslibrarywindowsappswindows.perception.spatial.spatialanchor.aspx">Windows.Perception.Spatial.SpatialAnchor<a> COM object. OnTrackingChanged notifies listeners when this object's tracking state changes. Event that fires when this object's tracking state changes. Event that is fired when this object's tracking state changes. Set to true if the object is locatable. The WorldAnchor reporting the tracking state change. Assigns the <a href="https:msdn.microsoft.comen-uslibrarywindowsappswindows.perception.spatial.spatialanchor.aspx">Windows.Perception.Spatial.SpatialAnchor<a> COM pointer maintained by this WorldAnchor. A live <a href="https:msdn.microsoft.comen-uslibrarywindowsappswindows.perception.spatial.spatialanchor.aspx">Windows.Perception.Spatial.SpatialAnchor<a> COM pointer. This class represents the state of the real world tracking system. The current state of the world tracking systems. Return the native pointer to Windows::Perception::Spatial::ISpatialCoordinateSystem which was retrieved from an Windows::Perception::Spatial::ISpatialStationaryFrameOfReference object underlying the Unity World Origin. Pointer to Windows::Perception::Spatial::ISpatialCoordinateSystem. Event fired when the world tracking systems state has changed. Callback on when the world tracking systems state has changed. The previous state of the world tracking systems. The new state of the world tracking systems. Contains all functionality related to a XR device. Subscribe a delegate to this event to get notified when an XRDevice is successfully loaded. The name of the family of the loaded XR device. Zooms the XR projection. Successfully detected a XR device in working order. Specific model of loaded XR device. Refresh rate of the display in Hertz. Returns the devices TrackingOriginType. The TrackingOriginType that the device is currently using. It will return the Unknown TrackingOriginType on failure. Indicates whether the user is present and interacting with the device. Sets whether the camera passed in the first parameter is controlled implicitly by the XR Device The camera that we wish to change behavior on True if the camera's transform is set externally. False if the camera is to be driven implicitly by XRDevice, Nothing. This method returns an IntPtr representing the native pointer to the XR device if one is available, otherwise the value will be IntPtr.Zero. The native pointer to the XR device. Returns the device's current TrackingSpaceType. This value determines how the camera is positioned relative to its starting position. For more, see the section "Understanding the camera" in. The device's current TrackingSpaceType. Sets the device's current TrackingSpaceType. Returns true on success. Returns false if the given TrackingSpaceType is not supported or the device fails to switch. The TrackingSpaceType the device should switch to. True on success. False if the given TrackingSpaceType is not supported or the device fails to switch. Recreates the XR platform's eye texture swap chain with the appropriate anti-aliasing sample count. The reallocation of the eye texture will only occur if the MSAA quality setting's sample count is different from the sample count of the current eye texture. Reallocations of the eye textures will happen at the beginning of the next frame. This is an expensive operation and should only be used when necessary. Nothing. Enumeration of XR nodes which can be updated by XR input or sent haptic data. Node representing a point between the left and right eyes. Represents a tracked game Controller not associated with a specific hand. Represents a physical device that provides tracking data for objects to which it is attached. Node representing the user's head. Node representing the left eye. Node representing the left hand. Node representing the right eye. Node representing the right hand. Represents a stationary physical device that can be used as a point of reference in the tracked area. Sets the vector representing the current acceleration of the tracked node. Sets the vector representing the current angular acceleration of the tracked node. Sets the vector representing the current angular velocity of the tracked node. The type of the tracked node as specified in XR.XRNode. Sets the vector representing the current position of the tracked node. Sets the quaternion representing the current rotation of the tracked node. Set to true if the node is presently being tracked by the underlying XR system, and false if the node is not presently being tracked by the underlying XR system. The unique identifier of the tracked node. Sets the vector representing the current velocity of the tracked node. Attempt to retrieve a vector representing the current acceleration of the tracked node. True if the acceleration was set in the output parameter. False if the acceleration is not available due to limitations of the underlying platform or if the node is not presently tracked. Attempt to retrieve a Vector3 representing the current angular acceleration of the tracked node. True if the angular acceleration was set in the output parameter. False if the angular acceleration is not available due to limitations of the underlying platform or if the node is not presently tracked. Attempt to retrieve a Vector3 representing the current angular velocity of the tracked node. True if the angular velocity was set in the output parameter. False if the angular velocity is not available due to limitations of the underlying platform or if the node is not presently tracked. Attempt to retrieve a vector representing the current position of the tracked node. True if the position was set in the output parameter. False if the position is not available due to limitations of the underlying platform or if the node is not presently tracked. Attempt to retrieve a quaternion representing the current rotation of the tracked node. True if the rotation was set in the output parameter. False if the rotation is not available due to limitations of the underlying platform or if the node is not presently tracked. Attempt to retrieve a vector representing the current velocity of the tracked node. True if the velocity was set in the output parameter. False if the velocity is not available due to limitations of the underlying platform or if the node is not presently tracked. Global XR related settings. Fetch the device eye texture dimension from the active stereo device. Globally enables or disables XR for the application. Fetch the eye texture RenderTextureDescriptor from the active stereo device. The current height of an eye texture for the loaded device. Controls the actual size of eye textures as a multiplier of the device's default resolution. The current width of an eye texture for the loaded device. Sets the render mode for the XR device. The render mode controls how the view of the XR device renders in the Game view and in the main window on a host PC. Read-only value that can be used to determine if the XR device is active. Type of XR device that is currently loaded. A scale applied to the standard occulsion mask for each platform. This field has been deprecated. Use XRSettings.eyeTextureResolutionScale instead. Controls how much of the allocated eye texture should be used for rendering. This property has been deprecated. Use XRSettings.gameViewRenderMode instead. The stereo rendering mode that is currently in use. Returns a list of supported XR devices that were included at build time. Specifies whether or not the occlusion mesh should be used when rendering. Enabled by default. Loads the requested device at the beginning of the next frame. Name of the device from XRSettings.supportedDevices. Prioritized list of device names from XRSettings.supportedDevices. Loads the requested device at the beginning of the next frame. Name of the device from XRSettings.supportedDevices. Prioritized list of device names from XRSettings.supportedDevices. Enum type signifying the different stereo rendering modes available. This is the reference stereo rendering path for VR. This is a faster rendering path for VR than XRSettings.StereoRenderingMode.MultiPass. This is an optimized version of the XRSettings.StereoRenderingMode.SinglePass mode. This is a OpenGL optimized version of the XRSettings.StereoRenderingMode.SinglePassInstanced mode. Timing and other statistics from the XR subsystem. Total GPU time utilized last frame as measured by the XR subsystem. Retrieves the number of dropped frames reported by the XR SDK. Outputs the number of frames dropped since the last update. True if the dropped frame count is available, false otherwise. Retrieves the number of times the current frame has been drawn to the device as reported by the XR SDK. Outputs the number of times the current frame has been presented. True if the frame present count is available, false otherwise. Retrieves the time spent by the GPU last frame, in seconds, as reported by the XR SDK. Outputs the time spent by the GPU last frame. True if the GPU time spent last frame is available, false otherwise. Base class for all yield instructions.