代码搜索:entity
找到约 10,000 项符合「entity」的源代码
代码结果 10,000
www.eeworm.com/read/366928/9792167
h entity.h
/****************************************************************************************/
/* Entity.h */
/*
www.eeworm.com/read/170590/9797616
c entity.c
/****************************************************************/
/* COPYRIGHT NOTICE */
/* ---------------- */
/* All software in this listing remain the strict copyright */
/* of Ilij
www.eeworm.com/read/170590/9797646
h entity.h
/****************************************************************/
/* COPYRIGHT NOTICE */
/* ---------------- */
/* All software in this listing remain the strict copyright */
/* of Ilij
www.eeworm.com/read/269228/11105264
h entity.h
// Entity.h: interface for the CEntity class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ENTITY_H__BE769D85_6C72_43F4_88FB_5521CA66FC8E__INCLUDED_)
www.eeworm.com/read/269167/11107651
h entity.h
#ifndef __ENTITY_H
#define __ENTITY_H
#include
#include
#include
#include "md2.h"
#include "object.h"
#include "camera.h"
#include "audiosystem.h"
#includ
www.eeworm.com/read/269167/11107671
cpp entity.cpp
#include "entity.h"
CEntity::CEntity()
{
interpol = 3.0f;
stateStart = 0;
stateEnd = 39;
animSpeed = 7.0f;
direction = 0.0f;
entitySound = NULL;
position = CVector(0,0,0);
veloci
www.eeworm.com/read/200460/15432856
class entity.class
www.eeworm.com/read/200109/15441074
dcu entity.dcu
www.eeworm.com/read/200109/15441082
pas entity.pas
unit Entity;
interface
uses
SysUtils;
type
IEntity = interface(IInterface)
function GetEntityName() : String;
function GetAttributeValue(strAttributeName : String) : Varia
www.eeworm.com/read/109841/15546897
cpp entity.cpp
// Entity.cpp: implementation of the CEntity class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "..\inc\GeomKernel\Entity.h"
#include