Click or drag to resize

Vec3DIsFloat Method

Indicates whether the position is expressed using floating point values or not.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IsFloat()

Return Value

Type: Boolean
true if the position is expressed using floating point values.
See Also