ICreateCapsuleOptions class abstract

interface ICreateCapsuleOptions

Annotations
  • @JS()

Constructors

ICreateCapsuleOptions()

Properties

bottomCapSubdivisions num
getter/setter pair
capSubdivisions num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num
getter/setter pair
orientation Vector3
getter/setter pair
radius num
getter/setter pair
radiusBottom num
getter/setter pair
radiusTop num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subdivisions num
getter/setter pair
tessellation num
getter/setter pair
topCapSubdivisions num
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited