This is the old Animancer v7.4 documentation. Click here for the latest version.

FastObjectField.

Draw(Rect, Object, bool) Method

Summary

Draws a field for the `value`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
FastObjectField

Syntax

public void Draw(Rect area, Object value, bool drawPing = true)

Parameters

Name Type Description
area Rect
value Object
drawPing bool

Return Value

Type Description
void