Editor.BrushBuilder
- Extends
- Object
- Modifiers
- abstract native
Core.Object
|
+-- Editor.BrushBuilder
Direct Known Subclasses:
ConeBuilder, CubeBuilder, CylinderBuilder, SheetBuilder, TetrahedronBuilder
Structures Summary |
BuilderPoly VertexIndices, Direction, Item, PolyFlags |
Functions Summary |
 | bool | BadParameters (optional string msg)
|
 | | BeginBrush (bool MergeCoplanars, name Group)
|
 | bool | Build ()
|
 | bool | EndBrush ()
|
 | int | GetPolyCount ()
|
 | vector | GetVertex (int i)
|
 | int | GetVertexCount ()
|
 | | Poly3i (int Direction, int i, int j, int k, optional name ItemName, optional int PolyFlags)
|
 | | Poly4i (int Direction, int i, int j, int k, int l, optional name ItemName, optional int PolyFlags)
|
 | | PolyBegin (int Direction, optional name ItemName, optional int PolyFlags)
|
 | | PolyEnd ()
|
 | | Polyi (int i)
|
 | int | Vertex3f (float x, float y, float z)
|
 | int | Vertexv (vector v)
|
Inherited Functions from Core.Object |
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
var private name Group;
var private bool MergeCoplanars;
var private array<
vector> Vertices;
struct BuilderPoly
{
var int Direction;
var name Item;
var int PolyFlags;
var array<int> VertexIndices;
};
native function bool BadParameters ( optional string msg )
native function BeginBrush ( bool MergeCoplanars, name Group )
event bool Build ( )
native function bool EndBrush ( )
native function int GetPolyCount ( )
native function vector GetVertex (
int i )
native function int GetVertexCount ( )
native function Poly3i ( int Direction, int i, int j, int k, optional name ItemName, optional int PolyFlags )
native function Poly4i ( int Direction, int i, int j, int k, int l, optional name ItemName, optional int PolyFlags )
native function PolyBegin ( int Direction, optional name ItemName, optional int PolyFlags )
native function PolyEnd ( )
native function Polyi ( int i )
native function int Vertex3f ( float x, float y, float z )
native function int Vertexv (
vector v )
Creation time: Mon 8/11/2021 16:31:03.025 - Created with
UnCodeX