Documentation ¶
Index ¶
- Variables
- type CreateMap
- func (r CreateMap) Check() error
- func (*CreateMap) Descriptor() ([]byte, []int)
- func (this *CreateMap) Equal(that interface{}) bool
- func (m *CreateMap) GetDimensions() geometry.Vec3
- func (m *CreateMap) GetNPaths() uint64
- func (m *CreateMap) GetNPlatforms() uint64
- func (m *CreateMap) GetPathVariance() uint64
- func (m *CreateMap) GetPathWidth() uint64
- func (m *CreateMap) GetPathWidthVariance() uint64
- func (m *CreateMap) GetPlatformSize() uint64
- func (m *CreateMap) GetPlatformVariance() uint64
- func (this *CreateMap) GoString() string
- func (m *CreateMap) Marshal() (dAtA []byte, err error)
- func (m *CreateMap) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateMap) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateMap) ProtoMessage()
- func (m *CreateMap) Reset()
- func (m *CreateMap) Size() (n int)
- func (this *CreateMap) String() string
- func (m *CreateMap) Unmarshal(dAtA []byte) error
- func (m *CreateMap) XXX_DiscardUnknown()
- func (m *CreateMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateMap) XXX_Merge(src proto.Message)
- func (m *CreateMap) XXX_Size() int
- func (m *CreateMap) XXX_Unmarshal(b []byte) error
- type CreateSet
- func (r CreateSet) Check() error
- func (*CreateSet) Descriptor() ([]byte, []int)
- func (this *CreateSet) Equal(that interface{}) bool
- func (m *CreateSet) GetAuth() dto.Auth
- func (m *CreateSet) GetSet() space.TileSet
- func (this *CreateSet) GoString() string
- func (m *CreateSet) Marshal() (dAtA []byte, err error)
- func (m *CreateSet) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateSet) ProtoMessage()
- func (m *CreateSet) Reset()
- func (m *CreateSet) Size() (n int)
- func (this *CreateSet) String() string
- func (m *CreateSet) Unmarshal(dAtA []byte) error
- func (m *CreateSet) XXX_DiscardUnknown()
- func (m *CreateSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateSet) XXX_Merge(src proto.Message)
- func (m *CreateSet) XXX_Size() int
- func (m *CreateSet) XXX_Unmarshal(b []byte) error
- type ListSector
- func (r ListSector) Check() error
- func (*ListSector) Descriptor() ([]byte, []int)
- func (this *ListSector) Equal(that interface{}) bool
- func (m *ListSector) GetAuth() dto.Auth
- func (this *ListSector) GoString() string
- func (m *ListSector) Marshal() (dAtA []byte, err error)
- func (m *ListSector) MarshalTo(dAtA []byte) (int, error)
- func (m *ListSector) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListSector) ProtoMessage()
- func (m *ListSector) Reset()
- func (m *ListSector) Size() (n int)
- func (this *ListSector) String() string
- func (m *ListSector) Unmarshal(dAtA []byte) error
- func (m *ListSector) XXX_DiscardUnknown()
- func (m *ListSector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListSector) XXX_Merge(src proto.Message)
- func (m *ListSector) XXX_Size() int
- func (m *ListSector) XXX_Unmarshal(b []byte) error
- type ListSet
- func (r ListSet) Check() error
- func (*ListSet) Descriptor() ([]byte, []int)
- func (this *ListSet) Equal(that interface{}) bool
- func (m *ListSet) GetAuth() dto.Auth
- func (this *ListSet) GoString() string
- func (m *ListSet) Marshal() (dAtA []byte, err error)
- func (m *ListSet) MarshalTo(dAtA []byte) (int, error)
- func (m *ListSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListSet) ProtoMessage()
- func (m *ListSet) Reset()
- func (m *ListSet) Size() (n int)
- func (this *ListSet) String() string
- func (m *ListSet) Unmarshal(dAtA []byte) error
- func (m *ListSet) XXX_DiscardUnknown()
- func (m *ListSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListSet) XXX_Merge(src proto.Message)
- func (m *ListSet) XXX_Size() int
- func (m *ListSet) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CreateMap ¶
type CreateMap struct { Dimensions geometry.Vec3 `protobuf:"bytes,1,opt,name=Dimensions,proto3" json:"Dimensions"` NPlatforms uint64 `protobuf:"varint,2,opt,name=NPlatforms,proto3" json:"NPlatforms,omitempty"` PlatformSize uint64 `protobuf:"varint,3,opt,name=PlatformSize,proto3" json:"PlatformSize,omitempty"` PlatformVariance uint64 `protobuf:"varint,4,opt,name=PlatformVariance,proto3" json:"PlatformVariance,omitempty"` NPaths uint64 `protobuf:"varint,5,opt,name=NPaths,proto3" json:"NPaths,omitempty"` PathVariance uint64 `protobuf:"varint,6,opt,name=PathVariance,proto3" json:"PathVariance,omitempty"` PathWidth uint64 `protobuf:"varint,7,opt,name=PathWidth,proto3" json:"PathWidth,omitempty"` PathWidthVariance uint64 `protobuf:"varint,8,opt,name=PathWidthVariance,proto3" json:"PathWidthVariance,omitempty"` }
func NewPopulatedCreateMap ¶
func (*CreateMap) Descriptor ¶
func (*CreateMap) GetDimensions ¶
func (*CreateMap) GetNPlatforms ¶
func (*CreateMap) GetPathVariance ¶
func (*CreateMap) GetPathWidth ¶
func (*CreateMap) GetPathWidthVariance ¶
func (*CreateMap) GetPlatformSize ¶
func (*CreateMap) GetPlatformVariance ¶
func (*CreateMap) MarshalToSizedBuffer ¶
func (*CreateMap) ProtoMessage ¶
func (*CreateMap) ProtoMessage()
func (*CreateMap) XXX_DiscardUnknown ¶
func (m *CreateMap) XXX_DiscardUnknown()
func (*CreateMap) XXX_Marshal ¶
func (*CreateMap) XXX_Unmarshal ¶
type CreateSet ¶
type CreateSet struct { Auth dto.Auth `protobuf:"bytes,1,opt,name=Auth,proto3" json:"Auth"` ID github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,2,opt,name=ID,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"ID"` Set space.TileSet `protobuf:"bytes,3,opt,name=Set,proto3" json:"Set"` }
func NewPopulatedCreateSet ¶
func (*CreateSet) Descriptor ¶
func (*CreateSet) MarshalToSizedBuffer ¶
func (*CreateSet) ProtoMessage ¶
func (*CreateSet) ProtoMessage()
func (*CreateSet) XXX_DiscardUnknown ¶
func (m *CreateSet) XXX_DiscardUnknown()
func (*CreateSet) XXX_Marshal ¶
func (*CreateSet) XXX_Unmarshal ¶
type ListSector ¶
type ListSector struct { Auth dto.Auth `protobuf:"bytes,1,opt,name=Auth,proto3" json:"Auth"` IDs []github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,2,rep,name=IDs,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"IDs"` }
func NewPopulatedListSector ¶
func NewPopulatedListSector(r randySector, easy bool) *ListSector
func (ListSector) Check ¶
func (r ListSector) Check() error
func (*ListSector) Descriptor ¶
func (*ListSector) Descriptor() ([]byte, []int)
func (*ListSector) Equal ¶
func (this *ListSector) Equal(that interface{}) bool
func (*ListSector) GetAuth ¶
func (m *ListSector) GetAuth() dto.Auth
func (*ListSector) GoString ¶
func (this *ListSector) GoString() string
func (*ListSector) Marshal ¶
func (m *ListSector) Marshal() (dAtA []byte, err error)
func (*ListSector) MarshalToSizedBuffer ¶
func (m *ListSector) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListSector) ProtoMessage ¶
func (*ListSector) ProtoMessage()
func (*ListSector) Reset ¶
func (m *ListSector) Reset()
func (*ListSector) Size ¶
func (m *ListSector) Size() (n int)
func (*ListSector) String ¶
func (this *ListSector) String() string
func (*ListSector) Unmarshal ¶
func (m *ListSector) Unmarshal(dAtA []byte) error
func (*ListSector) XXX_DiscardUnknown ¶
func (m *ListSector) XXX_DiscardUnknown()
func (*ListSector) XXX_Marshal ¶
func (m *ListSector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListSector) XXX_Merge ¶
func (m *ListSector) XXX_Merge(src proto.Message)
func (*ListSector) XXX_Size ¶
func (m *ListSector) XXX_Size() int
func (*ListSector) XXX_Unmarshal ¶
func (m *ListSector) XXX_Unmarshal(b []byte) error
type ListSet ¶
type ListSet struct { Auth dto.Auth `protobuf:"bytes,1,opt,name=Auth,proto3" json:"Auth"` IDs []github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,2,rep,name=IDs,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"IDs"` }
func NewPopulatedListSet ¶
func (*ListSet) Descriptor ¶
func (*ListSet) MarshalToSizedBuffer ¶
func (*ListSet) ProtoMessage ¶
func (*ListSet) ProtoMessage()
func (*ListSet) XXX_DiscardUnknown ¶
func (m *ListSet) XXX_DiscardUnknown()
func (*ListSet) XXX_Marshal ¶
func (*ListSet) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.